Lines Matching defs:svsp
557 static u32 svs_readl_relaxed(struct svs_platform *svsp, enum svs_reg_index rg_i) in svs_readl_relaxed()
562 static void svs_writel_relaxed(struct svs_platform *svsp, u32 val, in svs_writel_relaxed()
568 static void svs_switch_bank(struct svs_platform *svsp, struct svs_bank *svsb) in svs_switch_bank()
697 static void svs_bank_disable_and_restore_default_volts(struct svs_platform *svsp, in svs_bank_disable_and_restore_default_volts()
718 struct svs_platform *svsp = (struct svs_platform *)m->private; in svs_dump_debug_show() local
790 struct svs_platform *svsp = dev_get_drvdata(svsb->dev); in svs_enable_debug_write() local
856 static int svs_create_debug_cmds(struct svs_platform *svsp) in svs_create_debug_cmds()
938 static void svs_get_bank_volts_v3(struct svs_platform *svsp, struct svs_bank *svsb) in svs_get_bank_volts_v3()
1053 static void svs_set_bank_freq_pct_v3(struct svs_platform *svsp, struct svs_bank *svsb) in svs_set_bank_freq_pct_v3()
1136 static void svs_get_bank_volts_v2(struct svs_platform *svsp, struct svs_bank *svsb) in svs_get_bank_volts_v2()
1193 static void svs_set_bank_freq_pct_v2(struct svs_platform *svsp, struct svs_bank *svsb) in svs_set_bank_freq_pct_v2()
1211 static void svs_set_bank_phase(struct svs_platform *svsp, in svs_set_bank_phase()
1279 static inline void svs_save_bank_register_data(struct svs_platform *svsp, in svs_save_bank_register_data()
1290 static inline void svs_error_isr_handler(struct svs_platform *svsp, in svs_error_isr_handler()
1312 static inline void svs_init01_isr_handler(struct svs_platform *svsp, in svs_init01_isr_handler()
1341 static inline void svs_init02_isr_handler(struct svs_platform *svsp, in svs_init02_isr_handler()
1361 static inline void svs_mon_mode_isr_handler(struct svs_platform *svsp, in svs_mon_mode_isr_handler()
1378 struct svs_platform *svsp = data; in svs_isr() local
1425 static bool svs_mode_available(struct svs_platform *svsp, u8 mode) in svs_mode_available()
1435 static int svs_init01(struct svs_platform *svsp) in svs_init01()
1611 static int svs_init02(struct svs_platform *svsp) in svs_init02()
1674 static void svs_mon_mode(struct svs_platform *svsp) in svs_mon_mode()
1692 static int svs_start(struct svs_platform *svsp) in svs_start()
1711 struct svs_platform *svsp = dev_get_drvdata(dev); in svs_suspend() local
1734 struct svs_platform *svsp = dev_get_drvdata(dev); in svs_resume() local
1766 static int svs_bank_resource_setup(struct svs_platform *svsp) in svs_bank_resource_setup()
1857 static int svs_get_efuse_data(struct svs_platform *svsp, in svs_get_efuse_data()
1895 static bool svs_is_available(struct svs_platform *svsp) in svs_is_available()
1911 static bool svs_common_parse_efuse(struct svs_platform *svsp, in svs_common_parse_efuse()
1958 static bool svs_mt8183_efuse_parsing(struct svs_platform *svsp, in svs_mt8183_efuse_parsing()
2120 static struct device *svs_get_subsys_device(struct svs_platform *svsp, in svs_get_subsys_device()
2144 static struct device *svs_add_device_link(struct svs_platform *svsp, in svs_add_device_link()
2167 static int svs_mt8192_platform_probe(struct svs_platform *svsp) in svs_mt8192_platform_probe()
2214 static int svs_mt8183_platform_probe(struct svs_platform *svsp) in svs_mt8183_platform_probe()
2818 struct svs_platform *svsp; in svs_probe() local