Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dhid.h325 #define HID_CONNECT_HIDDEV BIT(3) macro
330 HID_CONNECT_HIDDEV|HID_CONNECT_FF)
/linux-6.1.9/drivers/hid/
Dhid-hyperv.c511 ret = hid_hw_start(hid_dev, HID_CONNECT_HIDINPUT | HID_CONNECT_HIDDEV); in mousevsc_probe()
Dhid-core.c2161 connect_mask |= (HID_CONNECT_HIDDEV_FORCE | HID_CONNECT_HIDDEV); in hid_connect()
2165 connect_mask &= ~HID_CONNECT_HIDDEV; in hid_connect()
2173 if ((connect_mask & HID_CONNECT_HIDDEV) && hdev->hiddev_connect && in hid_connect()
Dhid-logitech-dj.c1827 retval = hid_hw_start(hdev, HID_CONNECT_HIDRAW|HID_CONNECT_HIDDEV); in logi_dj_probe()