Symbol: HID_CONNECT_FF
drivers/hid/hid-axff.c
139
error = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-betopff.c
136
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-bigbenff.c
392
error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-core.c
2286
(connect_mask & HID_CONNECT_FF) && hdev->ff_init)
drivers/hid/hid-dr.c
281
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-emsff.c
116
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-gaff.c
146
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-google-stadiaff.c
114
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-holtekff.c
191
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-lg.c
790
connect_mask &= ~HID_CONNECT_FF;
drivers/hid/hid-megaworld.c
98
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-mf.c
131
error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-ntrig.c
928
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-pl.c
191
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-sjoy.c
130
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-thrustmaster.c
304
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-tmff.c
223
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-universal-pidff.c
69
error = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
drivers/hid/hid-zpff.c
114
ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
include/linux/hid.h
359
HID_CONNECT_HIDDEV|HID_CONNECT_FF)