Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dtimer-atmel-tcb.c143 struct tc_clkevt_device { struct
149 static struct tc_clkevt_device *to_tc_clkevt(struct clock_event_device *clkevt) in to_tc_clkevt() argument
151 return container_of(clkevt, struct tc_clkevt_device, clkevt); in to_tc_clkevt()
165 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_shutdown()
178 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_set_oneshot()
197 struct tc_clkevt_device *tcd = to_tc_clkevt(d); in tc_set_periodic()
232 static struct tc_clkevt_device clkevt = {
247 struct tc_clkevt_device *dev = handle; in ch2_irq()