Searched refs:ref_buf (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/arch/x86/util/ |
D | intel-pt.c | 45 void *ref_buf; member 949 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_free_snapshot_refs() 966 void *ref_buf; in intel_pt_alloc_snapshot_ref() local 968 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref() 969 if (!ref_buf) in intel_pt_alloc_snapshot_ref() 972 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref() 1047 static bool intel_pt_compare_ref(void *ref_buf, size_t ref_offset, in intel_pt_compare_ref() argument 1060 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset, in intel_pt_compare_ref() 1064 static void intel_pt_copy_ref(void *ref_buf, size_t ref_size, size_t buf_size, in intel_pt_copy_ref() argument 1068 memcpy(ref_buf, data + head - ref_size, ref_size); in intel_pt_copy_ref() [all …]
|
D | intel-bts.c | 34 void *ref_buf; member 309 zfree(&btsr->snapshot_refs[i].ref_buf); in intel_bts_free_snapshot_refs()
|
/linux-6.12.1/drivers/staging/media/rkvdec/ |
D | rkvdec-vp9.c | 414 struct rkvdec_decoded_buffer *ref_buf, in config_ref_registers() argument 420 aligned_height = round_up(ref_buf->vp9.height, 64); in config_ref_registers() 421 writel_relaxed(RKVDEC_VP9_FRAMEWIDTH(ref_buf->vp9.width) | in config_ref_registers() 422 RKVDEC_VP9_FRAMEHEIGHT(ref_buf->vp9.height), in config_ref_registers() 425 writel_relaxed(vb2_dma_contig_plane_dma_addr(&ref_buf->base.vb.vb2_buf, 0), in config_ref_registers() 428 if (&ref_buf->base.vb == run->base.bufs.dst) in config_ref_registers() 431 aligned_pitch = round_up(ref_buf->vp9.width * ref_buf->vp9.bit_depth, 512) / 8; in config_ref_registers()
|
D | rkvdec-h264.c | 112 struct vb2_buffer *ref_buf[V4L2_H264_NUM_DPB_ENTRIES]; member 754 run->ref_buf[i] = buf; in lookup_ref_buf_idx() 807 dpb_valid = run->ref_buf[ref->index] != NULL; in assemble_hw_rps() 955 struct vb2_buffer *vb_buf = run->ref_buf[i]; in config_registers()
|