| /linux/include/linux/ |
| H A D | hid_bpf.h | 72 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
|
| H A D | hid.h | 1193 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len);
|
| /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() 237 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-google-hammer.c | 325 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 | hid-haptic.c | 281 ret = hid_hw_output_report(hdev, effect->report_buf, in play_effect()
|
| H A D | hid-core.c | 2551 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len) in hid_hw_output_report() function 2555 EXPORT_SYMBOL_GPL(hid_hw_output_report); 3121 .hid_hw_output_report = __hid_hw_output_report,
|
| 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 | 161 ret = hid_hw_output_report(mcp->hdev, buf, len); in mcp_send_report()
|
| H A D | hid-playstation.c | 1310 hid_hw_output_report(hdev, report->data, report->len); in dualsense_send_output_report() 2355 hid_hw_output_report(ds4->base.hdev, report.data, report.len); in dualshock4_output_worker()
|
| H A D | hid-cp2112.c | 345 ret = hid_hw_output_report(hdev, buf, count); in cp2112_hid_output()
|
| 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 | 1875 ret = hid_hw_output_report(hid, buf, len); in hidinput_led_worker()
|
| H A D | hid-logitech-hidpp.c | 268 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
|
| /linux/tools/testing/selftests/hid/progs/ |
| H A D | hid.c | 398 .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 D | hid_bpf_helpers.h | 98 int (*hid_hw_output_report)(struct hid_bpf_ctx *ctx, u64 source); member
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_struct_ops.c | 48 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 D | hid_bpf_dispatch.c | 145 if (!e->hid_hw_output_report) in dispatch_hid_bpf_output_report() 148 ret = e->hid_hw_output_report(&ctx_kern.ctx, source); in dispatch_hid_bpf_output_report() 486 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 D | gigabyte_waterforce.c | 118 ret = hid_hw_output_report(priv->hdev, priv->buffer, MAX_REPORT_LENGTH); in waterforce_write_expanded()
|
| H A D | nzxt-kraken3.c | 192 ret = hid_hw_output_report(priv->hdev, priv->buffer, MAX_REPORT_LENGTH); in kraken3_write_expanded()
|