ipu_dp
struct ipu_dp;
struct ipu_dp *dp;
int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos)
int ipu_dp_setup_channel(struct ipu_dp *dp,
int ipu_dp_enable_channel(struct ipu_dp *dp)
void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync)
struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow)
struct ipu_dp *dp;
void ipu_dp_put(struct ipu_dp *dp)
struct ipu_dp foreground;
struct ipu_dp background;
static inline struct ipu_flow *to_flow(struct ipu_dp *dp)
int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable,
struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow);
void ipu_dp_put(struct ipu_dp *);
int ipu_dp_enable_channel(struct ipu_dp *dp);
void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync);
int ipu_dp_setup_channel(struct ipu_dp *dp,
int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,