Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-u2fzero.c101 ret = hid_hw_output_report(dev->hdev, dev->buf_out, in u2fzero_send()
146 ret = hid_hw_output_report(dev->hdev, dev->buf_out, in u2fzero_recv()
Dhid-microsoft.c302 ret = hid_hw_output_report(hdev, (__u8 *)r, sizeof(*r)); in ms_ff_worker()
Dhid-sony.c1670 ret = hid_hw_output_report(hdev, buf, 1); in sixaxis_set_operational_usb()
2268 hid_hw_output_report(sc->hdev, (u8 *)report, in sixaxis_send_output_report()
2325 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x05_SIZE); in dualshock4_send_output_report()
2334 hid_hw_output_report(hdev, buf, DS4_OUTPUT_REPORT_0x11_SIZE); in dualshock4_send_output_report()
2355 hid_hw_output_report(hdev, (u8 *)report, MOTION_REPORT_0x02_SIZE); in motion_send_output_report()
Dhid-google-hammer.c326 ret = hid_hw_output_report(led->hdev, led->buf, sizeof(led->buf)); in hammer_kbd_brightness_set_blocking()
Dhid-led.c131 ret = hid_hw_output_report(ldev->hdev, ldev->buf, in hidled_send()
Dhid-rmi.c177 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report()
Dhidraw.c141 ret = hid_hw_output_report(dev, buf, count); in hidraw_send_report()
Dhid-mcp2221.c120 ret = hid_hw_output_report(mcp->hdev, buf, len); in mcp_send_report()
Dhid-ft260.c349 ret = hid_hw_output_report(hdev, buf, len); in ft260_hid_output_report()
Dhid-lg-g15.c841 ret = hid_hw_output_report(hdev, g15->transfer_buf, gkeys + 1); in lg_g15_probe()
Dhid-lenovo.c507 ret = hid_hw_output_report(hdev, buf, 3); in lenovo_send_cmd_cptkbd()
Dhid-core.c2404 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len) in hid_hw_output_report() function
2414 EXPORT_SYMBOL_GPL(hid_hw_output_report);
Dhid-cp2112.c351 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
Dhid-playstation.c976 hid_hw_output_report(hdev, report->data, report->len); in dualsense_send_output_report()
Dhid-wiimote-core.c35 ret = hid_hw_output_report(hdev, buf, count); in wiimote_hid_send()
Dhid-nintendo.c510 ret = hid_hw_output_report(hdev, buf, len); in __joycon_hid_send()
Dhid-input.c1759 ret = hid_hw_output_report(hid, buf, len); in hidinput_led_worker()
Dhid-logitech-hidpp.c259 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
/Linux-v6.1/drivers/hwmon/
Dcorsair-cpro.c122 ret = hid_hw_output_report(ccp->hdev, ccp->buffer, OUT_BUFFER_SIZE); in send_usb_cmd()
Dnzxt-smart2.c459 ret = hid_hw_output_report(drvdata->hid, drvdata->output_buffer, in send_output_report()
Dcorsair-psu.c160 ret = hid_hw_output_report(priv->hdev, priv->cmd_buffer, CMD_BUFFER_SIZE); in corsairpsu_usb_cmd()
/Linux-v6.1/include/linux/
Dhid.h1108 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len);