Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/ipu-v3/
Dipu-pre.c89 struct ipu_pre { struct
113 struct ipu_pre * argument
118 struct ipu_pre *pre; in ipu_pre_lookup_by_phandle()
137 int ipu_pre_get(struct ipu_pre *pre) in ipu_pre_get()
158 void ipu_pre_put(struct ipu_pre *pre) in ipu_pre_put()
165 void ipu_pre_configure(struct ipu_pre *pre, unsigned int width, in ipu_pre_configure()
233 void ipu_pre_update(struct ipu_pre *pre, unsigned int bufaddr) in ipu_pre_update()
260 bool ipu_pre_update_pending(struct ipu_pre *pre) in ipu_pre_update_pending()
266 u32 ipu_pre_get_baddr(struct ipu_pre *pre) in ipu_pre_get_baddr()
275 struct ipu_pre *pre; in ipu_pre_probe()
[all …]
Dipu-prv.h164 struct ipu_pre;
256 struct ipu_pre *ipu_pre_lookup_by_phandle(struct device *dev, const char *name,
259 int ipu_pre_get(struct ipu_pre *pre);
260 void ipu_pre_put(struct ipu_pre *pre);
261 u32 ipu_pre_get_baddr(struct ipu_pre *pre);
262 void ipu_pre_configure(struct ipu_pre *pre, unsigned int width,
265 void ipu_pre_update(struct ipu_pre *pre, unsigned int bufaddr);
266 bool ipu_pre_update_pending(struct ipu_pre *pre);
Dipu-prg.c76 struct ipu_pre *pres[3];