Searched refs:hidinput_find_field (Results 1 – 3 of 3) sorted by relevance
799 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_fi… in hidinput_find_field() function814 EXPORT_SYMBOL_GPL(hidinput_find_field);
709 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_fi…
593 if ((offset = hidinput_find_field(hid, type, code, &field)) == -1) { in usb_hidinput_input_event()