Searched refs:class_device (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | tape_class.c | 72 tcd->class_device = device_create(&tape_class, device, in register_tape_dev() 75 rc = PTR_ERR_OR_ZERO(tcd->class_device); in register_tape_dev() 80 &tcd->class_device->kobj, in register_tape_dev()
|
| /linux/drivers/staging/greybus/ |
| H A D | authentication.c | 35 struct device *class_device; member 342 cap->class_device = device_create(&cap_class, cap->parent, cap->dev_num, in gb_cap_connection_init() 344 if (IS_ERR(cap->class_device)) { in gb_cap_connection_init() 345 ret = PTR_ERR(cap->class_device); in gb_cap_connection_init()
|
| H A D | fw-management.c | 34 struct device *class_device; member 617 fw_mgmt->class_device = device_create(&fw_mgmt_class, fw_mgmt->parent, in gb_fw_mgmt_connection_init() 620 if (IS_ERR(fw_mgmt->class_device)) { in gb_fw_mgmt_connection_init() 621 ret = PTR_ERR(fw_mgmt->class_device); in gb_fw_mgmt_connection_init()
|
| /linux/drivers/pcmcia/ |
| H A D | i82365.c | 1116 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)
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.megaraid | 276 The terms device and class_device have well defined meanings in the
|