Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hid/
Dhid-generic.c28 struct hid_driver *hdrv = to_hid_driver(drv); in __check_hid_generic()
Dhid-core.c2499 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()
2568 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()
2660 struct hid_driver *hdrv = to_hid_driver(dev->driver); in hid_device_probe()
2908 struct hid_driver *hdrv = to_hid_driver(drv); in __hid_bus_driver_added()
/linux-6.6.21/include/linux/
Dhid.h848 #define to_hid_driver(pdrv) \ macro