Searched refs:to_msm_bo (Results 1 – 3 of 3) sorted by relevance
63 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_offset()113 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy()
211 msm_ring->submit.bos[idx].presumed = to_msm_bo(bo)->presumed; in append_bo()222 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx()328 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); in flush_reset()475 struct msm_bo *msm_bo = to_msm_bo(r->bo); in msm_ringbuffer_emit_reloc()
84 static inline struct msm_bo * to_msm_bo(struct fd_bo *x) in to_msm_bo() function