Lines Matching refs:provider_node
1403 struct node *provider_node; in check_property_phandle_args() local
1435 provider_node = get_node_by_phandle(root, phandle); in check_property_phandle_args()
1436 if (!provider_node) { in check_property_phandle_args()
1443 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()
1451 provider_node->fullpath, in check_property_phandle_args()
1633 struct node *provider_node; in check_interrupt_map() local
1656 provider_node = get_node_by_phandle(root, phandle); in check_interrupt_map()
1657 if (!provider_node) { in check_interrupt_map()
1664 cellprop = get_property(provider_node, "#interrupt-cells"); in check_interrupt_map()
1669 provider_node->fullpath, cell); in check_interrupt_map()
1673 cellprop = get_property(provider_node, "#address-cells"); in check_interrupt_map()