Home
last modified time | relevance | path

Searched refs:to_enclosure_component (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/
H A Denclosure.c235 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release()
480 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_fault()
492 struct enclosure_component *ecomp = to_enclosure_component(cdev); in set_component_fault()
504 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_status()
516 struct enclosure_component *ecomp = to_enclosure_component(cdev); in set_component_status()
538 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_active()
550 struct enclosure_component *ecomp = to_enclosure_component(cdev); in set_component_active()
562 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_locate()
574 struct enclosure_component *ecomp = to_enclosure_component(cdev); in set_component_locate()
587 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_power_status()
[all …]
/linux/include/linux/
H A Denclosure.h114 to_enclosure_component(struct device *dev) in to_enclosure_component() function