Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthermal.h409 struct thermal_cooling_device *thermal_cooling_device_register(char *, void *,
458 thermal_cooling_device_register(char *type, void *devdata, in thermal_cooling_device_register() function
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dthermal.c168 cdev = thermal_cooling_device_register("ath10k_thermal", ar, in ath10k_thermal_register()
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint3403_thermal.c192 thermal_cooling_device_register(acpi_device_bid(priv->adev), in int3403_cdev_add()
/linux-4.4.14/drivers/acpi/
Dprocessor_driver.c175 pr->cdev = thermal_cooling_device_register("Processor", device, in acpi_pss_perf_init()
Dfan.c352 cdev = thermal_cooling_device_register(name, device, in acpi_fan_probe()
Dacpi_video.c1675 device->cooling_dev = thermal_cooling_device_register("LCD", in acpi_video_dev_register_backlight()
/linux-4.4.14/drivers/thermal/
Dclock_cooling.c440 cdev = thermal_cooling_device_register(dev_name, ccdev, in clock_cooling_register()
Dintel_powerclamp.c799 cooling_dev = thermal_cooling_device_register("intel_powerclamp", NULL, in powerclamp_init()
Dthermal_core.c1526 thermal_cooling_device_register(char *type, void *devdata, in thermal_cooling_device_register() function
1531 EXPORT_SYMBOL_GPL(thermal_cooling_device_register);
/linux-4.4.14/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-4.4.14/drivers/hwmon/
Dgpio-fan.c603 fan_data->cdev = thermal_cooling_device_register("gpio-fan", fan_data, in gpio_fan_probe()
/linux-4.4.14/drivers/power/
Dpower_supply_core.c668 psy->tcd = thermal_cooling_device_register( in psy_register_cooler()
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt76 1.2.1 struct thermal_cooling_device *thermal_cooling_device_register(char *name,