Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/
H A Dlantiq_gswip.c287 struct gswip_gphy_fw *gphy_fw; member
1911 reset_control_assert(gphy_fw->reset); in gswip_gphy_fw_load()
1922 gphy_fw->fw_name, ret); in gswip_gphy_fw_load()
1965 if (IS_ERR(gphy_fw->clk_gate)) { in gswip_gphy_fw_probe()
1967 return PTR_ERR(gphy_fw->clk_gate); in gswip_gphy_fw_probe()
1992 if (IS_ERR(gphy_fw->reset)) in gswip_gphy_fw_probe()
2000 struct gswip_gphy_fw *gphy_fw) in gswip_gphy_fw_remove() argument
2005 if (!gphy_fw->fw_name) in gswip_gphy_fw_remove()
2014 reset_control_put(gphy_fw->reset); in gswip_gphy_fw_remove()
2063 sizeof(*priv->gphy_fw), in gswip_gphy_fw_list()
[all …]