Lines Matching refs:ipu_flow
52 struct ipu_flow { struct
64 struct ipu_flow flow[IPUV3_NUM_FLOWS]; argument
71 static inline struct ipu_flow *to_flow(struct ipu_dp *dp) in to_flow()
74 return container_of(dp, struct ipu_flow, foreground); in to_flow()
76 return container_of(dp, struct ipu_flow, background); in to_flow()
82 struct ipu_flow *flow = to_flow(dp); in ipu_dp_set_global_alpha()
117 struct ipu_flow *flow = to_flow(dp); in ipu_dp_set_window_pos()
128 static void ipu_dp_csc_init(struct ipu_flow *flow, in ipu_dp_csc_init()
187 struct ipu_flow *flow = to_flow(dp); in ipu_dp_setup_channel()
248 struct ipu_flow *flow = to_flow(dp); in ipu_dp_enable_channel()
271 struct ipu_flow *flow = to_flow(dp); in ipu_dp_disable_channel()