Symbol: ingenic_ost
drivers/clocksource/ingenic-ost.c
141
struct ingenic_ost *ost = dev_get_drvdata(dev);
drivers/clocksource/ingenic-ost.c
150
struct ingenic_ost *ost = dev_get_drvdata(dev);
drivers/clocksource/ingenic-ost.c
42
static struct ingenic_ost *ingenic_ost;
drivers/clocksource/ingenic-ost.c
47
return readl(ingenic_ost->regs + OST_REG_CNTL);
drivers/clocksource/ingenic-ost.c
53
return readl(ingenic_ost->regs + OST_REG_CNTH);
drivers/clocksource/ingenic-ost.c
70
struct ingenic_ost *ost;
drivers/clocksource/ingenic-ost.c
84
ingenic_ost = ost;
drivers/clocksource/ingenic-sysost.c
221
struct ingenic_ost *ost = ingenic_ost;
drivers/clocksource/ingenic-sysost.c
234
static inline struct ingenic_ost *to_ingenic_ost(struct clock_event_device *evt)
drivers/clocksource/ingenic-sysost.c
236
return container_of(evt, struct ingenic_ost, cevt);
drivers/clocksource/ingenic-sysost.c
241
struct ingenic_ost *ost = to_ingenic_ost(evt);
drivers/clocksource/ingenic-sysost.c
251
struct ingenic_ost *ost = to_ingenic_ost(evt);
drivers/clocksource/ingenic-sysost.c
265
struct ingenic_ost *ost = to_ingenic_ost(evt);
drivers/clocksource/ingenic-sysost.c
275
static int __init ingenic_ost_register_clock(struct ingenic_ost *ost,
drivers/clocksource/ingenic-sysost.c
319
struct ingenic_ost *ost)
drivers/clocksource/ingenic-sysost.c
373
struct ingenic_ost *ost)
drivers/clocksource/ingenic-sysost.c
431
struct ingenic_ost *ost;
drivers/clocksource/ingenic-sysost.c
484
ingenic_ost = ost;
drivers/clocksource/ingenic-sysost.c
504
struct ingenic_ost *ost;
drivers/clocksource/ingenic-sysost.c
516
ost = ingenic_ost;
drivers/clocksource/ingenic-sysost.c
69
struct ingenic_ost *ost;
drivers/clocksource/ingenic-sysost.c
84
static struct ingenic_ost *ingenic_ost;