Searched refs:of_irq (Results 1 – 8 of 8) sorted by relevance
33 static __init void timer_of_irq_exit(struct of_timer_irq *of_irq) in timer_of_irq_exit() argument35 struct timer_of *to = container_of(of_irq, struct timer_of, of_irq); in timer_of_irq_exit()39 of_irq->percpu ? free_percpu_irq(of_irq->irq, clkevt) : in timer_of_irq_exit()40 free_irq(of_irq->irq, clkevt); in timer_of_irq_exit()60 struct of_timer_irq *of_irq) in timer_of_irq_init() argument63 struct timer_of *to = container_of(of_irq, struct timer_of, of_irq); in timer_of_irq_init()66 if (of_irq->name) { in timer_of_irq_init()67 of_irq->irq = ret = of_irq_get_byname(np, of_irq->name); in timer_of_irq_init()70 of_irq->name, np->full_name); in timer_of_irq_init()74 of_irq->irq = irq_of_parse_and_map(np, of_irq->index); in timer_of_irq_init()[all …]
39 struct of_timer_irq of_irq; member56 return to->of_irq.irq; in timer_of_irq()
262 .of_irq = {276 to.of_irq.handler = mtk_syst_handler; in mtk_syst_init()301 to.of_irq.handler = mtk_gpt_interrupt; in mtk_gpt_init()
158 .of_irq = {
152 .of_irq = {
138 .of_irq = {
191 .of_irq = {
299 to->of_irq.handler = stm32_clock_event_handler; in stm32_timer_init()