Home
last modified time | relevance | path

Searched defs:ksz_device (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/net/dsa/microchip/
Dksz_common.h45 struct ksz_device { struct
46 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 …]