Lines Matching defs:realtek_priv
49 struct realtek_priv { struct
50 struct device *dev;
51 struct gpio_desc *reset;
52 struct gpio_desc *mdc;
53 struct gpio_desc *mdio;
54 struct regmap *map;
55 struct regmap *map_nolock;
56 struct mutex map_lock;
57 struct mii_bus *slave_mii_bus;
58 struct mii_bus *bus;
59 int mdio_addr;
61 unsigned int clk_delay;
62 u8 cmd_read;
63 u8 cmd_write;
64 spinlock_t lock; /* Locks around command writes */
65 struct dsa_switch *ds;
66 struct irq_domain *irqdomain;
67 bool leds_disabled;
91 int (*detect)(struct realtek_priv *priv); argument