Home
last modified time | relevance | path

Searched refs:class_device (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dtape_class.c77 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
80 rc = PTR_ERR_OR_ZERO(tcd->class_device); in register_tape_dev()
85 &tcd->class_device->kobj, in register_tape_dev()
H A Dtape_class.h26 struct device *class_device; member
H A Dvmlogrdr.c80 struct device *class_device; member
757 priv->class_device = device_create(vmlogrdr_class, dev, in vmlogrdr_register_device()
761 if (IS_ERR(priv->class_device)) { in vmlogrdr_register_device()
762 ret = PTR_ERR(priv->class_device); in vmlogrdr_register_device()
763 priv->class_device=NULL; in vmlogrdr_register_device()
/openbmc/linux/drivers/staging/greybus/
H A Dauthentication.c35 struct device *class_device; member
339 cap->class_device = device_create(cap_class, cap->parent, cap->dev_num, in gb_cap_connection_init()
341 if (IS_ERR(cap->class_device)) { in gb_cap_connection_init()
342 ret = PTR_ERR(cap->class_device); in gb_cap_connection_init()
H A Dfw-management.c34 struct device *class_device; member
632 fw_mgmt->class_device = device_create(fw_mgmt_class, fw_mgmt->parent, in gb_fw_mgmt_connection_init()
635 if (IS_ERR(fw_mgmt->class_device)) { in gb_fw_mgmt_connection_init()
636 ret = PTR_ERR(fw_mgmt->class_device); in gb_fw_mgmt_connection_init()
/openbmc/linux/drivers/pcmcia/
H A Di82365.c1116 static ssize_t show_info(struct class_device *class_dev, char *buf)
1123 static ssize_t show_exca(struct class_device *class_dev, char *buf)
/openbmc/linux/Documentation/scsi/
H A DChangeLog.megaraid276 The terms device and class_device have well defined meanings in the