Home
last modified time | relevance | path

Searched refs:report_buf (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/hid/
H A Dhid-winwing.c38 __u8 *report_buf; member
49 __u8 *buf = data->report_buf; in winwing_led_write()
91 data->report_buf = devm_kmalloc(&hdev->dev, MAX_REPORT, GFP_KERNEL); in winwing_init_led()
93 if (!data->report_buf) in winwing_init_led()
H A Duhid.c62 struct uhid_event report_buf; member
224 memcpy(&uhid->report_buf, ev, sizeof(*ev)); in uhid_report_wake_up()
262 req = &uhid->report_buf.u.get_report_reply; in uhid_hid_get_report()
306 if (uhid->report_buf.u.set_report_reply.err) in uhid_hid_set_report()
/linux-6.15/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dquickspi-protocol.c25 u8 *report_buf, const int report_buf_len) in write_cmd_to_txdma() argument
31 write_buf = (struct output_report *)qsdev->report_buf; in write_cmd_to_txdma()
37 if (report_buf && report_buf_len > 0) in write_cmd_to_txdma()
38 memcpy(write_buf->content, report_buf, report_buf_len); in write_cmd_to_txdma()
213 memcpy(qsdev->report_buf, input_report, qsdev->report_len); in quickspi_handle_input_data()
376 memcpy(buf, qsdev->report_buf, qsdev->report_len); in quickspi_get_report()
H A Dquickspi-dev.h153 u8 *report_buf; member
H A Dpci-quickspi.c536 qsdev->report_buf = devm_kzalloc(qsdev->dev, max_report_len, GFP_KERNEL); in quickspi_alloc_report_buf()
537 if (!qsdev->report_buf) in quickspi_alloc_report_buf()
/linux-6.15/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-protocol.c83 buf_len, qcdev->report_buf, qcdev->report_len); in write_cmd_to_txdma()
89 return thc_dma_write(qcdev->thc_hw, qcdev->report_buf, write_buf_len); in write_cmd_to_txdma()
148 qcdev->report_buf, qcdev->report_len); in quicki2c_get_report()
156 ret = thc_swdma_read(qcdev->thc_hw, qcdev->report_buf, write_buf_len, in quicki2c_get_report()
H A Dquicki2c-dev.h179 u8 *report_buf; member
H A Dpci-quicki2c.c516 qcdev->report_buf = devm_kzalloc(qcdev->dev, max_report_len, GFP_KERNEL); in quicki2c_alloc_report_buf()
517 if (!qcdev->report_buf) in quicki2c_alloc_report_buf()
/linux-6.15/drivers/virt/coco/sev-guest/
H A Dsev-guest.c392 ac.report_buf.pa = __pa(rep); in sev_svsm_report_new()
393 ac.report_buf.len = rep_len; in sev_svsm_report_new()
414 if (ac.report_buf.len > rep_len) { in sev_svsm_report_new()
415 rep_len = PAGE_ALIGN(ac.report_buf.len); in sev_svsm_report_new()
448 rep_len = ac.report_buf.len; in sev_svsm_report_new()
/linux-6.15/arch/x86/include/asm/
H A Dsev.h333 struct svsm_loc_entry report_buf; member
/linux-6.15/drivers/block/
H A Dvirtio_blk.c557 char *report_buf, size_t report_len, in virtblk_submit_zone_report() argument
574 err = blk_rq_map_kern(q, req, report_buf, report_len, GFP_KERNEL); in virtblk_submit_zone_report()
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c2599 input->report_buf.len = call->r8_out; in update_attest_input()