Searched refs:hidinput_find_field (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhid.h498 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-input.c926 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) function
941 EXPORT_SYMBOL_GPL(hidinput_find_field); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c459 if ((offset = hidinput_find_field(hid, type, code, &field)) == -1) {

Completed in 99 milliseconds