Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-thrustmaster.c304 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in thrustmaster_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()
/linux/include/linux/
H A Dhid.h356 #define HID_CONNECT_FF BIT(5) macro
359 HID_CONNECT_HIDDEV|HID_CONNECT_FF)