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