Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/ipu-v3/
H A 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()
274 struct ipu_pre *pre; in ipu_pre_probe()
[all …]
H A Dipu-prv.h165 struct ipu_pre;
257 struct ipu_pre *ipu_pre_lookup_by_phandle(struct device *dev, const char *name,
260 int ipu_pre_get(struct ipu_pre *pre);
261 void ipu_pre_put(struct ipu_pre *pre);
262 u32 ipu_pre_get_baddr(struct ipu_pre *pre);
263 void ipu_pre_configure(struct ipu_pre *pre, unsigned int width,
266 void ipu_pre_update(struct ipu_pre *pre, unsigned int bufaddr);
267 bool ipu_pre_update_pending(struct ipu_pre *pre);
H A Dipu-prg.c76 struct ipu_pre *pres[3];