Searched refs:hid_hw_start (Results 1 - 25 of 99) sorted by relevance

1234

/linux-master/drivers/hid/
H A Dhid-vivaldi.c33 return hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-belkin.c59 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT |
H A Dhid-generic.c67 return hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-retrode.c75 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-holtek-mouse.c79 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-vrc2.c66 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-glorious.c75 return hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-petalynx.c79 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-pxrc.c86 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-gfrm.c121 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
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-ite.c103 return hid_hw_start(hdev, HID_CONNECT_DEFAULT);
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-zydacron.c183 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
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-cypress.c141 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-mf.c131 error = hid_hw_start(hid, HID_CONNECT_DEFAULT & ~HID_CONNECT_FF);
H A Dhid-a4tech.c134 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);
H A Dhid-chicony.c127 ret = hid_hw_start(hdev, HID_CONNECT_DEFAULT);

Completed in 314 milliseconds

1234