Searched refs:pwm_prop (Results 1 – 1 of 1) sorted by relevance
269 char *pwm_prop[2]; in pwm_export_child() local297 pwm_prop[0] = kasprintf(GFP_KERNEL, "EXPORT=pwm%u", pwm->hwpwm); in pwm_export_child()298 pwm_prop[1] = NULL; in pwm_export_child()299 kobject_uevent_env(&parent->kobj, KOBJ_CHANGE, pwm_prop); in pwm_export_child()300 kfree(pwm_prop[0]); in pwm_export_child()313 char *pwm_prop[2]; in pwm_unexport_child() local322 pwm_prop[0] = kasprintf(GFP_KERNEL, "UNEXPORT=pwm%u", pwm->hwpwm); in pwm_unexport_child()323 pwm_prop[1] = NULL; in pwm_unexport_child()324 kobject_uevent_env(&parent->kobj, KOBJ_CHANGE, pwm_prop); in pwm_unexport_child()325 kfree(pwm_prop[0]); in pwm_unexport_child()