Searched refs:HID_CONNECT_HIDDEV_FORCE (Results 1 – 5 of 5) sorted by relevance
165 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in cmhid_probe()
319 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in appleir_probe()
528 HID_CONNECT_HIDDEV_FORCE; in samsung_probe()
2314 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV); in hid_connect()2320 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in hid_connect()2328 connect_mask & HID_CONNECT_HIDDEV_FORCE)) in hid_connect()
355 #define HID_CONNECT_HIDDEV_FORCE BIT(4) macro