Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/
Denclosure.c237 struct enclosure_device *edev = to_enclosure_device(cdev); in enclosure_release()
438 struct enclosure_device *edev = to_enclosure_device(cdev); in components_show()
448 struct enclosure_device *edev = to_enclosure_device(cdev); in id_show()
490 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in get_component_fault()
502 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in set_component_fault()
514 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in get_component_status()
526 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in set_component_status()
548 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in get_component_active()
560 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in set_component_active()
572 struct enclosure_device *edev = to_enclosure_device(cdev->parent); in get_component_locate()
[all …]
/linux-4.19.296/include/linux/
Denclosure.h119 to_enclosure_device(struct device *dev) in to_enclosure_device() function