Lines Matching defs:mt7530_priv
449 struct mt7530_priv { struct
450 struct device *dev;
451 struct dsa_switch *ds;
452 struct mii_bus *bus;
453 struct reset_control *rstc;
454 struct regmap *ethernet;
455 struct regulator *core_pwr;
456 struct regulator *io_pwr;
457 struct gpio_desc *reset;
458 unsigned int id;
482 typedef void (*mt7530_vlan_op)(struct mt7530_priv *, argument