Searched refs:enclosure_component (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | enclosure.h | 53 struct enclosure_component; 56 struct enclosure_component *); 58 struct enclosure_component *, 61 struct enclosure_component *); 63 struct enclosure_component *, 66 struct enclosure_component *); 68 struct enclosure_component *, 71 struct enclosure_component *); 73 struct enclosure_component *, 76 struct enclosure_component *); [all …]
|
/linux/drivers/misc/ |
H A D | enclosure.c | 184 static void enclosure_link_name(struct enclosure_component *cdev, char *name) in enclosure_link_name() 190 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links() 207 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links() 234 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() 243 static struct enclosure_component * 249 struct enclosure_component *ecomp; in enclosure_component_find_by_name() 280 struct enclosure_component * 286 struct enclosure_component *ecomp; in enclosure_component_alloc() 332 int enclosure_component_register(struct enclosure_component *ecomp) in enclosure_component_register() 366 struct enclosure_component *cdev; in enclosure_add_device() [all …]
|
/linux/drivers/scsi/ |
H A D | ses.c | 64 struct enclosure_component *ecomp, in init_device_slot_control() 180 struct enclosure_component *ecomp, in ses_set_page2_descriptor() 211 struct enclosure_component *ecomp) in ses_get_page2_descriptor() 240 struct enclosure_component *ecomp) in ses_get_fault() 254 struct enclosure_component *ecomp, in ses_set_fault() 286 struct enclosure_component *ecomp) in ses_get_status() 300 struct enclosure_component *ecomp) in ses_get_locate() 314 struct enclosure_component *ecomp, in ses_set_locate() 345 struct enclosure_component *ecomp, in ses_set_active() 386 struct enclosure_component *ecomp) in ses_get_power_status() [all …]
|