Searched refs:tsen_config (Results 1 – 3 of 3) sorted by relevance
13 struct tsen_config { struct22 int (*ptr_tsen_probe)(struct tsen_config *cfg); argument23 int (*ptr_tsen_read)(struct tsen_config *cfg, int *temp); argument27 int marvell_thermal_init(struct tsen_config *tsen_cfg);28 int marvell_thermal_read(struct tsen_config *tsen_cfg, int *temp);29 struct tsen_config *marvell_thermal_config_get(void);
43 static int ext_tsen_probe(struct tsen_config *tsen_cfg) in ext_tsen_probe()83 static int ext_tsen_read(struct tsen_config *tsen_cfg, int *temp) in ext_tsen_read()117 static struct tsen_config tsen_cfg = {127 struct tsen_config *marvell_thermal_config_get(void) in marvell_thermal_config_get()
13 int marvell_thermal_init(struct tsen_config *tsen_cfg) in marvell_thermal_init()35 int marvell_thermal_read(struct tsen_config *tsen_cfg, int *temp) in marvell_thermal_read()