Lines Matching defs:enclosure_component_callbacks
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 *,
88 int (*set_power_status)(struct enclosure_device *,
113 struct enclosure_component_callbacks *cb; argument