/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-lg2ff.c | 65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
|
H A D | hid-lg3ff.c | 134 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
|
H A D | hid-zpff.c | 69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
|
H A D | hid-lgff.c | 132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
|
H A D | hid-steelseries.c | 248 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
|
H A D | hid-lenovo.c | 904 if (!hid_validate_values(hdev, HID_FEATURE_REPORT, 4, i, 1)) in lenovo_probe_tpkbd() 907 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 3, 0, 2)) in lenovo_probe_tpkbd()
|
H A D | hid-bigbenff.c | 398 bigben->report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 8); in bigben_probe()
|
H A D | hid-core.c | 964 * hid_validate_values - validate existing device report's value indexes 975 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values() function 1024 EXPORT_SYMBOL_GPL(hid_validate_values); variable
|
H A D | hid-lg4ff.c | 1283 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lg4ff_init()
|
H A D | hid-sony.c | 1987 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 7)) in sony_leds_init()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-lg3ff.c | 134 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
|
H A D | hid-google-stadiaff.c | 75 report = hid_validate_values(hid, HID_OUTPUT_REPORT, in stadiaff_init()
|
H A D | hid-zpff.c | 69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
|
H A D | hid-megaworld.c | 55 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in mwctrl_init()
|
H A D | hid-lg2ff.c | 65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
|
H A D | hid-lgff.c | 132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
|
H A D | hid-bigbenff.c | 398 bigben->report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 8); in bigben_probe()
|
H A D | hid-lenovo.c | 1126 if (!hid_validate_values(hdev, HID_FEATURE_REPORT, 4, i, 1)) in lenovo_probe_tpkbd() 1129 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 3, 0, 2)) in lenovo_probe_tpkbd()
|
H A D | hid-steelseries.c | 268 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
|
H A D | hid-core.c | 965 * hid_validate_values - validate existing device report's value indexes 976 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values() function 1025 EXPORT_SYMBOL_GPL(hid_validate_values); variable
|
H A D | hid-lg4ff.c | 1283 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lg4ff_init()
|
H A D | hid-sony.c | 1390 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 7)) in sony_leds_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hid.h | 912 struct hid_report *hid_validate_values(struct hid_device *hid,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hid.h | 957 struct hid_report *hid_validate_values(struct hid_device *hid,
|