Searched refs:HID_CONNECT_HIDDEV_FORCE (Results 1 – 6 of 6) sorted by relevance
60 ((quirks & BELKIN_HIDDEV) ? HID_CONNECT_HIDDEV_FORCE : 0)); in belkin_probe()
165 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in cmhid_probe()
306 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in appleir_probe()
528 HID_CONNECT_HIDDEV_FORCE; in samsung_probe()
2254 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV); in hid_connect()2260 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in hid_connect()2268 connect_mask & HID_CONNECT_HIDDEV_FORCE)) in hid_connect()
355 #define HID_CONNECT_HIDDEV_FORCE BIT(4) macro