Home
last modified time | relevance | path

Searched refs:PWMF_EXPORTED (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dsysfs.c315 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpwm.h49 PWMF_EXPORTED = 1 << 1, enumerator