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

/linux-master/drivers/hid/
H A Dhid-zpff.c114 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-megaworld.c98 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-betopff.c136 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-pl.c191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-sjoy.c130 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-holtekff.c191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-axff.c139 error = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-emsff.c116 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-gaff.c146 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-mf.c131 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-google-stadiaff.c114 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-dr.c281 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-tmff.c223 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-thrustmaster.c295 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-bigbenff.c392 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-ntrig.c928 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-lg.c790 connect_mask &= ~HID_CONNECT_FF;
H A Dhid-core.c2218 (connect_mask & HID_CONNECT_FF) && hdev->ff_init)
/linux-master/include/linux/
H A Dhid.h330 #define HID_CONNECT_FF BIT(5) macro
333 HID_CONNECT_HIDDEV|HID_CONNECT_FF)

Completed in 185 milliseconds