Home
last modified time | relevance | path

Searched refs:hid_validate_values (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/hid/
Dhid-lg2ff.c73 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
Dhid-lg3ff.c141 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
Dhid-zpff.c77 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
Dhid-lgff.c139 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
Dhid-lg4ff.c349 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lg4ff_init()
Dhid-logitech-dj.c796 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, REPORT_ID_DJ_SHORT, in logi_dj_probe()
Dhid-core.c842 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values() function
891 EXPORT_SYMBOL_GPL(hid_validate_values);
/linux-3.4.99/include/linux/
Dhid.h740 struct hid_report *hid_validate_values(struct hid_device *hid,