Searched refs:HID_CONNECT_HIDRAW (Results 1 – 21 of 21) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-lg-g15.c | 805 connect_mask = HID_CONNECT_HIDRAW; in lg_g15_probe() 811 connect_mask = HID_CONNECT_HIDRAW; in lg_g15_probe() 818 connect_mask = HID_CONNECT_HIDINPUT | HID_CONNECT_HIDRAW; in lg_g15_probe() 823 connect_mask = HID_CONNECT_HIDRAW; in lg_g15_probe()
|
H A D | hid-cougar.c | 214 connect_mask = HID_CONNECT_HIDRAW; in cougar_probe()
|
H A D | hid-letsketch.c | 304 return hid_hw_start(hdev, HID_CONNECT_HIDRAW); in letsketch_probe()
|
H A D | hid-gt683r.c | 249 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in gt683r_led_probe()
|
H A D | hid-u2fzero.c | 340 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in u2fzero_probe()
|
H A D | hid-udraw-ps3.c | 445 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW | HID_CONNECT_DRIVER); in udraw_probe()
|
H A D | hid-led.c | 487 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in hidled_probe()
|
H A D | hid-steam.c | 1231 return hid_hw_start(hdev, HID_CONNECT_HIDRAW); in steam_probe() 1259 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_HIDRAW); in steam_probe()
|
H A D | hid-cp2112.c | 1218 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in cp2112_probe()
|
H A D | hid-logitech-dj.c | 1830 retval = hid_hw_start(hdev, HID_CONNECT_HIDRAW|HID_CONNECT_HIDDEV); in logi_dj_probe()
|
H A D | wacom_sys.c | 2332 unsigned int connect_mask = HID_CONNECT_HIDRAW; in wacom_parse_and_register() 2836 return hid_hw_start(hdev, HID_CONNECT_HIDRAW); in wacom_probe()
|
H A D | hid-wiimote-core.c | 1809 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in wiimote_hid_probe()
|
H A D | hid-nintendo.c | 2331 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in nintendo_hid_probe()
|
H A D | hid-core.c | 2203 if ((connect_mask & HID_CONNECT_HIDRAW) && !hidraw_connect(hdev)) in hid_connect()
|
H A D | hid-playstation.c | 2646 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in ps_probe()
|
/openbmc/linux/drivers/hwmon/ |
H A D | nzxt-kraken2.c | 161 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in kraken2_probe()
|
H A D | corsair-cpro.c | 520 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in ccp_probe()
|
H A D | nzxt-smart2.c | 753 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in nzxt_smart2_hid_probe()
|
H A D | corsair-psu.c | 790 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in corsairpsu_probe()
|
H A D | aquacomputer_d5next.c | 1515 ret = hid_hw_start(hdev, HID_CONNECT_HIDRAW); in aqc_probe()
|
/openbmc/linux/include/linux/ |
H A D | hid.h | 328 #define HID_CONNECT_HIDRAW BIT(2) macro 333 #define HID_CONNECT_DEFAULT (HID_CONNECT_HIDINPUT|HID_CONNECT_HIDRAW| \
|