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

/linux-master/drivers/hid/
H A Dhid-hyperv.c498 ret = hid_hw_start(hid_dev, HID_CONNECT_HIDINPUT | HID_CONNECT_HIDDEV);
H A Dhid-core.c2186 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV);
2190 connect_mask &= ~HID_CONNECT_HIDDEV;
2198 if ((connect_mask & HID_CONNECT_HIDDEV) && hdev->hiddev_connect &&
H A Dhid-logitech-dj.c1828 retval = hid_hw_start(hdev, HID_CONNECT_HIDRAW|HID_CONNECT_HIDDEV);
/linux-master/include/linux/
H A Dhid.h328 #define HID_CONNECT_HIDDEV BIT(3) macro
333 HID_CONNECT_HIDDEV|HID_CONNECT_FF)

Completed in 124 milliseconds