Searched refs:hid_hw_output_report (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/hid/
H A Dhid-mcp2200.c113 len = hid_hw_output_report(mcp->hdev, (u8 *) read_all,
148 status = hid_hw_output_report(mcp->hdev, (u8 *) cmd,
233 status = hid_hw_output_report(mcp->hdev, (u8 *) conf,
H A Dhid-u2fzero.c101 ret = hid_hw_output_report(dev->hdev, dev->buf_out,
146 ret = hid_hw_output_report(dev->hdev, dev->buf_out,
150 hid_err(hdev, "hid_hw_output_report failed: %d", ret);
H A Dhid-led.c131 ret = hid_hw_output_report(ldev->hdev, ldev->buf,
H A Dhid-microsoft.c302 ret = hid_hw_output_report(hdev, (__u8 *)r, sizeof(*r));
H A Dhid-google-hammer.c326 ret = hid_hw_output_report(led->hdev, led->buf, sizeof(led->buf));
H A Dhid-sony.c1170 ret = hid_hw_output_report(hdev, buf, 1);
1517 hid_hw_output_report(sc->hdev, (u8 *)report,
1542 hid_hw_output_report(hdev, (u8 *)report, MOTION_REPORT_0x02_SIZE);
H A Dhid-rmi.c177 ret = hid_hw_output_report(hdev, (void *)report, len);
H A Dhidraw.c143 ret = hid_hw_output_report(dev, buf, count);
H A Dhid-ft260.c363 ret = hid_hw_output_report(hdev, buf, len);
H A Dhid-lg-g15.c842 ret = hid_hw_output_report(hdev, g15->transfer_buf, gkeys + 1);
H A Dhid-mcp2221.c139 ret = hid_hw_output_report(mcp->hdev, buf, len);
H A Dhid-playstation.c1243 hid_hw_output_report(hdev, report->data, report->len);
2171 hid_hw_output_report(ds4->base.hdev, report.data, report.len);
H A Dhid-core.c2428 * hid_hw_output_report - send output report to device
2436 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len) function
2451 EXPORT_SYMBOL_GPL(hid_hw_output_report); variable
H A Dhid-cp2112.c351 ret = hid_hw_output_report(hdev, buf, count);
H A Dhid-lenovo.c512 ret = hid_hw_output_report(hdev, buf, 3);
H A Dhid-wiimote-core.c35 ret = hid_hw_output_report(hdev, buf, count);
H A Dhid-input.c1854 ret = hid_hw_output_report(hid, buf, len);
H A Dhid-nintendo.c813 ret = hid_hw_output_report(hdev, buf, len);
/linux-master/drivers/hwmon/
H A Dgigabyte_waterforce.c118 ret = hid_hw_output_report(priv->hdev, priv->buffer, MAX_REPORT_LENGTH);
H A Dcorsair-cpro.c122 ret = hid_hw_output_report(ccp->hdev, ccp->buffer, OUT_BUFFER_SIZE);
H A Dasus_rog_ryujin.c161 ret = hid_hw_output_report(priv->hdev, priv->buffer, MAX_REPORT_LENGTH);
H A Dnzxt-smart2.c459 ret = hid_hw_output_report(drvdata->hid, drvdata->output_buffer,
H A Dcorsair-psu.c172 ret = hid_hw_output_report(priv->hdev, priv->cmd_buffer, CMD_BUFFER_SIZE);
H A Dnzxt-kraken3.c193 ret = hid_hw_output_report(priv->hdev, priv->buffer, MAX_REPORT_LENGTH);
/linux-master/include/linux/
H A Dhid.h1132 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len);

Completed in 383 milliseconds

12