Symbol: thermal_debugfs
drivers/thermal/thermal_core.h
152
struct thermal_debugfs *debugfs;
drivers/thermal/thermal_debugfs.c
191
static struct thermal_debugfs *thermal_debugfs_add_id(struct dentry *d, int id)
drivers/thermal/thermal_debugfs.c
193
struct thermal_debugfs *thermal_dbg;
drivers/thermal/thermal_debugfs.c
213
static void thermal_debugfs_remove_id(struct thermal_debugfs *thermal_dbg)
drivers/thermal/thermal_debugfs.c
224
thermal_debugfs_cdev_record_alloc(struct thermal_debugfs *thermal_dbg,
drivers/thermal/thermal_debugfs.c
242
thermal_debugfs_cdev_record_find(struct thermal_debugfs *thermal_dbg,
drivers/thermal/thermal_debugfs.c
255
thermal_debugfs_cdev_record_get(struct thermal_debugfs *thermal_dbg,
drivers/thermal/thermal_debugfs.c
292
struct thermal_debugfs *thermal_dbg = s->private;
drivers/thermal/thermal_debugfs.c
308
struct thermal_debugfs *thermal_dbg = s->private;
drivers/thermal/thermal_debugfs.c
315
struct thermal_debugfs *thermal_dbg = s->private;
drivers/thermal/thermal_debugfs.c
351
struct thermal_debugfs *thermal_dbg = s->private;
drivers/thermal/thermal_debugfs.c
384
struct thermal_debugfs *thermal_dbg = data;
drivers/thermal/thermal_debugfs.c
411
struct thermal_debugfs *thermal_dbg = cdev->debugfs;
drivers/thermal/thermal_debugfs.c
479
struct thermal_debugfs *thermal_dbg;
drivers/thermal/thermal_debugfs.c
519
static struct thermal_debugfs *thermal_debug_cdev_clear(struct thermal_cooling_device *cdev)
drivers/thermal/thermal_debugfs.c
521
struct thermal_debugfs *thermal_dbg;
drivers/thermal/thermal_debugfs.c
541
struct thermal_debugfs *thermal_dbg;
drivers/thermal/thermal_debugfs.c
582
struct thermal_debugfs *thermal_dbg = tz->debugfs;
drivers/thermal/thermal_debugfs.c
675
struct thermal_debugfs *thermal_dbg = tz->debugfs;
drivers/thermal/thermal_debugfs.c
729
struct thermal_debugfs *thermal_dbg = tz->debugfs;
drivers/thermal/thermal_debugfs.c
763
struct thermal_debugfs *thermal_dbg = s->private;
drivers/thermal/thermal_debugfs.c
773
struct thermal_debugfs *thermal_dbg = s->private;
drivers/thermal/thermal_debugfs.c
781
struct thermal_debugfs *thermal_dbg = s->private;
drivers/thermal/thermal_debugfs.c
788
struct thermal_debugfs *thermal_dbg = s->private;
drivers/thermal/thermal_debugfs.c
868
struct thermal_debugfs *thermal_dbg;
drivers/thermal/thermal_debugfs.c
893
static struct thermal_debugfs *thermal_debug_tz_clear(struct thermal_zone_device *tz)
drivers/thermal/thermal_debugfs.c
895
struct thermal_debugfs *thermal_dbg;
drivers/thermal/thermal_debugfs.c
908
struct thermal_debugfs *thermal_dbg;
drivers/thermal/thermal_debugfs.c
936
struct thermal_debugfs *thermal_dbg = tz->debugfs;
include/linux/thermal.h
137
struct thermal_debugfs *debugfs;
include/linux/thermal.h
35
struct thermal_debugfs;