Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance
206 struct ksz_device { struct207 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 …]