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