Home
last modified time | relevance | path

Searched refs:HID_CONNECT_HIDDEV (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h320 #define HID_CONNECT_HIDDEV BIT(3) macro
325 HID_CONNECT_HIDDEV|HID_CONNECT_FF)
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-hyperv.c510 ret = hid_hw_start(hid_dev, HID_CONNECT_HIDINPUT | HID_CONNECT_HIDDEV); in mousevsc_probe()
H A Dhid-core.c1947 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV); in hid_connect()
1951 connect_mask &= ~HID_CONNECT_HIDDEV; in hid_connect()
1959 if ((connect_mask & HID_CONNECT_HIDDEV) && hdev->hiddev_connect && in hid_connect()
H A Dhid-logitech-dj.c1743 retval = hid_hw_start(hdev, HID_CONNECT_HIDRAW|HID_CONNECT_HIDDEV); in logi_dj_probe()