Lines Matching defs:enclosure_component_callbacks
61 struct enclosure_component_callbacks { struct
62 void (*get_status)(struct enclosure_device *,
64 int (*set_status)(struct enclosure_device *,
67 void (*get_fault)(struct enclosure_device *,
69 int (*set_fault)(struct enclosure_device *,
72 void (*get_active)(struct enclosure_device *,
74 int (*set_active)(struct enclosure_device *,
77 void (*get_locate)(struct enclosure_device *,
79 int (*set_locate)(struct enclosure_device *,
82 void (*get_power_status)(struct enclosure_device *,
84 int (*set_power_status)(struct enclosure_device *,
109 struct enclosure_component_callbacks *cb; argument