Home
last modified time | relevance | path

Searched defs:pf_cool (Results 1 – 1 of 1) sorted by relevance

/components/drivers/thermal/
A Dthermal-cool-pwm-fan.c38 static rt_err_t pwm_fan_power_on(struct pwm_fan_cool *pf_cool) in pwm_fan_power_on()
57 static rt_err_t pwm_fan_power_off(struct pwm_fan_cool *pf_cool) in pwm_fan_power_off()
79 struct pwm_fan_cool *pf_cool = raw_to_pwm_fan_cool(cdev); in pwm_fan_cool_get_max_level() local
89 struct pwm_fan_cool *pf_cool = raw_to_pwm_fan_cool(cdev); in pwm_fan_cool_get_cur_level() local
101 struct pwm_fan_cool *pf_cool = raw_to_pwm_fan_cool(cdev); in pwm_fan_cool_set_cur_level() local
148 static void pwm_fan_cool_free(struct pwm_fan_cool *pf_cool) in pwm_fan_cool_free()
170 struct pwm_fan_cool *pf_cool = rt_calloc(1, sizeof(*pf_cool)); in pwm_fan_cool_probe() local
258 struct pwm_fan_cool *pf_cool = pdev->parent.ofw_node; in pwm_fan_cool_remove() local

Completed in 112 milliseconds