Searched refs:eth_node (Results 1 – 4 of 4) sorted by relevance
824 emac->phy_node = eth_node; in prueth_netdev_init()870 ndev->dev.of_node = eth_node; in prueth_netdev_init()930 eth_node, ret); in prueth_probe()933 of_node_get(eth_node); in prueth_probe()936 eth0_node = eth_node; in prueth_probe()942 eth1_node = eth_node; in prueth_probe()1136 eth_node = prueth->eth_node[i]; in prueth_probe()1137 if (!eth_node) in prueth_probe()1183 struct device_node *eth_node; in prueth_remove() local1196 eth_node = prueth->eth_node[i]; in prueth_remove()[all …]
1209 emac->phy_node = eth_node; in prueth_netdev_init()1255 ndev->dev.of_node = eth_node; in prueth_netdev_init()1732 eth_node, ret); in prueth_probe()1735 of_node_get(eth_node); in prueth_probe()1738 eth0_node = eth_node; in prueth_probe()1744 eth1_node = eth_node; in prueth_probe()1980 eth_node = prueth->eth_node[i]; in prueth_probe()1981 if (!eth_node) in prueth_probe()2023 struct device_node *eth_node; in prueth_remove() local2038 eth_node = prueth->eth_node[i]; in prueth_remove()[all …]
322 struct device_node *eth_node[PRUETH_NUM_MACS]; member487 int prueth_node_port(struct device_node *eth_node);488 int prueth_node_mac(struct device_node *eth_node);490 struct device_node *eth_node);
1358 int prueth_node_port(struct device_node *eth_node) in prueth_node_port() argument1363 ret = of_property_read_u32(eth_node, "reg", &port_id); in prueth_node_port()1377 int prueth_node_mac(struct device_node *eth_node) in prueth_node_mac() argument1382 ret = of_property_read_u32(eth_node, "reg", &port_id); in prueth_node_mac()1396 struct device_node *eth_node) in prueth_netdev_exit() argument1401 mac = prueth_node_mac(eth_node); in prueth_netdev_exit()
Completed in 14 milliseconds