Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-generic.c31 struct hid_driver *hdrv = to_hid_driver(drv); in __check_hid_generic()
Dhid-core.c1881 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()
1950 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()
1981 struct hid_driver *hdrv = to_hid_driver(dev->driver); in hid_device_probe()
2266 struct hid_driver *hdrv = to_hid_driver(drv); in __hid_bus_driver_added()
/Linux-v4.19/include/linux/
Dhid.h780 #define to_hid_driver(pdrv) \ macro