Searched refs:HID_CONNECT_FF (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/hid/ |
A D | hid-megaworld.c | 98 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in mwctrl_probe()
|
A D | hid-zpff.c | 114 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in zp_probe()
|
A D | hid-betopff.c | 136 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in betop_probe()
|
A D | hid-emsff.c | 116 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ems_probe()
|
A D | hid-holtekff.c | 191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in holtek_probe()
|
A D | hid-mf.c | 131 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in mf_probe()
|
A D | hid-sjoy.c | 130 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in sjoy_probe()
|
A D | hid-axff.c | 139 error = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ax_probe()
|
A D | hid-gaff.c | 146 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ga_probe()
|
A D | hid-pl.c | 191 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in pl_probe()
|
A D | hid-dr.c | 281 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in dr_probe()
|
A D | hid-tmff.c | 223 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in tm_probe()
|
A D | hid-thrustmaster.c | 295 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in thrustmaster_probe()
|
A D | hid-bigbenff.c | 392 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in bigben_probe()
|
A D | hid-lg.c | 790 connect_mask &= ~HID_CONNECT_FF; in lg_probe()
|
A D | hid-ntrig.c | 928 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF); in ntrig_probe()
|
A D | hid-core.c | 2211 (connect_mask & HID_CONNECT_FF) && hdev->ff_init) in hid_connect()
|
/linux-6.3-rc2/include/linux/ |
A D | hid.h | 329 #define HID_CONNECT_FF BIT(5) macro 332 HID_CONNECT_HIDDEV|HID_CONNECT_FF)
|
Completed in 27 milliseconds