Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/
Denclosure.c245 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release()
486 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_fault()
498 struct enclosure_component *ecomp = to_enclosure_component(cdev); in set_component_fault()
510 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_status()
522 struct enclosure_component *ecomp = to_enclosure_component(cdev); in set_component_status()
544 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_active()
556 struct enclosure_component *ecomp = to_enclosure_component(cdev); in set_component_active()
568 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_locate()
580 struct enclosure_component *ecomp = to_enclosure_component(cdev); in set_component_locate()
593 struct enclosure_component *ecomp = to_enclosure_component(cdev); in get_component_power_status()
[all …]
/linux-4.1.27/include/linux/
Denclosure.h121 to_enclosure_component(struct device *dev) in to_enclosure_component() function