Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-lg2ff.c65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
H A Dhid-megaworld.c55 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in mwctrl_init()
H A Dhid-lg3ff.c130 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
H A Dhid-zpff.c69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
H A Dhid-google-stadiaff.c75 report = hid_validate_values(hid, HID_OUTPUT_REPORT, in stadiaff_init()
H A Dhid-lgff.c132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
H A Dhid-bigbenff.c398 bigben->report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 8); in bigben_probe()
H A Dhid-steelseries.c270 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
H A Dhid-core.c1022 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values() function
1071 EXPORT_SYMBOL_GPL(hid_validate_values);
H A Dhid-lg4ff.c1283 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lg4ff_init()
H A Dhid-sony.c1391 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 7)) in sony_leds_init()
/linux/include/linux/
H A Dhid.h973 struct hid_report *hid_validate_values(struct hid_device *hid,