Lines Matching refs:hid_driver
1201 struct hid_driver *hdrv = hid->driver; in hid_process_event()
1427 struct hid_driver *hdrv; in hid_report_raw_event()
1490 struct hid_driver *hdrv; in hid_input_report()
2080 struct hid_driver *hdrv = container_of(drv, struct hid_driver, driver); in store_new_id()
2111 static void hid_free_dynids(struct hid_driver *hdrv) in hid_free_dynids()
2124 struct hid_driver *hdrv) in hid_match_device()
2142 struct hid_driver *hdrv = container_of(drv, struct hid_driver, driver); in hid_bus_match()
2150 struct hid_driver *hdrv = container_of(dev->driver, in hid_device_probe()
2151 struct hid_driver, driver); in hid_device_probe()
2195 struct hid_driver *hdrv; in hid_device_remove()
2705 int __hid_register_driver(struct hid_driver *hdrv, struct module *owner, in __hid_register_driver()
2730 void hid_unregister_driver(struct hid_driver *hdrv) in hid_unregister_driver()