Lines Matching defs:mt7530_priv
808 struct mt7530_priv { struct
809 struct device *dev;
810 struct dsa_switch *ds;
811 struct mii_bus *bus;
812 struct reset_control *rstc;
813 struct regulator *core_pwr;
814 struct regulator *io_pwr;
815 struct gpio_desc *reset;
816 const struct mt753x_info *info;
817 unsigned int id;
818 bool mcm;
819 phy_interface_t p6_interface;
820 phy_interface_t p5_interface;
821 unsigned int p5_intf_sel;
822 u8 mirror_rx;
846 typedef void (*mt7530_vlan_op)(struct mt7530_priv *, argument