Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance
106 struct ksz_device { struct107 struct dsa_switch *ds;108 struct ksz_platform_data *pdata;109 const struct ksz_chip_data *info;111 struct mutex dev_mutex; /* device access */112 struct mutex regmap_mutex; /* regmap access */113 struct mutex alu_mutex; /* ALU access */114 struct mutex vlan_mutex; /* vlan access */115 const struct ksz_dev_ops *dev_ops;117 struct device *dev;[all …]