Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/dsa/microchip/
Dksz_common.h44 struct ksz_device { struct
45 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 …]