Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c209 atomic_t hw_usecnt; member
343 if (atomic_inc_and_test(&priv->hw_usecnt)) { in sh_mobile_lcdc_clk_on()
352 if (atomic_sub_return(1, &priv->hw_usecnt) == -1) { in sh_mobile_lcdc_clk_off()
2547 atomic_set(&priv->hw_usecnt, -1); in sh_mobile_lcdc_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c208 atomic_t hw_usecnt; member
342 if (atomic_inc_and_test(&priv->hw_usecnt)) { in sh_mobile_lcdc_clk_on()
350 if (atomic_sub_return(1, &priv->hw_usecnt) == -1) { in sh_mobile_lcdc_clk_off()
2543 atomic_set(&priv->hw_usecnt, -1); in sh_mobile_lcdc_probe()

Completed in 7 milliseconds