Lines Matching refs:mt7530_priv
815 struct mt7530_priv;
819 struct mt7530_priv *priv;
842 int (*phy_read_c22)(struct mt7530_priv *priv, int port, int regnum);
843 int (*phy_write_c22)(struct mt7530_priv *priv, int port, int regnum,
845 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad,
847 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad,
856 /* struct mt7530_priv - This is the main data structure for holding the state
879 struct mt7530_priv {
900 int (*create_sgmii)(struct mt7530_priv *priv);
918 typedef void (*mt7530_vlan_op)(struct mt7530_priv *,
928 struct mt7530_priv *priv;
933 struct mt7530_priv *priv, u32 reg)
939 int mt7530_probe_common(struct mt7530_priv *priv);
940 void mt7530_remove_common(struct mt7530_priv *priv);