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()94 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy()
101 msm_ring->submit.bos[idx].presumed = to_msm_bo(bo)->presumed; in append_bo()112 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx()289 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); in msm_ringbuffer_flush()309 struct msm_bo *msm_bo = to_msm_bo(r->bo); in msm_ringbuffer_emit_reloc()
89 static inline struct msm_bo * to_msm_bo(struct fd_bo *x) in to_msm_bo() function