Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-belkin.c60 ((quirks & BELKIN_HIDDEV) ? HID_CONNECT_HIDDEV_FORCE : 0)); in belkin_probe()
Dhid-samsung.c168 HID_CONNECT_HIDDEV_FORCE; in samsung_probe()
Dhid-cmedia.c165 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in cmhid_probe()
Dhid-plantronics.c192 HID_CONNECT_HIDINPUT_FORCE | HID_CONNECT_HIDDEV_FORCE); in plantronics_probe()
Dhid-appleir.c306 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in appleir_probe()
Dhid-core.c2179 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV); in hid_connect()
2185 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in hid_connect()
2193 connect_mask & HID_CONNECT_HIDDEV_FORCE)) in hid_connect()
Dhid-sony.c2092 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in sony_probe()
2094 connect_mask |= HID_CONNECT_HIDDEV_FORCE; in sony_probe()
/Linux-v6.6/include/linux/
Dhid.h329 #define HID_CONNECT_HIDDEV_FORCE BIT(4) macro