Searched refs:report_buf (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/hid/intel-thc-hid/intel-quickspi/ |
| H A D | quickspi-protocol.c | 25 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 D | quickspi-dev.h | 157 u8 *report_buf; member
|
| H A D | pci-quickspi.c | 554 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 D | quicki2c-protocol.c | 84 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 D | quicki2c-dev.h | 215 u8 *report_buf; member
|
| H A D | pci-quicki2c.c | 598 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 D | sev-guest.c | 392 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 D | uhid.c | 62 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 D | sev.h | 380 struct svsm_loc_entry report_buf; member
|
| /linux/arch/x86/coco/sev/ |
| H A D | core.c | 1601 input->report_buf.len = call->r8_out; in update_attest_input()
|