Home
last modified time | relevance | path

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

/drivers/gpu/ipu-v3/
A Dipu-pre.c90 struct ipu_pre { struct
121 struct ipu_pre * argument
126 struct ipu_pre *pre; in ipu_pre_lookup_by_phandle()
142 int ipu_pre_get(struct ipu_pre *pre) in ipu_pre_get()
163 void ipu_pre_put(struct ipu_pre *pre) in ipu_pre_put()
171 ipu_pre_update_safe_window(struct ipu_pre *pre) in ipu_pre_update_safe_window()
204 void ipu_pre_configure(struct ipu_pre *pre, unsigned int width, in ipu_pre_configure()
299 bool ipu_pre_update_pending(struct ipu_pre *pre) in ipu_pre_update_pending()
305 u32 ipu_pre_get_baddr(struct ipu_pre *pre) in ipu_pre_get_baddr()
313 struct ipu_pre *pre; in ipu_pre_probe()
[all …]
A Dipu-prv.h165 struct ipu_pre;
255 struct ipu_pre *ipu_pre_lookup_by_phandle(struct device *dev, const char *name,
258 int ipu_pre_get(struct ipu_pre *pre);
259 void ipu_pre_put(struct ipu_pre *pre);
260 u32 ipu_pre_get_baddr(struct ipu_pre *pre);
261 void ipu_pre_configure(struct ipu_pre *pre, unsigned int width,
264 void ipu_pre_update(struct ipu_pre *pre, uint64_t modifier, unsigned int bufaddr);
265 bool ipu_pre_update_pending(struct ipu_pre *pre);
A Dipu-prg.c76 struct ipu_pre *pres[3];

Completed in 8 milliseconds