Searched refs:HID_CONNECT_FF (Results 1 – 19 of 19) sorted by relevance
/linux/drivers/hid/ |
H A D | hid-megaworld.c | 98 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in mwctrl_probe()
|
H A D | hid-zpff.c | 114 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in zp_probe()
|
H A D | hid-betopff.c | 136 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in betop_probe()
|
H A D | hid-holtekff.c | 191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in holtek_probe()
|
H A D | hid-emsff.c | 116 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ems_probe()
|
H A D | hid-mf.c | 131 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in mf_probe()
|
H A D | hid-sjoy.c | 130 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in sjoy_probe()
|
H A D | hid-google-stadiaff.c | 114 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in stadia_probe()
|
H A D | hid-axff.c | 139 error = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ax_probe()
|
H A D | hid-gaff.c | 146 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ga_probe()
|
H A D | hid-pl.c | 191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in pl_probe()
|
H A D | hid-dr.c | 281 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in dr_probe()
|
H A D | hid-tmff.c | 223 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in tm_probe()
|
H A D | hid-thrustmaster.c | 295 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in thrustmaster_probe()
|
H A D | hid-bigbenff.c | 392 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in bigben_probe()
|
H A D | hid-lg.c | 790 connect_mask &= ~HID_CONNECT_FF; in lg_probe()
|
H A D | hid-ntrig.c | 928 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ntrig_probe()
|
H A D | hid-core.c | 2264 (connect_mask & HID_CONNECT_FF) && hdev->ff_init) in hid_connect()
|
/linux/include/linux/ |
H A D | hid.h | 330 #define HID_CONNECT_FF BIT(5) macro 333 HID_CONNECT_HIDDEV|HID_CONNECT_FF)
|