Searched refs:fans (Results 1 – 10 of 10) sorted by relevance
/drivers/macintosh/ |
D | windfarm_smu_controls.c | 259 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/ |
D | bbc_i2c.h | 65 struct list_head fans; member
|
D | bbc_envctrl.c | 515 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()
|
D | Kconfig | 45 connects to environmental control devices such as fans and
|
D | bbc_i2c.c | 304 INIT_LIST_HEAD(&bp->fans); in attach_one_i2c()
|
/drivers/thermal/ |
D | Kconfig | 94 used for fans without throttling. Some fan drivers depend on this 250 turning on the fans.
|
/drivers/parisc/ |
D | Kconfig | 168 fans or power units.
|
/drivers/pwm/ |
D | Kconfig | 10 PWMs are commonly used to control fans or the brightness of
|
/drivers/hwmon/ |
D | Kconfig | 14 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/ |
D | thinkpad_acpi.c | 7414 TPACPI_HANDLE(fans, ec, "FANS"); /* X31, X40, X41 */ 8117 TPACPI_ACPIHANDLE_INIT(fans); in fan_init()
|