Searched defs:dev_attr_group (Results 1 - 4 of 4) sorted by relevance

/drivers/devfreq/
H A Dgovernor_userspace.c90 static struct attribute_group dev_attr_group = { variable in typeref:struct:attribute_group
108 err = sysfs_create_group(&devfreq->dev.kobj, &dev_attr_group);
115 sysfs_remove_group(&devfreq->dev.kobj, &dev_attr_group);
/drivers/usb/usbip/
H A Dvhci_sysfs.c250 const struct attribute_group dev_attr_group = { variable in typeref:struct:attribute_group
/drivers/leds/
H A Dleds-lp55xx-common.h102 * @dev_attr_group : Device specific attributes
125 const struct attribute_group *dev_attr_group; member in struct:lp55xx_device_config
/drivers/infiniband/hw/ipath/
H A Dipath_sysfs.c1128 static struct attribute_group dev_attr_group = { variable in typeref:struct:attribute_group
1190 ret = sysfs_create_group(&dev->kobj, &dev_attr_group);
1220 sysfs_remove_group(&dev->kobj, &dev_attr_group);
1235 sysfs_remove_group(&dev->kobj, &dev_attr_group);

Completed in 102 milliseconds