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

/linux-master/drivers/hid/
H A Dhid-zpff.c69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1);
H A Dhid-lg2ff.c65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7);
H A Dhid-megaworld.c55 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1);
H A Dhid-lg3ff.c130 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35))
H A Dhid-lgff.c132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7))
H A Dhid-google-stadiaff.c75 report = hid_validate_values(hid, HID_OUTPUT_REPORT,
H A Dhid-bigbenff.c398 bigben->report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 8);
H A Dhid-steelseries.c268 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) {
H A Dhid-lenovo.c1126 if (!hid_validate_values(hdev, HID_FEATURE_REPORT, 4, i, 1))
1129 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 3, 0, 2))
H A Dhid-core.c965 * hid_validate_values - validate existing device report's value indexes
976 struct hid_report *hid_validate_values(struct hid_device *hid, function
1025 EXPORT_SYMBOL_GPL(hid_validate_values); variable
H A Dhid-lg4ff.c1283 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7))
H A Dhid-sony.c1390 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 7))
/linux-master/include/linux/
H A Dhid.h957 struct hid_report *hid_validate_values(struct hid_device *hid,

Completed in 437 milliseconds