Searched refs:PWMF_EXPORTED (Results 1 – 2 of 2) sorted by relevance
315 if (test_and_set_bit(PWMF_EXPORTED, &pwm->flags)) in pwm_export_child()320 clear_bit(PWMF_EXPORTED, &pwm->flags); in pwm_export_child()335 clear_bit(PWMF_EXPORTED, &pwm->flags); in pwm_export_child()358 if (!test_and_clear_bit(PWMF_EXPORTED, &pwm->flags)) in pwm_unexport_child()452 if (!test_bit(PWMF_EXPORTED, &pwm->flags)) in pwm_class_get_state()585 if (test_bit(PWMF_EXPORTED, &pwm->flags)) in pwmchip_sysfs_unexport()
49 PWMF_EXPORTED = 1 << 1, enumerator