Lines Matching full:operational
253 if (!chip->operational) in pwm_round_waveform_might_sleep()
305 if (!chip->operational) in pwm_get_waveform_might_sleep()
415 if (!chip->operational) in pwm_set_waveform_might_sleep()
693 if (!chip->operational) in pwm_apply_might_sleep()
727 if (!chip->operational) in pwm_apply_atomic()
755 if (!chip->operational) in pwm_get_state_hw()
865 if (!chip->operational) in pwm_capture()
899 * This function is called while holding pwm_lock. As .operational only in pwm_device_request()
903 if (!chip->operational) in pwm_device_request()
1556 chip->operational = false; in pwmchip_alloc()
1960 * If the chip isn't operational, PWMF_REQUESTED was already cleared in in pwm_put()
1963 if (chip->operational && !test_and_clear_bit(PWMF_REQUESTED, &pwm->flags)) { in pwm_put()
1968 if (chip->operational && chip->ops->free) in pwm_put()
2096 chip->operational = true; in __pwmchip_add()
2106 chip->operational = false; in __pwmchip_add()
2131 chip->operational = false; in pwmchip_remove()