Searched defs:thermal_zone_device (Results 1 – 5 of 5) sorted by relevance
73996 struct thermal_zone_device { struct74017 struct thermal_zone_device_ops *ops; argument74018 struct thermal_zone_params *tzp;74019 struct thermal_governor *governor;74020 void *governor_data;74021 struct list_head thermal_instances;74022 struct ida ida;74023 struct mutex lock;74024 struct list_head node;74025 struct delayed_work poll_queue;[all …]
90351 struct thermal_zone_device { struct90373 struct thermal_zone_device_ops *ops; argument90374 struct thermal_zone_params *tzp;90375 struct thermal_governor *governor;90376 void *governor_data;90377 struct list_head thermal_instances;90378 struct ida ida;90379 struct mutex lock;90380 struct list_head node;90381 struct delayed_work poll_queue;[all …]
23814 struct thermal_zone_device { struct23835 struct thermal_zone_device_ops *ops; argument23851 int (*get_requested_power)(struct thermal_cooling_device *, struct thermal_zone_device *, u32 *); argument