Lines Matching full:blinking
64 * @blink_leds: blinking LEDs
65 * @blink_delay: blinking delay
136 /* Remove LED from cached HW blinking intervals */ in bcm6328_led_set()
178 "fallback to soft blinking (delay_on != delay_off)\n"); in bcm6328_blink_set()
184 "fallback to soft blinking (delay > %ums)\n", in bcm6328_blink_set()
191 * Check if any of the two configurable HW blinking intervals is in bcm6328_blink_set()
193 * 1. No LEDs assigned to the HW blinking interval. in bcm6328_blink_set()
194 * 2. Only this LED is assigned to the HW blinking interval. in bcm6328_blink_set()
202 /* Add LED to the first HW blinking interval cache */ in bcm6328_blink_set()
205 /* Remove LED from the second HW blinking interval cache */ in bcm6328_blink_set()
208 /* Cache first HW blinking interval delay */ in bcm6328_blink_set()
211 /* Update the delay for the first HW blinking interval */ in bcm6328_blink_set()
217 /* Set the LED to first HW blinking interval */ in bcm6328_blink_set()
226 /* Remove LED from the first HW blinking interval */ in bcm6328_blink_set()
229 /* Add LED to the second HW blinking interval */ in bcm6328_blink_set()
232 /* Cache second HW blinking interval delay */ in bcm6328_blink_set()
235 /* Update the delay for the second HW blinking interval */ in bcm6328_blink_set()
241 /* Set the LED to second HW blinking interval */ in bcm6328_blink_set()
247 "fallback to soft blinking (delay already set)\n"); in bcm6328_blink_set()