Home
last modified time | relevance | path

Searched refs:to_hid_driver (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/hid/
Dhid-generic.c28 struct hid_driver *hdrv = to_hid_driver(drv); in __check_hid_generic()
Dhid-core.c2457 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()
2526 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()
2557 struct hid_driver *hdrv = to_hid_driver(dev->driver); in hid_device_probe()
2836 struct hid_driver *hdrv = to_hid_driver(drv); in __hid_bus_driver_added()
/linux-5.19.10/include/linux/
Dhid.h818 #define to_hid_driver(pdrv) \ macro