Home
last modified time | relevance | path

Searched refs:ostm_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/clocksource/
Drenesas-ostm.c36 struct ostm_device { struct
59 static struct ostm_device *ced_to_ostm(struct clock_event_device *ced) in ced_to_ostm() argument
61 return container_of(ced, struct ostm_device, ced); in ced_to_ostm()
64 static void ostm_timer_stop(struct ostm_device *ostm) in ostm_timer_stop()
79 static int __init ostm_init_clksrc(struct ostm_device *ostm, unsigned long rate) in ostm_init_clksrc()
101 static void __init ostm_init_sched_clock(struct ostm_device *ostm, in ostm_init_sched_clock()
111 struct ostm_device *ostm = ced_to_ostm(ced); in ostm_clock_event_next()
124 struct ostm_device *ostm = ced_to_ostm(ced); in ostm_shutdown()
132 struct ostm_device *ostm = ced_to_ostm(ced); in ostm_set_periodic()
146 struct ostm_device *ostm = ced_to_ostm(ced); in ostm_set_oneshot()
[all …]