Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/mellanox/
Dmlxreg-hotplug.c54 struct mlxreg_hotplug_priv_data { struct
55 int irq;
56 struct device *dev;
57 struct platform_device *pdev;
58 struct mlxreg_hotplug_platform_data *plat;
59 struct regmap *regmap;
60 struct delayed_work dwork_irq;
61 spinlock_t lock; /* sync with interrupt */
62 struct device *hwmon;
63 struct attribute *mlxreg_hotplug_attr[MLXREG_HOTPLUG_ATTRS_MAX + 1];
[all …]
/kernel/linux/linux-6.6/drivers/platform/mellanox/
Dmlxreg-hotplug.c53 struct mlxreg_hotplug_priv_data { struct
54 int irq;
55 struct device *dev;
56 struct platform_device *pdev;
57 struct mlxreg_hotplug_platform_data *plat;
58 struct regmap *regmap;
59 struct delayed_work dwork_irq;
60 spinlock_t lock; /* sync with interrupt */
61 struct device *hwmon;
62 struct attribute *mlxreg_hotplug_attr[MLXREG_HOTPLUG_ATTRS_MAX + 1];
[all …]