Lines Matching refs:msm_bo
112 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx() local
115 if (!msm_bo->current_ring) { in bo2idx()
117 msm_bo->current_ring = ring; in bo2idx()
118 msm_bo->idx = idx; in bo2idx()
119 } else if (msm_bo->current_ring == ring) { in bo2idx()
120 idx = msm_bo->idx; in bo2idx()
289 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); in msm_ringbuffer_flush() local
290 msm_bo->current_ring = NULL; in msm_ringbuffer_flush()
291 fd_bo_del(&msm_bo->base); in msm_ringbuffer_flush()
309 struct msm_bo *msm_bo = to_msm_bo(r->bo); in msm_ringbuffer_emit_reloc() local
322 addr = msm_bo->presumed; in msm_ringbuffer_emit_reloc()