enclosure_device   57 include/linux/enclosure.h struct enclosure_device;
enclosure_device   60 include/linux/enclosure.h 	void (*get_status)(struct enclosure_device *,
enclosure_device   62 include/linux/enclosure.h 	int (*set_status)(struct enclosure_device *,
enclosure_device   65 include/linux/enclosure.h 	void (*get_fault)(struct enclosure_device *,
enclosure_device   67 include/linux/enclosure.h 	int (*set_fault)(struct enclosure_device *,
enclosure_device   70 include/linux/enclosure.h 	void (*get_active)(struct enclosure_device *,
enclosure_device   72 include/linux/enclosure.h 	int (*set_active)(struct enclosure_device *,
enclosure_device   75 include/linux/enclosure.h 	void (*get_locate)(struct enclosure_device *,
enclosure_device   77 include/linux/enclosure.h 	int (*set_locate)(struct enclosure_device *,
enclosure_device  104 include/linux/enclosure.h static inline struct enclosure_device *
enclosure_device  107 include/linux/enclosure.h 	return container_of(dev, struct enclosure_device, edev);
enclosure_device  116 include/linux/enclosure.h struct enclosure_device *
enclosure_device  126 include/linux/enclosure.h struct enclosure_device *enclosure_find(struct device *dev);