Lines Matching refs:lpc32xx_clock_event_ddata
40 struct lpc32xx_clock_event_ddata { struct
66 struct lpc32xx_clock_event_ddata *ddata = in lpc32xx_clkevt_next_event() argument
67 container_of(evtdev, struct lpc32xx_clock_event_ddata, evtdev); in lpc32xx_clkevt_next_event()
84 struct lpc32xx_clock_event_ddata *ddata = in lpc32xx_clkevt_shutdown()
85 container_of(evtdev, struct lpc32xx_clock_event_ddata, evtdev); in lpc32xx_clkevt_shutdown()
95 struct lpc32xx_clock_event_ddata *ddata = in lpc32xx_clkevt_oneshot()
96 container_of(evtdev, struct lpc32xx_clock_event_ddata, evtdev); in lpc32xx_clkevt_oneshot()
112 struct lpc32xx_clock_event_ddata *ddata = in lpc32xx_clkevt_periodic()
113 container_of(evtdev, struct lpc32xx_clock_event_ddata, evtdev); in lpc32xx_clkevt_periodic()
132 struct lpc32xx_clock_event_ddata *ddata = dev_id; in lpc32xx_clock_event_handler()
142 static struct lpc32xx_clock_event_ddata lpc32xx_clk_event_ddata = {