Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c1157 struct node *irq_node = NULL, *parent = node; in check_interrupts_property() local
1172 irq_node = parent; in check_interrupts_property()
1179 irq_node = get_node_by_phandle(root, phandle); in check_interrupts_property()
1180 if (!irq_node) { in check_interrupts_property()
1185 if (!node_is_interrupt_provider(irq_node)) in check_interrupts_property()
1188 irq_node->fullpath); in check_interrupts_property()
1196 if (!irq_node) { in check_interrupts_property()
1201 prop = get_property(irq_node, "#interrupt-cells"); in check_interrupts_property()
1204 irq_node->fullpath); in check_interrupts_property()