Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtcb_clksrc.c126 struct tc_clkevt_device { struct
132 static struct tc_clkevt_device *to_tc_clkevt(struct clock_event_device *clkevt) in to_tc_clkevt() argument
134 return container_of(clkevt, struct tc_clkevt_device, clkevt); in to_tc_clkevt()
148 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_shutdown()
161 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_set_oneshot()
180 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_set_periodic()
215 static struct tc_clkevt_device clkevt = {
231 struct tc_clkevt_device *dev = handle; in ch2_irq()