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

/linux-4.1.27/drivers/hid/
H A Dhid-gt683r.c260 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); gt683r_led_probe()
H A Dhid-thingm.c234 err = hid_hw_start(hdev, HID_CONNECT_HIDRAW); thingm_probe()
H A Dhid-cp2112.c968 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); cp2112_probe()
H A Dhid-wiimote-core.c1795 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); wiimote_hid_probe()
H A Dwacom_sys.c1408 unsigned int connect_mask = HID_CONNECT_HIDRAW; wacom_probe()
H A Dhid-core.c1614 if ((connect_mask & HID_CONNECT_HIDRAW) && !hidraw_connect(hdev)) hid_connect()
/linux-4.1.27/include/linux/
H A Dhid.h293 #define HID_CONNECT_HIDRAW 0x04 macro
298 #define HID_CONNECT_DEFAULT (HID_CONNECT_HIDINPUT|HID_CONNECT_HIDRAW| \

Completed in 154 milliseconds