Searched refs:ref_buf (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/perf/arch/x86/util/ |
D | intel-pt.c | 44 void *ref_buf; member 957 zfree(&ptr->snapshot_refs[i].ref_buf); in intel_pt_free_snapshot_refs() 974 void *ref_buf; in intel_pt_alloc_snapshot_ref() local 976 ref_buf = zalloc(ref_buf_size); in intel_pt_alloc_snapshot_ref() 977 if (!ref_buf) in intel_pt_alloc_snapshot_ref() 980 ptr->snapshot_refs[idx].ref_buf = ref_buf; in intel_pt_alloc_snapshot_ref() 1055 static bool intel_pt_compare_ref(void *ref_buf, size_t ref_offset, in intel_pt_compare_ref() argument 1068 return intel_pt_compare_buffers(ref_buf, ref_size, data, ref_offset, in intel_pt_compare_ref() 1072 static void intel_pt_copy_ref(void *ref_buf, size_t ref_size, size_t buf_size, in intel_pt_copy_ref() argument 1076 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.1.9/drivers/staging/media/rkvdec/ |
D | rkvdec-vp9.c | 415 struct rkvdec_decoded_buffer *ref_buf, in config_ref_registers() argument 421 aligned_height = round_up(ref_buf->vp9.height, 64); in config_ref_registers() 422 writel_relaxed(RKVDEC_VP9_FRAMEWIDTH(ref_buf->vp9.width) | in config_ref_registers() 423 RKVDEC_VP9_FRAMEHEIGHT(ref_buf->vp9.height), in config_ref_registers() 426 writel_relaxed(vb2_dma_contig_plane_dma_addr(&ref_buf->base.vb.vb2_buf, 0), in config_ref_registers() 429 if (&ref_buf->base.vb == run->base.bufs.dst) in config_ref_registers() 432 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()
|