Home
last modified time | relevance | path

Searched refs:set_mem_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_vbif.h73 void (*set_mem_type)(struct dpu_hw_vbif *vbif, member
H A Ddpu_vbif.c272 if (vbif && vbif->cap && vbif->ops.set_mem_type) { in dpu_vbif_init_memtypes()
274 vbif->ops.set_mem_type( in dpu_vbif_init_memtypes()
H A Ddpu_hw_vbif.c211 ops->set_mem_type = dpu_hw_set_mem_type; in _setup_vbif_ops()
/linux/include/linux/
H A Dwkup_m3_ipc.h57 void (*set_mem_type)(struct wkup_m3_ipc *m3_ipc, int mem_type); member
/linux/drivers/soc/ti/
H A Dpm33xx.c365 m3_ipc->ops->set_mem_type(m3_ipc, temp); in am33xx_pm_set_ipc_ops()
H A Dwkup_m3_ipc.c555 .set_mem_type = wkup_m3_set_mem_type,