Lines Matching defs:group
45 * @group: sysfs attribute group;
46 * @groups: list of sysfs attribute group for hwmon registration;
65 struct attribute_group group;
268 * Read group capability register to get actual number
269 * of interrupt capable components and set group mask
328 priv->group.attrs = devm_kcalloc(&priv->pdev->dev,
332 if (!priv->group.attrs)
335 priv->group.attrs = priv->mlxreg_hotplug_attr;
336 priv->groups[0] = &priv->group;
608 /* Clear group presense event. */
633 /* Set group initial status as mask and unmask group event. */
693 /* Mask group presense event. */
696 /* Clear group presense event. */
700 /* Remove all the attached devices in group. */