Home
last modified time | relevance | path

Searched refs:ipu_pre (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-pre.c97 struct ipu_pre { struct
120 struct ipu_pre * argument
125 struct ipu_pre *pre; in ipu_pre_lookup_by_phandle()
144 int ipu_pre_get(struct ipu_pre *pre) in ipu_pre_get()
165 void ipu_pre_put(struct ipu_pre *pre) in ipu_pre_put()
172 void ipu_pre_configure(struct ipu_pre *pre, unsigned int width, in ipu_pre_configure()
239 void ipu_pre_update(struct ipu_pre *pre, unsigned int bufaddr) in ipu_pre_update()
262 u32 ipu_pre_get_baddr(struct ipu_pre *pre) in ipu_pre_get_baddr()
271 struct ipu_pre *pre; in ipu_pre_probe()
315 struct ipu_pre *pre = platform_get_drvdata(pdev); in ipu_pre_remove()
Dipu-prv.h173 struct ipu_pre;
265 struct ipu_pre *ipu_pre_lookup_by_phandle(struct device *dev, const char *name,
268 int ipu_pre_get(struct ipu_pre *pre);
269 void ipu_pre_put(struct ipu_pre *pre);
270 u32 ipu_pre_get_baddr(struct ipu_pre *pre);
271 void ipu_pre_configure(struct ipu_pre *pre, unsigned int width,
274 void ipu_pre_update(struct ipu_pre *pre, unsigned int bufaddr);
Dipu-prg.c84 struct ipu_pre *pres[3];