Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
Dksz_common.h46 struct ksz_device { struct
47 struct dsa_switch *ds;
48 struct ksz_platform_data *pdata;
49 const char *name;
51 struct mutex dev_mutex; /* device access */
52 struct mutex regmap_mutex; /* regmap access */
53 struct mutex alu_mutex; /* ALU access */
54 struct mutex vlan_mutex; /* vlan access */
55 const struct ksz_dev_ops *dev_ops;
57 struct device *dev;
[all …]