Lines Matching defs:mlxreg_hotplug_priv_data
54 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];
65 mlxreg_hotplug_dev_attr[MLXREG_HOTPLUG_ATTRS_MAX];
66 struct attribute_group group;
67 const struct attribute_group *groups[2];
68 u32 cell;
92 static int mlxreg_hotplug_device_create(struct mlxreg_hotplug_priv_data *priv, in mlxreg_hotplug_device_create() argument