Searched defs:mt7530_priv (Results 1 – 1 of 1) sorted by relevance
424 struct mt7530_priv { struct425 struct device *dev;426 struct dsa_switch *ds;427 struct mii_bus *bus;428 struct reset_control *rstc;429 struct regmap *ethernet;453 typedef void (*mt7530_vlan_op)(struct mt7530_priv *, argument