Lines Matching defs:mt7530_priv
713 struct mt7530_priv;
717 struct mt7530_priv *priv;
743 int (*phy_read_c22)(struct mt7530_priv *priv, int port, int regnum);
744 int (*phy_write_c22)(struct mt7530_priv *priv, int port, int regnum,
746 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad,
748 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad,
762 /* struct mt7530_priv - This is the main data structure for holding the state
784 struct mt7530_priv {
808 int (*create_sgmii)(struct mt7530_priv *priv, bool dual_sgmii);
824 typedef void (*mt7530_vlan_op)(struct mt7530_priv *,
834 struct mt7530_priv *priv;
839 struct mt7530_priv *priv, u32 reg)
845 int mt7530_probe_common(struct mt7530_priv *priv);
846 void mt7530_remove_common(struct mt7530_priv *priv);