em_sti_priv        53 drivers/clocksource/em_sti.c static inline unsigned long em_sti_read(struct em_sti_priv *p, int offs)
em_sti_priv        58 drivers/clocksource/em_sti.c static inline void em_sti_write(struct em_sti_priv *p, int offs,
em_sti_priv        64 drivers/clocksource/em_sti.c static int em_sti_enable(struct em_sti_priv *p)
em_sti_priv        89 drivers/clocksource/em_sti.c static void em_sti_disable(struct em_sti_priv *p)
em_sti_priv        98 drivers/clocksource/em_sti.c static u64 em_sti_count(struct em_sti_priv *p)
em_sti_priv       116 drivers/clocksource/em_sti.c static u64 em_sti_set_next(struct em_sti_priv *p, u64 next)
em_sti_priv       142 drivers/clocksource/em_sti.c 	struct em_sti_priv *p = dev_id;
em_sti_priv       148 drivers/clocksource/em_sti.c static int em_sti_start(struct em_sti_priv *p, unsigned int user)
em_sti_priv       166 drivers/clocksource/em_sti.c static void em_sti_stop(struct em_sti_priv *p, unsigned int user)
em_sti_priv       181 drivers/clocksource/em_sti.c static struct em_sti_priv *cs_to_em_sti(struct clocksource *cs)
em_sti_priv       183 drivers/clocksource/em_sti.c 	return container_of(cs, struct em_sti_priv, cs);
em_sti_priv       193 drivers/clocksource/em_sti.c 	struct em_sti_priv *p = cs_to_em_sti(cs);
em_sti_priv       208 drivers/clocksource/em_sti.c static int em_sti_register_clocksource(struct em_sti_priv *p)
em_sti_priv       228 drivers/clocksource/em_sti.c static struct em_sti_priv *ced_to_em_sti(struct clock_event_device *ced)
em_sti_priv       230 drivers/clocksource/em_sti.c 	return container_of(ced, struct em_sti_priv, ced);
em_sti_priv       235 drivers/clocksource/em_sti.c 	struct em_sti_priv *p = ced_to_em_sti(ced);
em_sti_priv       242 drivers/clocksource/em_sti.c 	struct em_sti_priv *p = ced_to_em_sti(ced);
em_sti_priv       252 drivers/clocksource/em_sti.c 	struct em_sti_priv *p = ced_to_em_sti(ced);
em_sti_priv       262 drivers/clocksource/em_sti.c static void em_sti_register_clockevent(struct em_sti_priv *p)
em_sti_priv       281 drivers/clocksource/em_sti.c 	struct em_sti_priv *p;