Symbol: device_create_with_groups
drivers/base/core.c
4458
EXPORT_SYMBOL_GPL(device_create_with_groups);
drivers/block/rnbd/rnbd-clt-sysfs.c
663
rnbd_dev = device_create_with_groups(&rnbd_dev_class, NULL,
drivers/char/misc.c
254
device_create_with_groups(&misc_class, misc->parent, dev,
drivers/gpio/gpiolib-sysfs.c
1028
data->cdev_base = device_create_with_groups(&gpio_class, parent,
drivers/gpio/gpiolib-sysfs.c
1040
data->cdev_id = device_create_with_groups(&gpio_class, parent,
drivers/gpio/gpiolib-sysfs.c
801
desc_data->dev = device_create_with_groups(&gpio_class, &gdev->dev,
drivers/leds/led-class.c
537
led_cdev->dev = device_create_with_groups(&leds_class, parent, 0,
drivers/misc/genwqe/card_dev.c
1283
cd->dev = device_create_with_groups(cd->class_genwqe,
drivers/nvme/target/fcloop.c
1716
fcloop_device = device_create_with_groups(
drivers/staging/greybus/loopback.c
1042
dev = device_create_with_groups(&loopback_class,
drivers/tty/tty_io.c
3639
consdev = device_create_with_groups(&tty_class, NULL,
drivers/tty/vt/vt.c
3879
tty0dev = device_create_with_groups(&tty_class, NULL,
drivers/tty/vt/vt.c
4403
device_create_with_groups(&vtconsole_class, NULL,
drivers/tty/vt/vt.c
4552
device_create_with_groups(&vtconsole_class, NULL,
drivers/vdpa/vdpa_user/vduse_dev.c
2111
dev->dev = device_create_with_groups(&vduse_class, NULL,
drivers/video/fbdev/core/fbcon.c
3384
fbcon_device = device_create_with_groups(fb_class, NULL,
drivers/video/fbdev/core/fbsysfs.c
460
fb_info->dev = device_create_with_groups(fb_class, fb_info->device, devt, fb_info,
include/linux/device.h
1182
device_create_with_groups(const struct class *cls, struct device *parent, dev_t devt,
tools/testing/nvdimm/test/ndtest.c
746
dimm->dev = device_create_with_groups(&ndtest_dimm_class,
tools/testing/nvdimm/test/nfit.c
1840
t->dimm_dev[i] = device_create_with_groups(&nfit_test_dimm,