Searched refs:report_buf (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/hid/ |
D | hid-winwing.c | 38 __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()
|
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-6.12.1/drivers/virt/coco/sev-guest/ |
D | sev-guest.c | 844 ac.report_buf.pa = __pa(rep); in sev_svsm_report_new() 845 ac.report_buf.len = rep_len; in sev_svsm_report_new() 866 if (ac.report_buf.len > rep_len) { in sev_svsm_report_new() 867 rep_len = PAGE_ALIGN(ac.report_buf.len); in sev_svsm_report_new() 900 rep_len = ac.report_buf.len; in sev_svsm_report_new()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | sev.h | 277 struct svsm_loc_entry report_buf; member
|
/linux-6.12.1/drivers/block/ |
D | virtio_blk.c | 563 char *report_buf, size_t report_len, in virtblk_submit_zone_report() argument 580 err = blk_rq_map_kern(q, req, report_buf, report_len, GFP_KERNEL); in virtblk_submit_zone_report()
|
/linux-6.12.1/arch/x86/coco/sev/ |
D | core.c | 2404 input->report_buf.len = call->r8_out; in update_attest_input()
|