Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dchecks.c1138 static bool node_is_interrupt_provider(struct node *node) in node_is_interrupt_provider() function
1171 if (parent != node && node_is_interrupt_provider(parent)) { in check_interrupts_property()
1185 if (!node_is_interrupt_provider(irq_node)) in check_interrupts_property()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dchecks.c1584 static bool node_is_interrupt_provider(struct node *node) in node_is_interrupt_provider() function
1605 if (!node_is_interrupt_provider(node)) in check_interrupt_provider()
1638 if (parent != node && node_is_interrupt_provider(parent)) { in check_interrupts_property()
1660 if (!node_is_interrupt_provider(irq_node)) in check_interrupts_property()