Lines Matching defs:mt7530_priv
719 struct mt7530_priv { struct
720 struct device *dev;
721 struct dsa_switch *ds;
722 struct mii_bus *bus;
723 struct reset_control *rstc;
724 struct regulator *core_pwr;
725 struct regulator *io_pwr;
726 struct gpio_desc *reset;
727 const struct mt753x_info *info;
728 unsigned int id;
729 bool mcm;
730 phy_interface_t p6_interface;
754 typedef void (*mt7530_vlan_op)(struct mt7530_priv *, argument