Searched refs:ipu_pre (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/ipu-v3/ |
D | ipu-pre.c | 90 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() 180 ipu_pre_configure_modifier(struct ipu_pre *pre, uint64_t modifier) in ipu_pre_configure_modifier() 204 void ipu_pre_configure(struct ipu_pre *pre, unsigned int width, in ipu_pre_configure() 258 void ipu_pre_update(struct ipu_pre *pre, uint64_t modifier, unsigned int bufaddr) in ipu_pre_update() 299 bool ipu_pre_update_pending(struct ipu_pre *pre) in ipu_pre_update_pending() [all …]
|
D | ipu-prv.h | 165 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, uint64_t modifier, unsigned int bufaddr); 267 bool ipu_pre_update_pending(struct ipu_pre *pre);
|
D | ipu-prg.c | 76 struct ipu_pre *pres[3];
|