Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance
46 struct ksz_device { struct47 struct dsa_switch *ds;48 struct ksz_platform_data *pdata;49 const char *name;51 struct mutex dev_mutex; /* device access */52 struct mutex regmap_mutex; /* regmap access */53 struct mutex alu_mutex; /* ALU access */54 struct mutex vlan_mutex; /* vlan access */55 const struct ksz_dev_ops *dev_ops;57 struct device *dev;[all …]