Searched refs:mt7530_priv (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.c | 420 struct mt7530_priv *priv = ds->priv; in mt7530_pad_clk_setup() 598 struct mt7530_priv *priv = ds->priv; in mt7530_mib_reset() 847 struct mt7530_priv *priv = ds->priv; in mt7530_get_ethtool_stats() 876 struct mt7530_priv *priv = ds->priv; in mt7530_set_ageing_time() 933 struct mt7530_priv *priv = ds->priv; in mt7530_setup_port5() 1218 struct mt7530_priv *priv = ds->priv; in mt753x_cpu_port_enable() 1265 struct mt7530_priv *priv = ds->priv; in mt7530_port_enable() 1291 struct mt7530_priv *priv = ds->priv; in mt7530_port_disable() 1309 struct mt7530_priv *priv = ds->priv; in mt7530_port_change_mtu() 1355 struct mt7530_priv *priv = ds->priv; in mt7530_stp_state_set() [all …]
|
H A D | mt7530.h | 723 struct mt7530_priv; 727 struct mt7530_priv *priv; 756 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad, 758 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad, 794 struct mt7530_priv { struct 818 int (*create_sgmii)(struct mt7530_priv *priv, bool dual_sgmii); argument 834 typedef void (*mt7530_vlan_op)(struct mt7530_priv *, 844 struct mt7530_priv *priv; 849 struct mt7530_priv *priv, u32 reg) in INIT_MT7530_DUMMY_POLL() 855 int mt7530_probe_common(struct mt7530_priv *priv); [all …]
|
H A D | mt7530-mmio.c | 23 struct mt7530_priv *priv; in mt7988_probe() 69 struct mt7530_priv *priv = platform_get_drvdata(pdev); in mt7988_remove() 79 struct mt7530_priv *priv = platform_get_drvdata(pdev); in mt7988_shutdown()
|
H A D | mt7530-mdio.c | 84 mt7531_create_sgmii(struct mt7530_priv *priv, bool dual_sgmii) in mt7531_create_sgmii() 147 struct mt7530_priv *priv; in mt7530_probe() 223 struct mt7530_priv *priv = dev_get_drvdata(&mdiodev->dev); in mt7530_remove() 247 struct mt7530_priv *priv = dev_get_drvdata(&mdiodev->dev); in mt7530_shutdown()
|