Searched refs:hid_validate_values (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/hid/ |
D | hid-lg2ff.c | 73 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
|
D | hid-lg3ff.c | 141 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
|
D | hid-zpff.c | 77 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
|
D | hid-lgff.c | 139 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
|
D | hid-lg4ff.c | 349 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lg4ff_init()
|
D | hid-logitech-dj.c | 796 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, REPORT_ID_DJ_SHORT, in logi_dj_probe()
|
D | hid-core.c | 842 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/ |
D | hid.h | 740 struct hid_report *hid_validate_values(struct hid_device *hid,
|