Home
last modified time | relevance | path

Searched refs:fans (Results 1 – 10 of 10) sorted by relevance

/drivers/macintosh/
Dwindfarm_smu_controls.c259 struct device_node *smu, *fans, *fan; in smu_controls_init() local
269 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init()
270 if (!strcmp(fans->name, "rpm-fans") || in smu_controls_init()
271 of_device_is_compatible(fans, "smu-rpm-fans")) in smu_controls_init()
274 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init()
285 of_node_put(fans); in smu_controls_init()
289 for (fans = NULL; (fans = of_get_next_child(smu, fans)) != NULL;) in smu_controls_init()
290 if (!strcmp(fans->name, "pwm-fans")) in smu_controls_init()
293 fans && (fan = of_get_next_child(fans, fan)) != NULL;) { in smu_controls_init()
304 of_node_put(fans); in smu_controls_init()
/drivers/sbus/char/
Dbbc_i2c.h65 struct list_head fans; member
Dbbc_envctrl.c515 list_add(&fp->bp_list, &bp->fans); in attach_one_fan()
559 list_for_each_entry_safe(fp, fpos, &bp->fans, bp_list) { in destroy_all_fans()
DKconfig45 connects to environmental control devices such as fans and
Dbbc_i2c.c304 INIT_LIST_HEAD(&bp->fans); in attach_one_i2c()
/drivers/thermal/
DKconfig94 used for fans without throttling. Some fan drivers depend on this
250 turning on the fans.
/drivers/parisc/
DKconfig168 fans or power units.
/drivers/pwm/
DKconfig10 PWMs are commonly used to control fans or the brightness of
/drivers/hwmon/
DKconfig14 control the speed of the fans. If you want this support you
514 If you say yes here you get support for fans connected to GPIO lines.
1146 If you say yes here you get support for fans connected to PWM lines.
1703 driver will provide readings of fans, voltages and temperatures
/drivers/platform/x86/
Dthinkpad_acpi.c7414 TPACPI_HANDLE(fans, ec, "FANS"); /* X31, X40, X41 */
8117 TPACPI_ACPIHANDLE_INIT(fans); in fan_init()