Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-lg-g15.c758 connect_mask = HID_CONNECT_HIDRAW; in lg_g15_probe()
764 connect_mask = HID_CONNECT_HIDRAW; in lg_g15_probe()
771 connect_mask = HID_CONNECT_HIDINPUT | HID_CONNECT_HIDRAW; in lg_g15_probe()
H A Dhid-cougar.c215 connect_mask = HID_CONNECT_HIDRAW; in cougar_probe()
H A Dhid-gt683r.c249 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in gt683r_led_probe()
H A Dhid-u2fzero.c318 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in u2fzero_probe()
H A 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()
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-mcp2221.c843 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in mcp2221_probe()
H A Dhid-nintendo.c709 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in nintendo_hid_probe()
H A Dhid-logitech-dj.c1743 retval = hid_hw_start(hdev, HID_CONNECT_HIDRAW|HID_CONNECT_HIDDEV); in logi_dj_probe()
H A Dhid-cp2112.c1254 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in cp2112_probe()
H A Dhid-playstation.c1490 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in ps_probe()
H A Dhid-wiimote-core.c1802 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in wiimote_hid_probe()
H A Dhid-core.c1963 if ((connect_mask & HID_CONNECT_HIDRAW) && !hidraw_connect(hdev)) in hid_connect()
H A Dwacom_sys.c2307 unsigned int connect_mask = HID_CONNECT_HIDRAW; in wacom_parse_and_register()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h319 #define HID_CONNECT_HIDRAW BIT(2) macro
324 #define HID_CONNECT_DEFAULT (HID_CONNECT_HIDINPUT|HID_CONNECT_HIDRAW| \
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dcorsair-cpro.c502 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in ccp_probe()