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

/linux-master/include/linux/
H A Dpwm_backlight.h14 unsigned int pwm_period_ns; member in struct:platform_pwm_backlight_data
/linux-master/drivers/video/backlight/
H A Dpwm_bl.c525 * The DT case will set the pwm_period_ns field to 0 and store the
530 if (!state.period && (data->pwm_period_ns > 0))
531 state.period = data->pwm_period_ns;

Completed in 92 milliseconds