Home
last modified time | relevance | path

Searched refs:HID_CONNECT_FF (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/hid/
H A Dhid-megaworld.c98 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in mwctrl_probe()
H A Dhid-zpff.c114 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in zp_probe()
H A Dhid-betopff.c136 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in betop_probe()
H A Dhid-holtekff.c191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in holtek_probe()
H A Dhid-emsff.c116 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ems_probe()
H A Dhid-mf.c131 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in mf_probe()
H A Dhid-sjoy.c130 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in sjoy_probe()
H A Dhid-google-stadiaff.c114 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in stadia_probe()
H A Dhid-axff.c139 error = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ax_probe()
H A Dhid-gaff.c146 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ga_probe()
H A Dhid-pl.c191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in pl_probe()
H A Dhid-dr.c281 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in dr_probe()
H A Dhid-tmff.c223 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in tm_probe()
H A Dhid-thrustmaster.c295 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in thrustmaster_probe()
H A Dhid-bigbenff.c392 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in bigben_probe()
H A Dhid-lg.c790 connect_mask &= ~HID_CONNECT_FF; in lg_probe()
H A Dhid-ntrig.c928 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ntrig_probe()
H A Dhid-core.c2264 (connect_mask & HID_CONNECT_FF) && hdev->ff_init) in hid_connect()
/linux/include/linux/
H A Dhid.h330 #define HID_CONNECT_FF BIT(5) macro
333 HID_CONNECT_HIDDEV|HID_CONNECT_FF)