Lines Matching defs:svsp
483 static u32 svs_readl_relaxed(struct svs_platform *svsp, enum svs_reg_index rg_i) in svs_readl_relaxed()
488 static void svs_writel_relaxed(struct svs_platform *svsp, u32 val, in svs_writel_relaxed()
494 static void svs_switch_bank(struct svs_platform *svsp) in svs_switch_bank()
630 struct svs_platform *svsp = (struct svs_platform *)m->private; in svs_dump_debug_show() local
702 struct svs_platform *svsp = dev_get_drvdata(svsb->dev); in svs_enable_debug_write() local
776 static int svs_create_debug_cmds(struct svs_platform *svsp) in svs_create_debug_cmds()
858 static void svs_get_bank_volts_v3(struct svs_platform *svsp) in svs_get_bank_volts_v3()
950 static void svs_set_bank_freq_pct_v3(struct svs_platform *svsp) in svs_set_bank_freq_pct_v3()
1033 static void svs_get_bank_volts_v2(struct svs_platform *svsp) in svs_get_bank_volts_v2()
1067 static void svs_set_bank_freq_pct_v2(struct svs_platform *svsp) in svs_set_bank_freq_pct_v2()
1086 static void svs_set_bank_phase(struct svs_platform *svsp, in svs_set_bank_phase()
1152 static inline void svs_save_bank_register_data(struct svs_platform *svsp, in svs_save_bank_register_data()
1162 static inline void svs_error_isr_handler(struct svs_platform *svsp) in svs_error_isr_handler()
1183 static inline void svs_init01_isr_handler(struct svs_platform *svsp) in svs_init01_isr_handler()
1210 static inline void svs_init02_isr_handler(struct svs_platform *svsp) in svs_init02_isr_handler()
1228 static inline void svs_mon_mode_isr_handler(struct svs_platform *svsp) in svs_mon_mode_isr_handler()
1243 struct svs_platform *svsp = data; in svs_isr() local
1289 static int svs_init01(struct svs_platform *svsp) in svs_init01()
1458 static int svs_init02(struct svs_platform *svsp) in svs_init02()
1526 static void svs_mon_mode(struct svs_platform *svsp) in svs_mon_mode()
1545 static int svs_start(struct svs_platform *svsp) in svs_start()
1564 struct svs_platform *svsp = dev_get_drvdata(dev); in svs_suspend() local
1598 struct svs_platform *svsp = dev_get_drvdata(dev); in svs_resume() local
1630 static int svs_bank_resource_setup(struct svs_platform *svsp) in svs_bank_resource_setup()
1732 static int svs_thermal_efuse_get_data(struct svs_platform *svsp) in svs_thermal_efuse_get_data()
1757 static bool svs_mt8192_efuse_parsing(struct svs_platform *svsp) in svs_mt8192_efuse_parsing()
1821 static bool svs_mt8183_efuse_parsing(struct svs_platform *svsp) in svs_mt8183_efuse_parsing()
2006 static bool svs_is_efuse_data_correct(struct svs_platform *svsp) in svs_is_efuse_data_correct()
2032 static struct device *svs_get_subsys_device(struct svs_platform *svsp, in svs_get_subsys_device()
2056 static struct device *svs_add_device_link(struct svs_platform *svsp, in svs_add_device_link()
2084 static int svs_mt8192_platform_probe(struct svs_platform *svsp) in svs_mt8192_platform_probe()
2117 static int svs_mt8183_platform_probe(struct svs_platform *svsp) in svs_mt8183_platform_probe()
2348 struct svs_platform *svsp; in svs_probe() local