Searched refs:HID_CONNECT_HIDDEV_FORCE (Results 1 – 7 of 7) sorted by relevance
63 ((quirks & BELKIN_HIDDEV) ? HID_CONNECT_HIDDEV_FORCE : 0)); in belkin_probe()
170 HID_CONNECT_HIDDEV_FORCE; in samsung_probe()
315 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in appleir_probe()
1986 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in sony_probe()1988 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in sony_probe()
391 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in apple_probe()
1598 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV); in hid_connect()1604 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in hid_connect()1612 connect_mask & HID_CONNECT_HIDDEV_FORCE)) in hid_connect()
295 #define HID_CONNECT_HIDDEV_FORCE 0x10 macro