Home
last modified time | relevance | path

Searched refs:thermal_cooling_device_register (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/include/linux/
Dthermal.h445 struct thermal_cooling_device *thermal_cooling_device_register(char *, void *,
499 thermal_cooling_device_register(char *type, void *devdata, in thermal_cooling_device_register() function
/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint3406_thermal.c164 d->cooling_dev = thermal_cooling_device_register(acpi_device_bid(adev), in int3406_thermal_probe()
Dint3403_thermal.c200 thermal_cooling_device_register(acpi_device_bid(priv->adev), in int3403_cdev_add()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dthermal.c168 cdev = thermal_cooling_device_register("ath10k_thermal", ar, in ath10k_thermal_register()
/Linux-v4.19/drivers/thermal/
Dclock_cooling.c407 cdev = thermal_cooling_device_register(dev_name, ccdev, in clock_cooling_register()
Dintel_powerclamp.c775 cooling_dev = thermal_cooling_device_register("intel_powerclamp", NULL, in powerclamp_init()
Dthermal_core.c1014 thermal_cooling_device_register(char *type, void *devdata, in thermal_cooling_device_register() function
1019 EXPORT_SYMBOL_GPL(thermal_cooling_device_register);
/Linux-v4.19/drivers/acpi/
Dprocessor_driver.c167 pr->cdev = thermal_cooling_device_register("Processor", device, in acpi_pss_perf_init()
Dfan.c362 cdev = thermal_cooling_device_register(name, device, in acpi_fan_probe()
Dacpi_video.c1768 device->cooling_dev = thermal_cooling_device_register("LCD", in acpi_video_dev_register_backlight()
/Linux-v4.19/drivers/platform/x86/
Dacerhdf.c717 cl_dev = thermal_cooling_device_register("acerhdf-fan", NULL, in acerhdf_register_thermal()
Dintel_menlow.c168 cdev = thermal_cooling_device_register("Memory controller", device, in intel_menlow_memory_add()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c361 cdev = thermal_cooling_device_register("Fan", thermal, in mlxsw_thermal_init()
/Linux-v4.19/drivers/hwmon/
Dmlxreg-fan.c455 fan->cdev = thermal_cooling_device_register("mlxreg_fan", fan, in mlxreg_fan_probe()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c833 thermal_cooling_device_register(name, in iwl_mvm_cooling_device_register()
/Linux-v4.19/drivers/power/supply/
Dpower_supply_core.c810 psy->tcd = thermal_cooling_device_register( in psy_register_cooler()
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt163 1.2.1 struct thermal_cooling_device *thermal_cooling_device_register(char *name,