Lines Matching refs:ipu_dp
44 struct ipu_dp { struct
52 struct ipu_dp foreground; argument
53 struct ipu_dp background;
70 static inline struct ipu_flow *to_flow(struct ipu_dp *dp) in to_flow()
78 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, in ipu_dp_set_global_alpha()
114 int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos) in ipu_dp_set_window_pos()
167 int ipu_dp_setup_channel(struct ipu_dp *dp, in ipu_dp_setup_channel()
227 int ipu_dp_enable_channel(struct ipu_dp *dp) in ipu_dp_enable_channel()
250 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync) in ipu_dp_disable_channel()
297 struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow) in ipu_dp_get()
300 struct ipu_dp *dp; in ipu_dp_get()
319 void ipu_dp_put(struct ipu_dp *dp) in ipu_dp_put()