Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-cougar.c212 connect_mask = HID_CONNECT_HIDRAW; in cougar_probe()
Dhid-gt683r.c259 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in gt683r_led_probe()
Dhid-udraw-ps3.c453 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW | HID_CONNECT_DRIVER); in udraw_probe()
Dhid-steam.c733 return hid_hw_start(hdev, HID_CONNECT_HIDRAW); in steam_probe()
765 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_HIDRAW); in steam_probe()
Dhid-led.c490 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in hidled_probe()
Dwacom_sys.c2281 unsigned int connect_mask = HID_CONNECT_HIDRAW; in wacom_parse_and_register()
2790 return hid_hw_start(hdev, HID_CONNECT_HIDRAW); in wacom_probe()
Dhid-cp2112.c1267 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in cp2112_probe()
Dhid-wiimote-core.c1809 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in wiimote_hid_probe()
Dhid-core.c1789 if ((connect_mask & HID_CONNECT_HIDRAW) && !hidraw_connect(hdev)) in hid_connect()
/linux-4.19.296/include/linux/
Dhid.h327 #define HID_CONNECT_HIDRAW BIT(2) macro
332 #define HID_CONNECT_DEFAULT (HID_CONNECT_HIDINPUT|HID_CONNECT_HIDRAW| \