Home
last modified time | relevance | path

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

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