Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
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()
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.12.1/drivers/virt/coco/sev-guest/
Dsev-guest.c844 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/
Dsev.h277 struct svsm_loc_entry report_buf; member
/linux-6.12.1/drivers/block/
Dvirtio_blk.c563 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/
Dcore.c2404 input->report_buf.len = call->r8_out; in update_attest_input()