Home
last modified time | relevance | path

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

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