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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c204 static int hid_add_field(struct hid_parser *parser, unsigned report_type, unsigned flags) function
493 ret = hid_add_field(parser, HID_INPUT_REPORT, data);
496 ret = hid_add_field(parser, HID_OUTPUT_REPORT, data);
499 ret = hid_add_field(parser, HID_FEATURE_REPORT, data);

Completed in 64 milliseconds