Searched refs:report_buf (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-haptic.c | 157 u8 *buf = haptic_effect->report_buf; in fill_effect_buf() 281 ret = hid_hw_output_report(hdev, effect->report_buf, in play_effect() 286 effect->report_buf, in play_effect() 381 kfree(haptic->stop_effect.report_buf); in hid_haptic_destroy() 382 haptic->stop_effect.report_buf = NULL; in hid_haptic_destroy() 386 kfree(haptic->effect[r].report_buf); in hid_haptic_destroy() 483 haptic->effect[r].report_buf = in hid_haptic_init() 486 if (!haptic->effect[r].report_buf) { in hid_haptic_init() 495 haptic->stop_effect.report_buf = in hid_haptic_init() 498 if (!haptic->stop_effect.report_buf) { in hid_haptic_init() [all …]
|
| 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/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/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/arch/x86/include/asm/ |
| H A D | sev.h | 380 struct svsm_loc_entry report_buf; member
|
| /linux/drivers/block/ |
| H A D | virtio_blk.c | 557 char *report_buf, size_t report_len, in virtblk_submit_zone_report() argument 574 err = blk_rq_map_kern(req, report_buf, report_len, GFP_KERNEL); in virtblk_submit_zone_report()
|