Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-lg2ff.c71 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
Dhid-zpff.c75 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
Dhid-lg3ff.c139 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
Dhid-lgff.c137 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
Dhid-steelseries.c251 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
Dhid-lenovo.c587 if (!hid_validate_values(hdev, HID_FEATURE_REPORT, 4, i, 1)) in lenovo_probe_tpkbd()
590 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 3, 0, 2)) in lenovo_probe_tpkbd()
Dhid-logitech-dj.c1040 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, REPORT_ID_DJ_SHORT, in logi_dj_probe()
Dhid-lg4ff.c1003 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lg4ff_init()
Dhid-sony.c1446 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 7)) in sony_leds_init()
Dhid-core.c857 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values() function
906 EXPORT_SYMBOL_GPL(hid_validate_values);
/linux-4.1.27/include/linux/
Dhid.h807 struct hid_report *hid_validate_values(struct hid_device *hid,