sysfs_groups      267 drivers/leds/led-class-flash.c 	const struct attribute_group **flash_groups = fled_cdev->sysfs_groups;
sysfs_groups     1860 drivers/media/rc/rc-main.c 	dev->dev.groups = dev->sysfs_groups;
sysfs_groups     1862 drivers/media/rc/rc-main.c 		dev->sysfs_groups[attr++] = &rc_dev_ro_protocol_attr_grp;
sysfs_groups     1864 drivers/media/rc/rc-main.c 		dev->sysfs_groups[attr++] = &rc_dev_rw_protocol_attr_grp;
sysfs_groups     1866 drivers/media/rc/rc-main.c 		dev->sysfs_groups[attr++] = &rc_dev_filter_attr_grp;
sysfs_groups     1868 drivers/media/rc/rc-main.c 		dev->sysfs_groups[attr++] = &rc_dev_wakeup_filter_attr_grp;
sysfs_groups     1869 drivers/media/rc/rc-main.c 	dev->sysfs_groups[attr++] = NULL;
sysfs_groups      194 drivers/net/arcnet/com20020-pci.c 		dev->sysfs_groups[0] = &com20020_state_group;
sysfs_groups      814 drivers/net/bonding/bond_sysfs.c 	bond->dev->sysfs_groups[0] = &bonding_group;
sysfs_groups     1338 drivers/net/can/at91_can.c 		dev->sysfs_groups[0] = &at91_sysfs_attr_group;
sysfs_groups     1597 drivers/net/can/grcan.c 	dev->sysfs_groups[0] = &sysfs_grcan_group;
sysfs_groups     1919 drivers/net/can/janz-ican3.c 	ndev->sysfs_groups[0] = &ican3_sysfs_attr_group;
sysfs_groups     2805 drivers/net/tun.c 		dev->sysfs_groups[0] = &tun_attr_group;
sysfs_groups      942 drivers/net/usb/cdc_ncm.c 	dev->net->sysfs_groups[0] = &cdc_ncm_sysfs_attr_group;
sysfs_groups      817 drivers/net/usb/qmi_wwan.c 	dev->net->sysfs_groups[0] = &qmi_wwan_sysfs_attr_group;
sysfs_groups     1372 drivers/net/xen-netfront.c 	info->netdev->sysfs_groups[0] = &xennet_dev_group;
sysfs_groups     1387 drivers/power/supply/charger-manager.c 		desc->sysfs_groups[i] = &charger->attr_grp;
sysfs_groups     1554 drivers/power/supply/charger-manager.c 		desc->sysfs_groups = devm_kcalloc(dev,
sysfs_groups     1556 drivers/power/supply/charger-manager.c 					sizeof(*desc->sysfs_groups),
sysfs_groups     1558 drivers/power/supply/charger-manager.c 		if (!desc->sysfs_groups)
sysfs_groups     1770 drivers/power/supply/charger-manager.c 	psy_cfg.attr_grp = desc->sysfs_groups;
sysfs_groups       79 include/linux/led-class-flash.h 	const struct attribute_group *sysfs_groups[LED_FLASH_SYSFS_GROUPS_SIZE];
sysfs_groups     2037 include/linux/netdevice.h 	const struct attribute_group *sysfs_groups[4];
sysfs_groups      187 include/linux/power/charger-manager.h 	const struct attribute_group **sysfs_groups;
sysfs_groups      165 include/media/rc-core.h 	const struct attribute_group	*sysfs_groups[5];
sysfs_groups     1728 net/core/net-sysfs.c 	const struct attribute_group **groups = ndev->sysfs_groups;