Symbol: st_thermal_sensor
drivers/thermal/st/st_thermal.c
112
struct st_thermal_sensor *sensor = thermal_zone_device_priv(th);
drivers/thermal/st/st_thermal.c
142
struct st_thermal_sensor *sensor;
drivers/thermal/st/st_thermal.c
225
struct st_thermal_sensor *sensor = platform_get_drvdata(pdev);
drivers/thermal/st/st_thermal.c
235
struct st_thermal_sensor *sensor = dev_get_drvdata(dev);
drivers/thermal/st/st_thermal.c
24
static int st_thermal_alloc_regfields(struct st_thermal_sensor *sensor)
drivers/thermal/st/st_thermal.c
243
struct st_thermal_sensor *sensor = dev_get_drvdata(dev);
drivers/thermal/st/st_thermal.c
49
static int st_thermal_sensor_on(struct st_thermal_sensor *sensor)
drivers/thermal/st/st_thermal.c
69
static int st_thermal_sensor_off(struct st_thermal_sensor *sensor)
drivers/thermal/st/st_thermal.c
82
static int st_thermal_calibration(struct st_thermal_sensor *sensor)
drivers/thermal/st/st_thermal.h
34
struct st_thermal_sensor;
drivers/thermal/st/st_thermal.h
47
int (*power_ctrl)(struct st_thermal_sensor *, enum st_thermal_power_state);
drivers/thermal/st/st_thermal.h
48
int (*alloc_regfields)(struct st_thermal_sensor *);
drivers/thermal/st/st_thermal.h
49
int (*regmap_init)(struct st_thermal_sensor *);
drivers/thermal/st/st_thermal.h
50
int (*register_enable_irq)(struct st_thermal_sensor *);
drivers/thermal/st/st_thermal.h
51
int (*enable_irq)(struct st_thermal_sensor *);
drivers/thermal/st/st_thermal_memmap.c
118
static int st_mmap_regmap_init(struct st_thermal_sensor *sensor)
drivers/thermal/st/st_thermal_memmap.c
39
struct st_thermal_sensor *sensor = sdata;
drivers/thermal/st/st_thermal_memmap.c
48
static int st_mmap_power_ctrl(struct st_thermal_sensor *sensor,
drivers/thermal/st/st_thermal_memmap.c
57
static int st_mmap_alloc_regfields(struct st_thermal_sensor *sensor)
drivers/thermal/st/st_thermal_memmap.c
76
static int st_mmap_enable_irq(struct st_thermal_sensor *sensor)
drivers/thermal/st/st_thermal_memmap.c
90
static int st_mmap_register_enable_irq(struct st_thermal_sensor *sensor)