Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance
133 struct ksz_device { struct134 struct dsa_switch *ds;135 struct ksz_platform_data *pdata;136 const struct ksz_chip_data *info;138 struct mutex dev_mutex; /* device access */139 struct mutex regmap_mutex; /* regmap access */140 struct mutex alu_mutex; /* ALU access */141 struct mutex vlan_mutex; /* vlan access */142 const struct ksz_dev_ops *dev_ops;144 struct device *dev;[all …]