Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-rgb13h.c43 u32 max_flash_tm; member
260 &led->max_flash_tm); in rgb13h_led_parse_dt()
266 if (led->max_flash_tm <= 0) { in rgb13h_led_parse_dt()
267 led->max_flash_tm = 1000000; in rgb13h_led_parse_dt()
296 setting->max = led->max_flash_tm; in rgb13h_init_flash_timeout()
413 led->max_flash_tm, FLASH_TIMEOUT_STEP, in rgb13h_init_controls()
414 led->max_flash_tm); in rgb13h_init_controls()
415 led->timeout = led->max_flash_tm; in rgb13h_init_controls()
H A Dleds-aat1290.c54 u32 max_flash_tm; member
276 &cfg->max_flash_tm); in aat1290_led_parse_dt()
366 setting->min = cfg->max_flash_tm / AAT1290_FLASH_TM_NUM_LEVELS; in aat1290_init_flash_timeout()
367 setting->max = cfg->max_flash_tm; in aat1290_init_flash_timeout()