Home
last modified time | relevance | path

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

/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c49 rt_pwm_disable(pf_cool->pwm_dev, pf_cool->pwm_conf.channel); in pwm_fan_power_on()
66 if ((err = rt_pwm_disable(pf_cool->pwm_dev, pf_cool->pwm_conf.channel))) in pwm_fan_power_off()
/components/drivers/include/drivers/
A Ddev_pwm.h156 rt_err_t rt_pwm_disable(struct rt_device_pwm *device, int channel);
/components/drivers/misc/
A Drt_drv_pwm.c170 rt_err_t rt_pwm_disable(struct rt_device_pwm *device, int channel) in rt_pwm_disable() function
368 result = rt_pwm_disable(pwm_device, atoi(argv[2])); in CMD_OPTIONS_STATEMENT()

Completed in 4 milliseconds