Lines Matching defs:realtek_priv
51 struct realtek_priv { struct
52 struct device *dev;
53 struct reset_control *reset_ctl;
54 struct gpio_desc *reset;
55 struct gpio_desc *mdc;
56 struct gpio_desc *mdio;
57 struct regmap *map;
58 struct regmap *map_nolock;
59 struct mutex map_lock;
60 struct mii_bus *user_mii_bus;
61 struct mii_bus *bus;
62 int mdio_addr;
64 const struct realtek_variant *variant;
66 spinlock_t lock; /* Locks around command writes */
67 struct dsa_switch ds;
68 struct irq_domain *irqdomain;
92 int (*detect)(struct realtek_priv *priv); argument