Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dthermal.h338 struct thermal_cooling_device *thermal_cooling_device_register(char *, void *,
374 thermal_cooling_device_register(char *type, void *devdata, in thermal_cooling_device_register() function
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dthermal.c193 cdev = thermal_cooling_device_register("ath10k_thermal", ar, in ath10k_thermal_register()
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint3403_thermal.c192 thermal_cooling_device_register(acpi_device_bid(priv->adev), in int3403_cdev_add()
/linux-4.1.27/drivers/acpi/
Dprocessor_driver.c189 pr->cdev = thermal_cooling_device_register("Processor", device, in __acpi_processor_start()
Dfan.c355 cdev = thermal_cooling_device_register(name, device, in acpi_fan_probe()
Dvideo.c1742 device->cooling_dev = thermal_cooling_device_register("LCD", in acpi_video_dev_register_backlight()
/linux-4.1.27/drivers/thermal/
Dclock_cooling.c440 cdev = thermal_cooling_device_register(dev_name, ccdev, in clock_cooling_register()
Dintel_powerclamp.c795 cooling_dev = thermal_cooling_device_register("intel_powerclamp", NULL, in powerclamp_init()
Dthermal_core.c1218 thermal_cooling_device_register(char *type, void *devdata, in thermal_cooling_device_register() function
1223 EXPORT_SYMBOL_GPL(thermal_cooling_device_register);
/linux-4.1.27/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.1.27/drivers/hwmon/
Dgpio-fan.c602 fan_data->cdev = thermal_cooling_device_register("gpio-fan", fan_data, in gpio_fan_probe()
/linux-4.1.27/drivers/power/
Dpower_supply_core.c629 psy->tcd = thermal_cooling_device_register( in psy_register_cooler()
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt76 1.2.1 struct thermal_cooling_device *thermal_cooling_device_register(char *name,