Searched refs:HID_CONNECT_HIDRAW (Results 1 – 7 of 7) sorted by relevance
260 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in gt683r_led_probe()
234 err = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in thingm_probe()
968 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in cp2112_probe()
1408 unsigned int connect_mask = HID_CONNECT_HIDRAW; in wacom_probe()
1795 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in wiimote_hid_probe()
1614 if ((connect_mask & HID_CONNECT_HIDRAW) && !hidraw_connect(hdev)) in hid_connect()
293 #define HID_CONNECT_HIDRAW 0x04 macro298 #define HID_CONNECT_DEFAULT (HID_CONNECT_HIDINPUT|HID_CONNECT_HIDRAW| \