Searched refs:post_pwm_on_delay (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dpwm_backlight.h16 unsigned int post_pwm_on_delay; member in struct:platform_pwm_backlight_data
/linux-master/drivers/video/backlight/
H A Dpwm_bl.c31 unsigned int post_pwm_on_delay; member in struct:pwm_bl_data
54 if (pb->post_pwm_on_delay)
55 msleep(pb->post_pwm_on_delay);
251 &data->post_pwm_on_delay);
489 pb->post_pwm_on_delay = data->post_pwm_on_delay;

Completed in 99 milliseconds