Searched defs:enclosure_component_callbacks (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | enclosure.h | 54 struct enclosure_component_callbacks { struct 55 void (*get_status)(struct enclosure_device *, 57 int (*set_status)(struct enclosure_device *, 60 void (*get_fault)(struct enclosure_device *, 62 int (*set_fault)(struct enclosure_device *, 65 void (*get_active)(struct enclosure_device *, 67 int (*set_active)(struct enclosure_device *, 70 void (*get_locate)(struct enclosure_device *, 72 int (*set_locate)(struct enclosure_device *, 75 void (*get_power_status)(struct enclosure_device *, [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | enclosure.h | 65 struct enclosure_component_callbacks { struct 66 void (*get_status)(struct enclosure_device *, 68 int (*set_status)(struct enclosure_device *, 71 void (*get_fault)(struct enclosure_device *, 73 int (*set_fault)(struct enclosure_device *, 76 void (*get_active)(struct enclosure_device *, 78 int (*set_active)(struct enclosure_device *, 81 void (*get_locate)(struct enclosure_device *, 83 int (*set_locate)(struct enclosure_device *, 86 void (*get_power_status)(struct enclosure_device *, [all …]
|