Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A 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()
H A Dhid-sony.c1547 ret = hid_hw_output_report(hdev, buf, 1); in sixaxis_set_operational_usb()
2123 hid_hw_output_report(sc->hdev, (u8 *)report, in sixaxis_send_output_report()
2180 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x05_SIZE); in dualshock4_send_output_report()
2189 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x11_SIZE); in dualshock4_send_output_report()
2210 hid_hw_output_report(hdev, (u8 *)report, MOTION_REPORT_0x02_SIZE); in motion_send_output_report()
H A Dhid-microsoft.c302 ret = hid_hw_output_report(hdev, (__u8 *)r, sizeof(*r)); in ms_ff_worker()
H A Dhid-google-hammer.c314 ret = hid_hw_output_report(led->hdev, led->buf, sizeof(led->buf)); in hammer_kbd_brightness_set_blocking()
H A Dhid-led.c131 ret = hid_hw_output_report(ldev->hdev, ldev->buf, in hidled_send()
H A Dhidraw.c141 ret = hid_hw_output_report(dev, buf, count); in hidraw_send_report()
H A Dhid-rmi.c177 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report()
H A Dhid-mcp2221.c120 ret = hid_hw_output_report(mcp->hdev, buf, len); in mcp_send_report()
H A Dhid-nintendo.c214 ret = hid_hw_output_report(hdev, buf, len); in __joycon_hid_send()
H A Dhid-lg-g15.c792 ret = hid_hw_output_report(hdev, g15->transfer_buf, gkeys + 1); in lg_g15_probe()
H A Dhid-lenovo.c320 ret = hid_hw_output_report(hdev, buf, 3); in lenovo_send_cmd_cptkbd()
H A Dhid-cp2112.c349 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
H A Dhid-playstation.c976 hid_hw_output_report(hdev, report->data, report->len); in dualsense_send_output_report()
H A Dhid-input.c1536 ret = hid_hw_output_report(hid, buf, len); in hidinput_led_worker()
H A Dhid-wiimote-core.c35 ret = hid_hw_output_report(hdev, buf, count); in wiimote_hid_send()
H A Dhid-logitech-hidpp.c251 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dcorsair-cpro.c122 ret = hid_hw_output_report(ccp->hdev, ccp->buffer, OUT_BUFFER_SIZE); in send_usb_cmd()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h1119 static inline int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, in hid_hw_output_report() function