Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-generic.c31 struct hid_driver *hdrv = to_hid_driver(drv); in __check_hid_generic()
Dhid-core.c1975 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()
2044 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()
2075 struct hid_driver *hdrv = to_hid_driver(dev->driver); in hid_device_probe()
2356 struct hid_driver *hdrv = to_hid_driver(drv); in __hid_bus_driver_added()
/linux-4.19.296/include/linux/
Dhid.h785 #define to_hid_driver(pdrv) \ macro