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

/linux-master/drivers/hid/
H A Dhid-belkin.c60 ((quirks & BELKIN_HIDDEV) ? HID_CONNECT_HIDDEV_FORCE : 0));
H A Dhid-plantronics.c192 HID_CONNECT_HIDINPUT_FORCE | HID_CONNECT_HIDDEV_FORCE);
H A Dhid-appleir.c306 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE);
H A Dhid-cmedia.c165 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE);
H A Dhid-samsung.c528 HID_CONNECT_HIDDEV_FORCE;
H A Dhid-core.c2186 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV);
2192 connect_mask |= HID_CONNECT_HIDDEV_FORCE;
2200 connect_mask & HID_CONNECT_HIDDEV_FORCE))
H A Dhid-sony.c2092 connect_mask |= HID_CONNECT_HIDDEV_FORCE;
2094 connect_mask |= HID_CONNECT_HIDDEV_FORCE;
/linux-master/include/linux/
H A Dhid.h329 #define HID_CONNECT_HIDDEV_FORCE BIT(4) macro

Completed in 153 milliseconds