Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-betopff.c135 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in betop_probe()
H A Dhid-zpff.c114 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in zp_probe()
H A Dhid-mf.c131 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in mf_probe()
H A Dhid-emsff.c116 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ems_probe()
H A Dhid-holtekff.c191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in holtek_probe()
H A Dhid-sjoy.c130 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in sjoy_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.c227 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in tm_probe()
H A Dhid-bigbenff.c340 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in bigben_probe()
H A Dhid-lg.c810 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.c1977 (connect_mask & HID_CONNECT_FF) && hdev->ff_init) in hid_connect()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h322 #define HID_CONNECT_FF BIT(5) macro
325 HID_CONNECT_HIDDEV|HID_CONNECT_FF)