Home
last modified time | relevance | path

Searched refs:HID_CONNECT_HIDDEV_FORCE (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/hid/
A Dhid-belkin.c60 ((quirks & BELKIN_HIDDEV) ? HID_CONNECT_HIDDEV_FORCE : 0)); in belkin_probe()
A Dhid-samsung.c168 HID_CONNECT_HIDDEV_FORCE; in samsung_probe()
A Dhid-cmedia.c165 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in cmhid_probe()
A Dhid-plantronics.c192 HID_CONNECT_HIDINPUT_FORCE | HID_CONNECT_HIDDEV_FORCE); in plantronics_probe()
A Dhid-appleir.c306 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in appleir_probe()
A Dhid-core.c1944 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV); in hid_connect()
1950 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in hid_connect()
1958 connect_mask & HID_CONNECT_HIDDEV_FORCE)) in hid_connect()
A Dhid-sony.c3011 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in sony_probe()
3013 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in sony_probe()
/linux/include/linux/
A Dhid.h325 #define HID_CONNECT_HIDDEV_FORCE BIT(4) macro

Completed in 25 milliseconds