Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-cmedia.c165 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in cmhid_probe()
H A Dhid-appleir.c319 ret = hid_hw_start(hid, HID_CONNECT_DEFAULT | HID_CONNECT_HIDDEV_FORCE); in appleir_probe()
H A Dhid-samsung.c528 HID_CONNECT_HIDDEV_FORCE; in samsung_probe()
H A Dhid-core.c2314 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()
/linux/include/linux/
H A Dhid.h355 #define HID_CONNECT_HIDDEV_FORCE BIT(4) macro