Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-belkin.c60 ((quirks & BELKIN_HIDDEV) ? HID_CONNECT_HIDDEV_FORCE : 0)); in belkin_probe()
H A Dhid-cmedia.c165 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in cmhid_probe()
H A Dhid-appleir.c306 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in appleir_probe()
H A Dhid-samsung.c528 HID_CONNECT_HIDDEV_FORCE; in samsung_probe()
H A Dhid-core.c2244 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV); in hid_connect()
2250 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in hid_connect()
2258 connect_mask & HID_CONNECT_HIDDEV_FORCE)) in hid_connect()
H A Dhid-sony.c2090 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in sony_probe()
2092 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in sony_probe()
/linux/include/linux/
H A Dhid.h332 #define HID_CONNECT_HIDDEV_FORCE BIT(4) macro