Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Denclosure.c226 struct enclosure_device *edev = to_enclosure_device(cdev); in enclosure_release()
427 struct enclosure_device *edev = to_enclosure_device(cdev); in components_show()
437 struct enclosure_device *edev = to_enclosure_device(cdev); in id_show()
478 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in get_component_fault()
490 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in set_component_fault()
502 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in get_component_status()
514 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in set_component_status()
536 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in get_component_active()
548 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in set_component_active()
560 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in get_component_locate()
[all …]
/linux/include/linux/
H A Denclosure.h108 to_enclosure_device(struct device *dev) in to_enclosure_device() function