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

/linux-master/drivers/thermal/
H A Dthermal_debugfs.c189 struct thermal_debugfs *thermal_dbg; local
192 thermal_dbg = kzalloc(sizeof(*thermal_dbg), GFP_KERNEL);
193 if (!thermal_dbg)
196 mutex_init(&thermal_dbg->lock);
200 thermal_dbg->d_top = debugfs_create_dir(ids, d);
201 if (!thermal_dbg->d_top) {
202 kfree(thermal_dbg);
206 return thermal_dbg;
209 static void thermal_debugfs_remove_id(struct thermal_debugfs *thermal_dbg) argument
220 thermal_debugfs_cdev_record_alloc(struct thermal_debugfs *thermal_dbg, struct list_head *lists, int id) argument
238 thermal_debugfs_cdev_record_find(struct thermal_debugfs *thermal_dbg, struct list_head *lists, int id) argument
251 thermal_debugfs_cdev_record_get(struct thermal_debugfs *thermal_dbg, struct list_head *lists, int id) argument
288 struct thermal_debugfs *thermal_dbg = s->private; local
304 struct thermal_debugfs *thermal_dbg = s->private; local
311 struct thermal_debugfs *thermal_dbg = s->private; local
347 struct thermal_debugfs *thermal_dbg = s->private; local
380 struct thermal_debugfs *thermal_dbg = data; local
407 struct thermal_debugfs *thermal_dbg = cdev->debugfs; local
466 struct thermal_debugfs *thermal_dbg; local
508 struct thermal_debugfs *thermal_dbg; local
557 struct thermal_debugfs *thermal_dbg = tz->debugfs; local
641 struct thermal_debugfs *thermal_dbg = tz->debugfs; local
698 struct thermal_debugfs *thermal_dbg = tz->debugfs; local
729 struct thermal_debugfs *thermal_dbg = s->private; local
739 struct thermal_debugfs *thermal_dbg = s->private; local
747 struct thermal_debugfs *thermal_dbg = s->private; local
754 struct thermal_debugfs *thermal_dbg = s->private; local
812 struct thermal_debugfs *thermal_dbg; local
839 struct thermal_debugfs *thermal_dbg; local
[all...]

Completed in 100 milliseconds