Searched refs:HID_CONNECT_HIDRAW (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/hwmon/
H A Dnzxt-kraken2.c161 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dgigabyte_waterforce.c340 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dcorsair-cpro.c503 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dasus_rog_ryujin.c523 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dnzxt-smart2.c753 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dcorsair-psu.c790 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dnzxt-kraken3.c892 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Daquacomputer_d5next.c1546 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
/linux-master/drivers/hid/
H A Dhid-gt683r.c249 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dhid-cougar.c214 connect_mask = HID_CONNECT_HIDRAW;
H A Dhid-letsketch.c304 return hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dhid-lg-g15.c805 connect_mask = HID_CONNECT_HIDRAW;
811 connect_mask = HID_CONNECT_HIDRAW;
818 connect_mask = HID_CONNECT_HIDINPUT | HID_CONNECT_HIDRAW;
823 connect_mask = HID_CONNECT_HIDRAW;
H A Dhid-u2fzero.c340 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dhid-udraw-ps3.c445 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW | HID_CONNECT_DRIVER);
H A Dhid-led.c487 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dhid-steam.c1103 return hid_hw_start(hdev, HID_CONNECT_HIDRAW);
1129 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_HIDRAW);
H A Dwacom_sys.c2338 unsigned int connect_mask = HID_CONNECT_HIDRAW;
2843 return hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dhid-cp2112.c1218 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dhid-wiimote-core.c1809 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dhid-logitech-dj.c1828 retval = hid_hw_start(hdev, HID_CONNECT_HIDRAW|HID_CONNECT_HIDDEV);
H A Dhid-playstation.c2646 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
H A Dhid-core.c2202 if ((connect_mask & HID_CONNECT_HIDRAW) && !hidraw_connect(hdev))
H A Dhid-nintendo.c2701 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW);
/linux-master/include/linux/
H A Dhid.h327 #define HID_CONNECT_HIDRAW BIT(2) macro
332 #define HID_CONNECT_DEFAULT (HID_CONNECT_HIDINPUT|HID_CONNECT_HIDRAW| \

Completed in 285 milliseconds