Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance
141 struct ksz_device { struct142 struct dsa_switch *ds;143 struct ksz_platform_data *pdata;144 const struct ksz_chip_data *info;146 struct mutex dev_mutex; /* device access */147 struct mutex regmap_mutex; /* regmap access */148 struct mutex alu_mutex; /* ALU access */149 struct mutex vlan_mutex; /* vlan access */150 const struct ksz_dev_ops *dev_ops;152 struct device *dev;[all …]