Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dhid_bpf.h72 int (*hid_hw_output_report)(struct hid_device *hdev, __u8 *buf, size_t len, member
179 int (*hid_hw_output_report)(struct hid_bpf_ctx *ctx, u64 source); member
/linux/drivers/hid/
H A Dhid-mcp2200.c113 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 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()
H A Dhid-winwing.c69 ret = hid_hw_output_report(led->hdev, buf, 14); in winwing_led_write()
H A Dhid-microsoft.c302 ret = hid_hw_output_report(hdev, (__u8 *)r, sizeof(*r)); in ms_ff_worker()
H A Dhid-sony.c1170 ret = hid_hw_output_report(hdev, buf, 1); in sixaxis_set_operational_usb()
1518 hid_hw_output_report(sc->hdev, (u8 *)report, in sixaxis_send_output_report()
1543 hid_hw_output_report(hdev, (u8 *)report, MOTION_REPORT_0x02_SIZE); in motion_send_output_report()
H A Dhid-google-hammer.c327 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 Dhid-rmi.c177 ret = hid_hw_output_report(hdev, (void *)report, len); in rmi_write_report()
H A Dhid-core.c2514 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len) in hid_hw_output_report() function
2518 EXPORT_SYMBOL_GPL(hid_hw_output_report);
3065 .hid_hw_output_report = __hid_hw_output_report,
H A Dhid-lg-g15.c842 ret = hid_hw_output_report(hdev, g15->transfer_buf, gkeys + 1); in lg_g15_probe()
H A Dhid-ft260.c363 ret = hid_hw_output_report(hdev, buf, len); in ft260_hid_output_report()
H A Dhid-mcp2221.c139 ret = hid_hw_output_report(mcp->hdev, buf, len); in mcp_send_report()
H A Dhid-cp2112.c351 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
H A Dhid-lenovo.c532 ret = hid_hw_output_report(hdev, buf, 3); in lenovo_send_cmd_cptkbd()
/linux/tools/testing/selftests/hid/progs/
H A Dhid.c398 .hid_hw_output_report = (void *)hid_test_filter_output_report,
419 .hid_hw_output_report = (void *)hid_test_hidraw_output_report,
444 .hid_hw_output_report = (void *)hid_test_infinite_loop_output_report,
H A Dhid_bpf_helpers.h86 int (*hid_hw_output_report)(struct hid_bpf_ctx *ctx, u64 source); member
/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c48 case offsetof(struct hid_bpf_ops, hid_hw_output_report): in hid_bpf_ops_check_member()
295 .hid_hw_output_report = __hid_bpf_hw_output_report,
H A Dhid_bpf_dispatch.c136 if (!e->hid_hw_output_report) in dispatch_hid_bpf_output_report()
139 ret = e->hid_hw_output_report(&ctx_kern.ctx, source); in dispatch_hid_bpf_output_report()
478 ret = hid_ops->hid_hw_output_report(ctx->hid, dma_data, size, (u64)(long)ctx, true); in hid_bpf_hw_output_report()
/linux/drivers/hwmon/
H A Dgigabyte_waterforce.c118 ret = hid_hw_output_report(priv->hdev, priv->buffer, MAX_REPORT_LENGTH); in waterforce_write_expanded()
H A Dasus_rog_ryujin.c161 ret = hid_hw_output_report(priv->hdev, priv->buffer, MAX_REPORT_LENGTH); in rog_ryujin_write_expanded()
H A Dcorsair-cpro.c141 ret = hid_hw_output_report(ccp->hdev, ccp->cmd_buffer, OUT_BUFFER_SIZE); in send_usb_cmd()
H A Dnzxt-smart2.c459 ret = hid_hw_output_report(drvdata->hid, drvdata->output_buffer, in send_output_report()
H A Dcorsair-psu.c172 ret = hid_hw_output_report(priv->hdev, priv->cmd_buffer, CMD_BUFFER_SIZE); in corsairpsu_usb_cmd()
H A Dnzxt-kraken3.c192 ret = hid_hw_output_report(priv->hdev, priv->buffer, MAX_REPORT_LENGTH); in kraken3_write_expanded()

12