Searched refs:fans (Results 1 – 14 of 14) sorted by relevance
| /drivers/macintosh/ |
| A D | windfarm_smu_controls.c | 259 struct device_node *smu, *fans, *fan; in smu_controls_init() local 269 for_each_child_of_node(smu, fans) in smu_controls_init() 270 if (of_node_name_eq(fans, "rpm-fans") || in smu_controls_init() 271 of_device_is_compatible(fans, "smu-rpm-fans")) in smu_controls_init() 273 for_each_child_of_node(fans, fan) { in smu_controls_init() 284 of_node_put(fans); in smu_controls_init() 288 for_each_child_of_node(smu, fans) in smu_controls_init() 289 if (of_node_name_eq(fans, "pwm-fans")) in smu_controls_init() 291 for_each_child_of_node(fans, fan) { in smu_controls_init() 302 of_node_put(fans); in smu_controls_init()
|
| /drivers/platform/x86/dell/ |
| A D | dell-wmi-ddv.c | 138 struct dell_wmi_ddv_sensors fans; member 324 &data->fans, sizeof(*entry)); in dell_wmi_ddv_fan_read_channel() 328 if (channel >= data->fans.entries) in dell_wmi_ddv_fan_read_channel() 383 mutex_lock(&data->fans.lock); in dell_wmi_ddv_read() 385 mutex_unlock(&data->fans.lock); in dell_wmi_ddv_read() 407 &data->fans, sizeof(*entry)); in dell_wmi_ddv_fan_read_string() 411 if (channel >= data->fans.entries) in dell_wmi_ddv_fan_read_string() 498 mutex_lock(&data->fans.lock); in dell_wmi_ddv_read_string() 500 mutex_unlock(&data->fans.lock); in dell_wmi_ddv_read_string() 630 info = dell_wmi_ddv_channel_init(wdev, DELL_DDV_FAN_SENSOR_INFORMATION, &data->fans, in dell_wmi_ddv_hwmon_add() [all …]
|
| /drivers/sbus/char/ |
| A D | bbc_i2c.h | 65 struct list_head fans; member
|
| A 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()
|
| A D | Kconfig | 39 connects to environmental control devices such as fans and
|
| A D | bbc_i2c.c | 306 INIT_LIST_HEAD(&bp->fans); in attach_one_i2c()
|
| /drivers/thermal/intel/int340x_thermal/ |
| A D | Kconfig | 28 turning on the fans.
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | Kconfig | 30 Say Y here if you want to automatically control fans speed according
|
| /drivers/platform/mellanox/ |
| A D | Kconfig | 50 cables and fans on the wide range Mellanox IB and Ethernet systems.
|
| /drivers/parisc/ |
| A D | Kconfig | 142 fans or power units.
|
| /drivers/hwmon/ |
| A D | Kconfig | 15 control the speed of the fans. If you want this support you 263 If you say yes here you get support for sensors and fans of 298 If you say yes here you get support for the fans and sensors of 582 sensors and controls the fans on Dell laptops via System Management 798 If you say yes here you get support for fans connected to GPIO lines. 810 registers. This driver reports status and pwm setting of the fans. 1387 FanSense technology for use with brushless DC fans. 1869 If you say yes here you get support for fans connected to PWM lines. 2032 The Microchip EMC2305 is a fan controller for up to 5 fans. 2652 driver will provide readings of fans, voltages and temperatures [all …]
|
| /drivers/thermal/ |
| A D | Kconfig | 162 used for fans without throttling. Some fan drivers depend on this
|
| /drivers/pwm/ |
| A D | Kconfig | 11 PWMs are commonly used to control fans or the brightness of
|
| /drivers/platform/x86/lenovo/ |
| A D | thinkpad_acpi.c | 7980 TPACPI_HANDLE(fans, ec, "FANS"); /* X31, X40, X41 */ 8883 TPACPI_ACPIHANDLE_INIT(fans); in fan_init()
|
Completed in 48 milliseconds