Lines Matching refs:provider_node
1401 struct node *provider_node; in check_property_phandle_args() local
1432 provider_node = get_node_by_phandle(root, phandle); in check_property_phandle_args()
1433 if (!provider_node) { in check_property_phandle_args()
1440 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()
1448 provider_node->fullpath, in check_property_phandle_args()
1628 struct node *provider_node; in check_interrupt_map() local
1651 provider_node = get_node_by_phandle(root, phandle); in check_interrupt_map()
1652 if (!provider_node) { in check_interrupt_map()
1659 cellprop = get_property(provider_node, "#interrupt-cells"); in check_interrupt_map()
1664 provider_node->fullpath, cell); in check_interrupt_map()
1668 cellprop = get_property(provider_node, "#address-cells"); in check_interrupt_map()