Lines Matching refs:provider_node
1401 struct node *provider_node; in check_property_phandle_args() local
1433 provider_node = get_node_by_phandle(root, phandle); in check_property_phandle_args()
1434 if (!provider_node) { in check_property_phandle_args()
1441 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()
1449 provider_node->fullpath, in check_property_phandle_args()
1631 struct node *provider_node; in check_interrupt_map() local
1654 provider_node = get_node_by_phandle(root, phandle); in check_interrupt_map()
1655 if (!provider_node) { in check_interrupt_map()
1662 cellprop = get_property(provider_node, "#interrupt-cells"); in check_interrupt_map()
1667 provider_node->fullpath, cell); in check_interrupt_map()
1671 cellprop = get_property(provider_node, "#address-cells"); in check_interrupt_map()