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