Home
last modified time | relevance | path

Searched refs:HID_CONNECT_HIDRAW (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/hid/
H A Dhid-cougar.c214 connect_mask = HID_CONNECT_HIDRAW; in cougar_probe()
H A Dhid-letsketch.c305 return hid_hw_start(hdev, HID_CONNECT_HIDRAW); in letsketch_probe()
H A Dhid-gt683r.c249 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in gt683r_led_probe()
H A Dhid-u2fzero.c340 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in u2fzero_probe()
H A Dhid-udraw-ps3.c445 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW | HID_CONNECT_DRIVER); in udraw_probe()
H A Dhid-led.c487 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in hidled_probe()
H A Dhid-steam.c1225 return hid_hw_start(hdev, HID_CONNECT_HIDRAW); in steam_probe()
1253 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_HIDRAW); in steam_probe()
H A Dwacom_sys.c2372 unsigned int connect_mask = HID_CONNECT_HIDRAW; in wacom_parse_and_register()
2877 return hid_hw_start(hdev, HID_CONNECT_HIDRAW); in wacom_probe()
H A Dhid-cp2112.c1235 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in cp2112_probe()
H A Dhid-wiimote-core.c1809 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in wiimote_hid_probe()
H A Dhid-nintendo.c2674 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in nintendo_hid_probe()
H A Dhid-playstation.c2839 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in ps_probe()
/linux/drivers/hwmon/
H A Dgigabyte_waterforce.c340 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in waterforce_probe()
H A Dnzxt-kraken3.c900 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in kraken3_probe()
/linux/include/linux/
H A Dhid.h353 #define HID_CONNECT_HIDRAW BIT(2) macro
358 #define HID_CONNECT_DEFAULT (HID_CONNECT_HIDINPUT|HID_CONNECT_HIDRAW| \