Home
last modified time | relevance | path

Searched refs:hid_input_report (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c97 hid_input_report(cli_data->hid_sensor_hubs[current_index], in amd_sfh_work()
106 hid_input_report(cli_data->hid_sensor_hubs[current_index], in amd_sfh_work()
133 hid_input_report(cli_data->hid_sensor_hubs[i], HID_INPUT_REPORT, in amd_sfh_work_buffer()
/linux/include/linux/
H A Dhid_bpf.h74 int (*hid_input_report)(struct hid_device *hid, enum hid_report_type type, member
H A Dhid.h992 int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size,
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c241 hid_input_report in process_recv()
273 hid_input_report( in process_recv()
298 hid_input_report( in process_recv()
/linux/drivers/hid/surface-hid/
H A Dsurface_hid.c164 hid_input_report(shid->hid, HID_INPUT_REPORT, (u8 *)&event->data[0], event->length, 0); in ssam_hid_event_fn()
H A Dsurface_kbd.c145 hid_input_report(shid->hid, HID_INPUT_REPORT, (u8 *)&event->data[0], event->length, 0); in ssam_kbd_event_fn()
/linux/drivers/hid/
H A Dhid-goodix-spi.c605 hid_input_report(ts->hid, HID_INPUT_REPORT, pkg->data, in goodix_hid_irq()
628 hid_input_report(ts->hid, HID_INPUT_REPORT, pkg->data, in goodix_hid_irq()
H A Duhid.c598 hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input.data, in uhid_dev_input()
609 hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input2.data, in uhid_dev_input2()
H A Dhid-steam.c1746 hid_input_report(steam->client_hdev, HID_FEATURE_REPORT, in steam_raw_event()
H A Dwacom_wac.c3296 hid_input_report(wacom->shared->pen, HID_INPUT_REPORT, data, in wacom_bamboo_pad_pen_event()
/linux/drivers/staging/greybus/
H A Dhid.c146 hid_input_report(ghid->hid, HID_INPUT_REPORT, in gb_hid_request_handler()
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c509 return hid_ops->hid_input_report(ctx->hid, type, buf, size, 0, (u64)(long)ctx, true, in __hid_bpf_input_report()
/linux/Documentation/hid/
H A Dhid-transport.rst348 hid_input_report(). You must specify the channel-type (intr or ctrl) and report
354 transport driver and not passed to hid_input_report().
H A Dintel-thc-hid.rst568 - THC QuickI2C driver call hid_input_report to send the input report content to HID core, which
/linux/drivers/hid/usbhid/
H A Dhid-core.c286 hid_input_report(urb->context, HID_INPUT_REPORT, in hid_irq_in()
485 hid_input_report(urb->context, in hid_ctrl()
/linux/drivers/hid/i2c-hid/
H A Di2c-hid-core.c577 hid_input_report(ihid->hid, HID_INPUT_REPORT, in i2c_hid_get_input()
/linux/net/bluetooth/hidp/
H A Dcore.c446 hid_input_report(session->hid, type, session->input_buf, len, intr); in hidp_process_report()