Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/
H A Dlantiq_gswip.c1955 struct device_node *gphy_fw_np, int i) in gswip_gphy_fw_probe() argument
1991 gphy_fw->reset = of_reset_control_array_get_exclusive(gphy_fw_np); in gswip_gphy_fw_probe()
2021 struct device_node *gphy_fw_np; in gswip_gphy_fw_list() local
2068 for_each_available_child_of_node(gphy_fw_list_np, gphy_fw_np) { in gswip_gphy_fw_list()
2070 gphy_fw_np, i); in gswip_gphy_fw_list()
2072 of_node_put(gphy_fw_np); in gswip_gphy_fw_list()
2099 struct device_node *np, *mdio_np, *gphy_fw_np; in gswip_probe() local
2156 gphy_fw_np = of_get_compatible_child(dev->of_node, "lantiq,gphy-fw"); in gswip_probe()
2157 if (gphy_fw_np) { in gswip_probe()
2158 err = gswip_gphy_fw_list(priv, gphy_fw_np, version); in gswip_probe()
[all …]