Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance
160 struct ksz_device { struct161 struct dsa_switch *ds;162 struct ksz_platform_data *pdata;163 const struct ksz_chip_data *info;165 struct mutex dev_mutex; /* device access */166 struct mutex regmap_mutex; /* regmap access */167 struct mutex alu_mutex; /* ALU access */168 struct mutex vlan_mutex; /* vlan access */169 const struct ksz_dev_ops *dev_ops;171 struct device *dev;[all …]