Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dwkup_m3_ipc.h65 void (*set_mem_type)(struct wkup_m3_ipc *m3_ipc, int mem_type); member
/linux-5.19.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_vbif.h73 void (*set_mem_type)(struct dpu_hw_vbif *vbif, member
Ddpu_vbif.c283 if (vbif && vbif->cap && vbif->ops.set_mem_type) { in dpu_vbif_init_memtypes()
285 vbif->ops.set_mem_type( in dpu_vbif_init_memtypes()
Ddpu_hw_vbif.c209 ops->set_mem_type = dpu_hw_set_mem_type; in _setup_vbif_ops()
/linux-5.19.10/drivers/soc/ti/
Dpm33xx.c365 m3_ipc->ops->set_mem_type(m3_ipc, temp); in am33xx_pm_set_ipc_ops()
Dwkup_m3_ipc.c558 .set_mem_type = wkup_m3_set_mem_type,