Searched defs:delay_on (Results 1 - 4 of 4) sorted by relevance

/arch/arm/mach-kirkwood/include/mach/
H A Dleds-netxbig.h34 unsigned long delay_on; member in struct:netxbig_led_timer
/arch/arm/mach-s3c24xx/
H A Dmach-rx1950.c260 unsigned long *delay_on, unsigned long *delay_off)
278 if (delay_on && delay_off && !*delay_on && !*delay_off)
279 *delay_on = *delay_off = 500;
259 rx1950_led_blink_set(unsigned gpio, int state, unsigned long *delay_on, unsigned long *delay_off) argument
H A Dmach-h1940.c370 unsigned long *delay_on, unsigned long *delay_off)
392 if (delay_on && delay_off && !*delay_on && !*delay_off)
393 *delay_on = *delay_off = 500;
369 h1940_led_blink_set(unsigned gpio, int state, unsigned long *delay_on, unsigned long *delay_off) argument
/arch/arm/mach-orion5x/
H A Ddns323-setup.c259 unsigned long *delay_on, unsigned long *delay_off)
262 if (delay_on && delay_off && !*delay_on && !*delay_off)
263 *delay_on = *delay_off = ORION_BLINK_HALF_PERIOD;
258 dns323_gpio_blink_set(unsigned gpio, int state, unsigned long *delay_on, unsigned long *delay_off) argument

Completed in 136 milliseconds