Home
last modified time | relevance | path

Searched refs:xfer_active (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/leds/
A Dleds-sun50i-a100.c88 bool xfer_active; member
198 priv->xfer_active = false; in sun50i_a100_ledc_irq()
223 bool xfer_active; in sun50i_a100_ledc_brightness_set() local
235 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() local
366 xfer_active = priv->xfer_active; in sun50i_a100_ledc_suspend()
368 if (!xfer_active) in sun50i_a100_ledc_suspend()

Completed in 6 milliseconds