Home
last modified time | relevance | path

Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/dsa/microchip/
H A Dksz_common.h206 struct ksz_device { struct
207 struct dsa_switch *ds;
208 struct ksz_platform_data *pdata;
209 const struct ksz_chip_data *info;
211 struct mutex dev_mutex; /* device access */
212 struct mutex regmap_mutex; /* regmap access */
213 struct mutex alu_mutex; /* ALU access */
214 struct mutex vlan_mutex; /* vlan access */
215 const struct ksz_dev_ops *dev_ops;
217 struct device *dev;
[all …]