Searched refs:pwm_prop (Results 1 – 1 of 1) sorted by relevance
312 char *pwm_prop[2]; in pwm_export_child() local340 pwm_prop[0] = kasprintf(GFP_KERNEL, "EXPORT=pwm%u", pwm->hwpwm); in pwm_export_child()341 pwm_prop[1] = NULL; in pwm_export_child()342 kobject_uevent_env(&parent->kobj, KOBJ_CHANGE, pwm_prop); in pwm_export_child()343 kfree(pwm_prop[0]); in pwm_export_child()356 char *pwm_prop[2]; in pwm_unexport_child() local365 pwm_prop[0] = kasprintf(GFP_KERNEL, "UNEXPORT=pwm%u", pwm->hwpwm); in pwm_unexport_child()366 pwm_prop[1] = NULL; in pwm_unexport_child()367 kobject_uevent_env(&parent->kobj, KOBJ_CHANGE, pwm_prop); in pwm_unexport_child()368 kfree(pwm_prop[0]); in pwm_unexport_child()