Searched refs:timer_ops_t (Results 1 – 10 of 10) sorted by relevance
16 void sp804_timer_ops_init(uintptr_t base_addr, const timer_ops_t *ops);20 static const timer_ops_t sp804_timer_ops = { \
28 } timer_ops_t; typedef51 void timer_init(const timer_ops_t *ops_ptr);
17 static const timer_ops_t *timer_ops;74 void timer_init(const timer_ops_t *ops_ptr) in timer_init()
19 static timer_ops_t ops;
25 static const timer_ops_t plat_timer_ops = {
16 static timer_ops_t plat_timer_ops;
35 static timer_ops_t tegra_timer_ops; in tegra_delay_timer_init()
41 void sp804_timer_ops_init(uintptr_t base_addr, const timer_ops_t *ops) in sp804_timer_ops_init()
35 static const timer_ops_t imx_gpt_ops = {
17 static timer_ops_t ops;
Completed in 15 milliseconds