Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance
156 struct ksz_device { struct157 struct dsa_switch *ds;158 struct ksz_platform_data *pdata;159 const struct ksz_chip_data *info;161 struct mutex dev_mutex; /* device access */162 struct mutex regmap_mutex; /* regmap access */163 struct mutex alu_mutex; /* ALU access */164 struct mutex vlan_mutex; /* vlan access */165 const struct ksz_dev_ops *dev_ops;167 struct device *dev;[all …]