Home
last modified time | relevance | path

Searched refs:PwmDevicePut (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/pwm/
Dpwm_core.h44 int32_t PwmDevicePut(struct PwmDev *pwm);
/drivers/hdf_core/framework/support/platform/src/pwm/
Dpwm_core.c44 int32_t PwmDevicePut(struct PwmDev *pwm) in PwmDevicePut() function
190 return PwmDevicePut(pwm); in PwmIoDispatch()
Dpwm_if.c68 if (PwmDevicePut((struct PwmDev *)handle) != HDF_SUCCESS) { in PwmClose()