Symbol: stm32_rtc
drivers/rtc/rtc-stm32.c
1059
struct stm32_rtc *rtc;
drivers/rtc/rtc-stm32.c
1216
struct stm32_rtc *rtc = platform_get_drvdata(pdev);
drivers/rtc/rtc-stm32.c
1241
struct stm32_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-stm32.c
1251
struct stm32_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-stm32.c
134
struct stm32_rtc;
drivers/rtc/rtc-stm32.c
157
void (*clear_events)(struct stm32_rtc *rtc, unsigned int flags);
drivers/rtc/rtc-stm32.c
187
static void stm32_rtc_wpr_unlock(struct stm32_rtc *rtc)
drivers/rtc/rtc-stm32.c
195
static void stm32_rtc_wpr_lock(struct stm32_rtc *rtc)
drivers/rtc/rtc-stm32.c
253
struct stm32_rtc *rtc = pinctrl_dev_get_drvdata(pctldev);
drivers/rtc/rtc-stm32.c
294
struct stm32_rtc *rtc = pinctrl_dev_get_drvdata(pctldev);
drivers/rtc/rtc-stm32.c
326
struct stm32_rtc *rtc = pinctrl_dev_get_drvdata(pctldev);
drivers/rtc/rtc-stm32.c
405
static int stm32_rtc_enter_init_mode(struct stm32_rtc *rtc)
drivers/rtc/rtc-stm32.c
428
static void stm32_rtc_exit_init_mode(struct stm32_rtc *rtc)
drivers/rtc/rtc-stm32.c
437
static int stm32_rtc_wait_sync(struct stm32_rtc *rtc)
drivers/rtc/rtc-stm32.c
455
static void stm32_rtc_clear_event_flags(struct stm32_rtc *rtc,
drivers/rtc/rtc-stm32.c
463
struct stm32_rtc *rtc = (struct stm32_rtc *)dev_id;
drivers/rtc/rtc-stm32.c
528
struct stm32_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-stm32.c
554
struct stm32_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-stm32.c
594
struct stm32_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-stm32.c
662
struct stm32_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-stm32.c
726
struct stm32_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-stm32.c
795
static void stm32_rtc_clear_events(struct stm32_rtc *rtc,
drivers/rtc/rtc-stm32.c
857
static void stm32mp1_rtc_clear_events(struct stm32_rtc *rtc,
drivers/rtc/rtc-stm32.c
927
static void stm32_rtc_clean_outs(struct stm32_rtc *rtc)
drivers/rtc/rtc-stm32.c
951
static int stm32_rtc_check_rif(struct stm32_rtc *stm32_rtc,
drivers/rtc/rtc-stm32.c
954
u32 rxcidcfgr = readl_relaxed(stm32_rtc->base + STM32_RTC_RXCIDCFGR(res.num));
drivers/rtc/rtc-stm32.c
963
seccfgr = readl_relaxed(stm32_rtc->base + STM32_RTC_SECCFGR);
drivers/rtc/rtc-stm32.c
971
struct stm32_rtc *rtc)