Searched refs:cooling_dev (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dvideo.c209 struct thermal_cooling_device *cooling_dev; member in struct:acpi_video_device
400 static int video_get_max_state(struct thermal_cooling_device *cooling_dev, unsigned argument
403 struct acpi_device *device = cooling_dev->devdata;
410 static int video_get_cur_state(struct thermal_cooling_device *cooling_dev, unsigned argument
413 struct acpi_device *device = cooling_dev->devdata;
430 video_set_cur_state(struct thermal_cooling_device *cooling_dev, unsigned long state) argument
432 struct acpi_device *device = cooling_dev->devdata;
976 device->cooling_dev = thermal_cooling_device_register("LCD",
978 if (IS_ERR(device->cooling_dev)) {
980 * Set cooling_dev t
[all...]

Completed in 65 milliseconds