Home
last modified time | relevance | path

Searched refs:node_is_interrupt_provider (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/scripts/dtc/
Dchecks.c1559 static bool node_is_interrupt_provider(struct node *node) in node_is_interrupt_provider() function
1579 bool irq_provider = node_is_interrupt_provider(node); in check_interrupt_provider()
1698 if (parent != node && node_is_interrupt_provider(parent)) { in check_interrupts_property()
1720 if (!node_is_interrupt_provider(irq_node)) in check_interrupts_property()