Home
last modified time | relevance | path

Searched refs:hidinput_find_field (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c1436 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_fi… in hidinput_find_field() function
1451 EXPORT_SYMBOL_GPL(hidinput_find_field);
1556 if ((offset = hidinput_find_field(hid, type, code, &field)) == -1) { in hidinput_input_event()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h892 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_fi…