Lines Matching refs:foreground
56 bool foreground; member
61 struct ipu_dp foreground; member
81 if (dp->foreground) in to_flow()
82 return container_of(dp, struct ipu_flow, foreground); in to_flow()
187 if (!dp->foreground) in ipu_dp_setup_channel()
190 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel()
195 ipu_dp_csc_init(flow, flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel()
198 if (flow->foreground.in_cs == flow->out_cs) in ipu_dp_setup_channel()
206 ipu_dp_csc_init(flow, flow->foreground.in_cs, in ipu_dp_setup_channel()
241 if (!dp->foreground) in ipu_dp_enable_channel()
264 if (!dp->foreground) in ipu_dp_disable_channel()
314 dp = &priv->flow[flow >> 1].foreground; in ipu_dp_get()
353 priv->flow[i].foreground.foreground = true; in ipu_dp_init()