class_device     1116 drivers/pcmcia/i82365.c static ssize_t show_info(struct class_device *class_dev, char *buf)
class_device     1123 drivers/pcmcia/i82365.c static ssize_t show_exca(struct class_device *class_dev, char *buf)
class_device       77 drivers/s390/char/tape_class.c 	tcd->class_device = device_create(tape_class, device,
class_device       80 drivers/s390/char/tape_class.c 	rc = PTR_ERR_OR_ZERO(tcd->class_device);
class_device       85 drivers/s390/char/tape_class.c 		&tcd->class_device->kobj,
class_device       26 drivers/s390/char/tape_class.h 	struct device		*class_device;
class_device       80 drivers/s390/char/vmlogrdr.c 	struct device  *class_device;
class_device      781 drivers/s390/char/vmlogrdr.c 	priv->class_device = device_create(vmlogrdr_class, dev,
class_device      785 drivers/s390/char/vmlogrdr.c 	if (IS_ERR(priv->class_device)) {
class_device      786 drivers/s390/char/vmlogrdr.c 		ret = PTR_ERR(priv->class_device);
class_device      787 drivers/s390/char/vmlogrdr.c 		priv->class_device=NULL;
class_device       35 drivers/staging/greybus/authentication.c 	struct device		*class_device;
class_device      339 drivers/staging/greybus/authentication.c 	cap->class_device = device_create(cap_class, cap->parent, cap->dev_num,
class_device      341 drivers/staging/greybus/authentication.c 	if (IS_ERR(cap->class_device)) {
class_device      342 drivers/staging/greybus/authentication.c 		ret = PTR_ERR(cap->class_device);
class_device       34 drivers/staging/greybus/fw-management.c 	struct device		*class_device;
class_device      632 drivers/staging/greybus/fw-management.c 	fw_mgmt->class_device = device_create(fw_mgmt_class, fw_mgmt->parent,
class_device      635 drivers/staging/greybus/fw-management.c 	if (IS_ERR(fw_mgmt->class_device)) {
class_device      636 drivers/staging/greybus/fw-management.c 		ret = PTR_ERR(fw_mgmt->class_device);