Home
last modified time | relevance | path

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

/linux/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()
375 memcpy(buf, qsdev->report_buf, qsdev->report_len); in quickspi_get_report()
H A Dquickspi-dev.h157 u8 *report_buf; member
H A Dpci-quickspi.c554 qsdev->report_buf = devm_kzalloc(qsdev->dev, max_report_len, GFP_KERNEL); in quickspi_alloc_report_buf()
555 if (!qsdev->report_buf) in quickspi_alloc_report_buf()
/linux/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-protocol.c84 buf_len, qcdev->report_buf, qcdev->report_len); in write_cmd_to_txdma()
90 return thc_dma_write(qcdev->thc_hw, qcdev->report_buf, write_buf_len); in write_cmd_to_txdma()
149 qcdev->report_buf, qcdev->report_len); in quicki2c_get_report()
157 ret = thc_swdma_read(qcdev->thc_hw, qcdev->report_buf, write_buf_len, in quicki2c_get_report()
H A Dquicki2c-dev.h215 u8 *report_buf; member
H A Dpci-quicki2c.c598 qcdev->report_buf = devm_kzalloc(qcdev->dev, max_report_len, GFP_KERNEL); in quicki2c_alloc_report_buf()
599 if (!qcdev->report_buf) in quicki2c_alloc_report_buf()
/linux/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/drivers/hid/
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/arch/x86/include/asm/
H A Dsev.h380 struct svsm_loc_entry report_buf; member
/linux/arch/x86/coco/sev/
H A Dcore.c1601 input->report_buf.len = call->r8_out; in update_attest_input()