Home
last modified time | relevance | path

Searched refs:tsen_config (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/include/drivers/marvell/
Dthermal.h13 struct tsen_config { struct
22 int (*ptr_tsen_probe)(struct tsen_config *cfg); argument
23 int (*ptr_tsen_read)(struct tsen_config *cfg, int *temp); argument
27 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);
/trusted-firmware-a-latest/plat/marvell/armada/a8k/common/
Dplat_thermal.c43 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()
/trusted-firmware-a-latest/drivers/marvell/
Dthermal.c13 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()