Searched refs:sti_pwm_lock (Results 1 – 1 of 1) sorted by relevance
100 struct mutex sti_pwm_lock; /* To sync between enable/disable calls */ member260 mutex_lock(&pc->sti_pwm_lock); in sti_pwm_enable()282 mutex_unlock(&pc->sti_pwm_lock); in sti_pwm_enable()290 mutex_lock(&pc->sti_pwm_lock); in sti_pwm_disable()293 mutex_unlock(&pc->sti_pwm_lock); in sti_pwm_disable()302 mutex_unlock(&pc->sti_pwm_lock); in sti_pwm_disable()609 mutex_init(&pc->sti_pwm_lock); in sti_pwm_probe()
Completed in 4 milliseconds