Symbol: omap_rtc
drivers/rtc/rtc-omap.c
1001
struct omap_rtc *rtc = platform_get_drvdata(pdev);
drivers/rtc/rtc-omap.c
130
struct omap_rtc;
drivers/rtc/rtc-omap.c
137
void (*lock)(struct omap_rtc *rtc);
drivers/rtc/rtc-omap.c
138
void (*unlock)(struct omap_rtc *rtc);
drivers/rtc/rtc-omap.c
155
static inline u8 rtc_read(struct omap_rtc *rtc, unsigned int reg)
drivers/rtc/rtc-omap.c
160
static inline u32 rtc_readl(struct omap_rtc *rtc, unsigned int reg)
drivers/rtc/rtc-omap.c
165
static inline void rtc_write(struct omap_rtc *rtc, unsigned int reg, u8 val)
drivers/rtc/rtc-omap.c
170
static inline void rtc_writel(struct omap_rtc *rtc, unsigned int reg, u32 val)
drivers/rtc/rtc-omap.c
175
static void am3352_rtc_unlock(struct omap_rtc *rtc)
drivers/rtc/rtc-omap.c
181
static void am3352_rtc_lock(struct omap_rtc *rtc)
drivers/rtc/rtc-omap.c
187
static void default_rtc_unlock(struct omap_rtc *rtc)
drivers/rtc/rtc-omap.c
191
static void default_rtc_lock(struct omap_rtc *rtc)
drivers/rtc/rtc-omap.c
200
static void rtc_wait_not_busy(struct omap_rtc *rtc)
drivers/rtc/rtc-omap.c
217
struct omap_rtc *rtc = dev_id;
drivers/rtc/rtc-omap.c
242
struct omap_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-omap.c
292
static void omap_rtc_read_time_raw(struct omap_rtc *rtc, struct rtc_time *tm)
drivers/rtc/rtc-omap.c
304
struct omap_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-omap.c
319
struct omap_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-omap.c
342
struct omap_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-omap.c
367
struct omap_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-omap.c
404
static struct omap_rtc *omap_rtc_power_off_rtc;
drivers/rtc/rtc-omap.c
413
struct omap_rtc *rtc = omap_rtc_power_off_rtc;
drivers/rtc/rtc-omap.c
601
struct omap_rtc *rtc = pinctrl_dev_get_drvdata(pctldev);
drivers/rtc/rtc-omap.c
630
struct omap_rtc *rtc = pinctrl_dev_get_drvdata(pctldev);
drivers/rtc/rtc-omap.c
691
struct omap_rtc *rtc = priv;
drivers/rtc/rtc-omap.c
705
struct omap_rtc *rtc = priv;
drivers/rtc/rtc-omap.c
729
struct omap_rtc *rtc;
drivers/rtc/rtc-omap.c
914
struct omap_rtc *rtc = platform_get_drvdata(pdev);
drivers/rtc/rtc-omap.c
947
struct omap_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-omap.c
970
struct omap_rtc *rtc = dev_get_drvdata(dev);
drivers/rtc/rtc-omap.c
986
struct omap_rtc *rtc = dev_get_drvdata(dev);
drivers/soc/ti/pm33xx.c
177
omap_rtc_power_off_program(&omap_rtc->dev);
drivers/soc/ti/pm33xx.c
279
nvmem = devm_nvmem_device_get(&omap_rtc->dev,
drivers/soc/ti/pm33xx.c
308
nvmem = devm_nvmem_device_get(&omap_rtc->dev, "omap_rtc_scratch0");
drivers/soc/ti/pm33xx.c
448
omap_rtc = rtc_class_open("rtc0");
drivers/soc/ti/pm33xx.c
449
if (!omap_rtc) {
drivers/soc/ti/pm33xx.c
455
nvmem = devm_nvmem_device_get(&omap_rtc->dev,
drivers/soc/ti/pm33xx.c
54
static struct rtc_device *omap_rtc;