Home
last modified time | relevance | path

Searched refs:en_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-sti.c100 unsigned int en_count; member
263 if (!pc->en_count) { in sti_pwm_enable()
280 pc->en_count++; in sti_pwm_enable()
293 if (--pc->en_count) { in sti_pwm_disable()
590 pc->en_count = 0; in sti_pwm_probe()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-sti.c100 unsigned int en_count; member
263 if (!pc->en_count) { in sti_pwm_enable()
280 pc->en_count++; in sti_pwm_enable()
293 if (--pc->en_count) { in sti_pwm_disable()
618 pc->en_count = 0; in sti_pwm_probe()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps65910-regulator.c835 int en_count; in tps65910_set_ext_sleep_config() local
836 en_count = ((ext_sleep_config & in tps65910_set_ext_sleep_config()
838 en_count += ((ext_sleep_config & in tps65910_set_ext_sleep_config()
840 en_count += ((ext_sleep_config & in tps65910_set_ext_sleep_config()
842 en_count += ((ext_sleep_config & in tps65910_set_ext_sleep_config()
844 if (en_count > 1) { in tps65910_set_ext_sleep_config()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtps65910-regulator.c834 int en_count; in tps65910_set_ext_sleep_config() local
835 en_count = ((ext_sleep_config & in tps65910_set_ext_sleep_config()
837 en_count += ((ext_sleep_config & in tps65910_set_ext_sleep_config()
839 en_count += ((ext_sleep_config & in tps65910_set_ext_sleep_config()
841 en_count += ((ext_sleep_config & in tps65910_set_ext_sleep_config()
843 if (en_count > 1) { in tps65910_set_ext_sleep_config()

Completed in 6 milliseconds