Searched refs:hid_validate_values (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-lg2ff.c | 65 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7); in lg2ff_init()
|
D | hid-lg3ff.c | 134 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 35)) in lg3ff_init()
|
D | hid-zpff.c | 69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1); in zpff_init()
|
D | hid-lgff.c | 132 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lgff_init()
|
D | hid-steelseries.c | 248 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
|
D | hid-lenovo.c | 881 if (!hid_validate_values(hdev, HID_FEATURE_REPORT, 4, i, 1)) in lenovo_probe_tpkbd() 884 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 3, 0, 2)) in lenovo_probe_tpkbd()
|
D | hid-core.c | 964 struct hid_report *hid_validate_values(struct hid_device *hid, in hid_validate_values() function 1013 EXPORT_SYMBOL_GPL(hid_validate_values);
|
D | hid-lg4ff.c | 1277 if (!hid_validate_values(hid, HID_OUTPUT_REPORT, 0, 0, 7)) in lg4ff_init()
|
D | hid-sony.c | 1987 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 7)) in sony_leds_init()
|
/kernel/linux/linux-5.10/include/linux/ |
D | hid.h | 904 struct hid_report *hid_validate_values(struct hid_device *hid,
|