Searched refs:xfer_active (Results 1 – 1 of 1) sorted by relevance
88 bool xfer_active; member198 priv->xfer_active = false; in sun50i_a100_ledc_irq()223 bool xfer_active; in sun50i_a100_ledc_brightness_set() local235 xfer_active = priv->xfer_active; in sun50i_a100_ledc_brightness_set()236 if (xfer_active) in sun50i_a100_ledc_brightness_set()239 priv->xfer_active = true; in sun50i_a100_ledc_brightness_set()243 if (!xfer_active) in sun50i_a100_ledc_brightness_set()363 bool xfer_active; in sun50i_a100_ledc_suspend() local366 xfer_active = priv->xfer_active; in sun50i_a100_ledc_suspend()368 if (!xfer_active) in sun50i_a100_ledc_suspend()
Completed in 6 milliseconds