Home
last modified time | relevance | path

Searched refs:hid_hw_output_report (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/hid/
Dhid-u2fzero.c80 ret = hid_hw_output_report(dev->hdev, dev->buf_out, in u2fzero_send()
125 ret = hid_hw_output_report(dev->hdev, dev->buf_out, in u2fzero_recv()
Dhid-sony.c1530 ret = hid_hw_output_report(hdev, buf, 1); in sixaxis_set_operational_usb()
2106 hid_hw_output_report(sc->hdev, (u8 *)report, in sixaxis_send_output_report()
2163 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x05_SIZE); in dualshock4_send_output_report()
2172 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x11_SIZE); in dualshock4_send_output_report()
2193 hid_hw_output_report(hdev, (u8 *)report, MOTION_REPORT_0x02_SIZE); in motion_send_output_report()
Dhid-google-hammer.c306 ret = hid_hw_output_report(led->hdev, led->buf, sizeof(led->buf)); in hammer_kbd_brightness_set_blocking()
Dhid-microsoft.c305 ret = hid_hw_output_report(hdev, (__u8 *)r, sizeof(*r)); in ms_ff_worker()
Dhid-led.c131 ret = hid_hw_output_report(ldev->hdev, ldev->buf, in hidled_send()
Dhidraw.c141 ret = hid_hw_output_report(dev, buf, count); in hidraw_send_report()
Dhid-rmi.c177 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report()
Dhid-lenovo.c230 ret = hid_hw_output_report(hdev, buf, 3); in lenovo_send_cmd_cptkbd()
Dhid-cp2112.c348 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
Dhid-input.c1505 ret = hid_hw_output_report(hid, buf, len); in hidinput_led_worker()
Dhid-wiimote-core.c35 ret = hid_hw_output_report(hdev, buf, count); in wiimote_hid_send()
Dhid-logitech-hidpp.c238 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
/Linux-v5.4/include/linux/
Dhid.h1092 static inline int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, in hid_hw_output_report() function