Searched refs:hp300_irq_list (Results 1 – 1 of 1) sorted by relevance
39 static irq_node_t *hp300_irq_list[HP300_NUM_IRQS] = { [0 ... HP300_NUM_IRQS-1] = NULL }; variable50 for(t = hp300_irq_list[irq]; t; t=t->next) in hp300_int_handler()82 if (!hp300_irq_list[irq]) { in hp300_request_irq()84 hp300_irq_list[irq] = n; in hp300_request_irq()88 n->next = hp300_irq_list[irq]; in hp300_request_irq()89 hp300_irq_list[irq] = n; in hp300_request_irq()92 for(t = hp300_irq_list[irq]; t->next; t = t->next) in hp300_request_irq()114 t = hp300_irq_list[irq]; in hp300_free_irq()128 hp300_irq_list[irq] = t->next; in hp300_free_irq()135 for (t = hp300_irq_list[irq]; t->next && t->next->dev_id != dev_id; t = t->next) in hp300_free_irq()