Searched refs:imx_timer (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/clocksource/
H A Dtimer-imx-gpt.c67 struct imx_timer { struct
81 void (*gpt_setup_tctl)(struct imx_timer *imxtm);
82 void (*gpt_irq_enable)(struct imx_timer *imxtm);
83 void (*gpt_irq_disable)(struct imx_timer *imxtm);
84 void (*gpt_irq_acknowledge)(struct imx_timer *imxtm);
89 static inline struct imx_timer *to_imx_timer(struct clock_event_device *ced)
91 return container_of(ced, struct imx_timer, ced);
94 static void imx1_gpt_irq_disable(struct imx_timer *imxtm)
102 static void imx31_gpt_irq_disable(struct imx_timer *imxtm)
107 static void imx1_gpt_irq_enable(struct imx_timer *imxt
[all...]

Completed in 157 milliseconds