Lines Matching refs:lpc32xx_clock_event_ddata
44 struct lpc32xx_clock_event_ddata { struct
70 struct lpc32xx_clock_event_ddata *ddata = in lpc32xx_clkevt_next_event() argument
71 container_of(evtdev, struct lpc32xx_clock_event_ddata, evtdev); in lpc32xx_clkevt_next_event()
88 struct lpc32xx_clock_event_ddata *ddata = in lpc32xx_clkevt_shutdown()
89 container_of(evtdev, struct lpc32xx_clock_event_ddata, evtdev); in lpc32xx_clkevt_shutdown()
99 struct lpc32xx_clock_event_ddata *ddata = in lpc32xx_clkevt_oneshot()
100 container_of(evtdev, struct lpc32xx_clock_event_ddata, evtdev); in lpc32xx_clkevt_oneshot()
116 struct lpc32xx_clock_event_ddata *ddata = in lpc32xx_clkevt_periodic()
117 container_of(evtdev, struct lpc32xx_clock_event_ddata, evtdev); in lpc32xx_clkevt_periodic()
136 struct lpc32xx_clock_event_ddata *ddata = dev_id; in lpc32xx_clock_event_handler()
146 static struct lpc32xx_clock_event_ddata lpc32xx_clk_event_ddata = {