Searched refs:hid_driver (Results 1 – 25 of 121) sorted by relevance
12345
24 static struct hid_driver hid_generic;28 struct hid_driver *hdrv = to_hid_driver(drv); in __check_hid_generic()76 static struct hid_driver hid_generic = {
17 static struct hid_driver hid_vivaldi;135 static struct hid_driver hid_vivaldi = {
192 static struct hid_driver cmhid_driver = {219 static struct hid_driver cmhid_hs100b_driver = {
1505 struct hid_driver *hdrv = hid->driver; in hid_process_event()1748 struct hid_driver *hdrv; in hid_report_raw_event()1813 struct hid_driver *hdrv; in hid_input_report()2146 struct hid_driver *hdrv = to_hid_driver(drv); in new_id_store()2183 static void hid_free_dynids(struct hid_driver *hdrv) in hid_free_dynids()2196 struct hid_driver *hdrv) in hid_match_device()2215 struct hid_driver *hdrv = to_hid_driver(drv); in hid_bus_match()2308 struct hid_driver *hdrv; in hid_device_remove()2512 struct hid_driver *hdrv = data; in __hid_bus_reprobe_drivers()2525 struct hid_driver *hdrv = to_hid_driver(drv); in __hid_bus_driver_added()[all …]
33 static struct hid_driver semitek_driver = {
37 static struct hid_driver aureal_driver = {
54 static struct hid_driver redragon_driver = {
48 static struct hid_driver nti_driver = {
44 static struct hid_driver keytouch_driver = {
39 static struct hid_driver macally_driver = {
158 static struct hid_driver maltron_driver = {
98 static struct hid_driver viewsonic_driver = {
39 static struct hid_driver accutouch_driver = {
85 static struct hid_driver xiaomi_driver = {
40 static struct hid_driver penmount_driver = {
52 static struct hid_driver xinmo_driver = {
47 static struct hid_driver ortek_driver = {
42 static struct hid_driver ks_driver = {
65 static struct hid_driver px_driver = {
46 static struct hid_driver jabra_driver = {
69 static struct hid_driver speedlink_driver = {
49 static struct hid_driver ts_driver = {
57 static struct hid_driver mr_driver = {
57 static struct hid_driver sp_driver = {
550 struct hid_driver;574 struct hid_driver *driver;745 struct hid_driver { struct788 container_of(pdrv, struct hid_driver, driver) argument869 extern int __must_check __hid_register_driver(struct hid_driver *,876 extern void hid_unregister_driver(struct hid_driver *);924 struct hid_driver *hdrv);
Completed in 33 milliseconds