Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dqcom-wled.c194 u32 short_count; member
537 wled->short_count++; in wled_short_irq_handler()
548 wled->short_count = 1; in wled_short_irq_handler()
550 if (wled->short_count > WLED_SHORT_CNT_MAX) { in wled_short_irq_handler()
552 wled->short_count); in wled_short_irq_handler()
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-pll.c1982 u32 short_count = 0, short_threshold = 0; in boost_summary_show() local
1997 regmap_read(pll->boost, BOOST_SHORT_SWITCH_CNT, &short_count); in boost_summary_show()
2002 boost_count, freq_cnt, high_freq_time, short_count, in boost_summary_show()