/openbmc/linux/drivers/hid/ |
H A D | hid-mcp2200.c | 113 len = hid_hw_output_report(mcp->hdev, (u8 *) read_all, in mcp_cmd_read_all() 148 status = hid_hw_output_report(mcp->hdev, (u8 *) cmd, in mcp_set_multiple() 233 status = hid_hw_output_report(mcp->hdev, (u8 *) conf, in mcp_set_direction()
|
H A D | hid-u2fzero.c | 101 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()
|
H A D | hid-microsoft.c | 302 ret = hid_hw_output_report(hdev, (__u8 *)r, sizeof(*r)); in ms_ff_worker()
|
H A D | hid-sony.c | 1170 ret = hid_hw_output_report(hdev, buf, 1); in sixaxis_set_operational_usb() 1517 hid_hw_output_report(sc->hdev, (u8 *)report, in sixaxis_send_output_report() 1542 hid_hw_output_report(hdev, (u8 *)report, MOTION_REPORT_0x02_SIZE); in motion_send_output_report()
|
H A D | hid-google-hammer.c | 328 ret = hid_hw_output_report(led->hdev, led->buf, sizeof(led->buf)); in hammer_kbd_brightness_set_blocking()
|
H A D | hid-led.c | 131 ret = hid_hw_output_report(ldev->hdev, ldev->buf, in hidled_send()
|
H A D | hid-rmi.c | 177 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report()
|
H A D | hidraw.c | 143 ret = hid_hw_output_report(dev, buf, count); in hidraw_send_report()
|
H A D | hid-lg-g15.c | 842 ret = hid_hw_output_report(hdev, g15->transfer_buf, gkeys + 1); in lg_g15_probe()
|
H A D | hid-ft260.c | 363 ret = hid_hw_output_report(hdev, buf, len); in ft260_hid_output_report()
|
H A D | hid-mcp2221.c | 138 ret = hid_hw_output_report(mcp->hdev, buf, len); in mcp_send_report()
|
H A D | hid-core.c | 2437 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len) in hid_hw_output_report() function 2452 EXPORT_SYMBOL_GPL(hid_hw_output_report);
|
H A D | hid-lenovo.c | 513 ret = hid_hw_output_report(hdev, buf, 3); in lenovo_send_cmd_cptkbd()
|
H A D | hid-cp2112.c | 351 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
|
H A D | hid-playstation.c | 1243 hid_hw_output_report(hdev, report->data, report->len); in dualsense_send_output_report() 2171 hid_hw_output_report(ds4->base.hdev, report.data, report.len); in dualshock4_output_worker()
|
H A D | hid-wiimote-core.c | 35 ret = hid_hw_output_report(hdev, buf, count); in wiimote_hid_send()
|
H A D | hid-input.c | 1837 ret = hid_hw_output_report(hid, buf, len); in hidinput_led_worker()
|
H A D | hid-nintendo.c | 512 ret = hid_hw_output_report(hdev, buf, len); in __joycon_hid_send()
|
H A D | hid-logitech-hidpp.c | 267 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
|
/openbmc/linux/drivers/hwmon/ |
H A D | corsair-cpro.c | 134 ret = hid_hw_output_report(ccp->hdev, ccp->cmd_buffer, OUT_BUFFER_SIZE); in send_usb_cmd()
|
H A D | nzxt-smart2.c | 459 ret = hid_hw_output_report(drvdata->hid, drvdata->output_buffer, in send_output_report()
|
H A D | corsair-psu.c | 172 ret = hid_hw_output_report(priv->hdev, priv->cmd_buffer, CMD_BUFFER_SIZE); in corsairpsu_usb_cmd()
|
/openbmc/linux/include/linux/ |
H A D | hid.h | 1135 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len);
|