Home
last modified time | relevance | path

Searched refs:device_create_with_groups (Results 1 – 14 of 14) sorted by relevance

/drivers/char/
Dmisc.c264 device_create_with_groups(&misc_class, misc->parent, dev, in misc_register()
/drivers/gpio/
Dgpiolib-sysfs.c633 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
776 dev = device_create_with_groups(&gpio_class, parent, MKDEV(0, 0), gdev, in gpiochip_sysfs_register()
/drivers/usb/gadget/
Dandroid_configfs_uevent.c297 dev = device_create_with_groups(&android_usb_class, opts->dev, in android_create_function_device()
/drivers/leds/
Dled-class.c524 led_cdev->dev = device_create_with_groups(&leds_class, parent, 0, in led_classdev_register_ext()
/drivers/block/rnbd/
Drnbd-clt-sysfs.c655 rnbd_dev = device_create_with_groups(&rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
/drivers/misc/mei/
Dmain.c1237 clsdev = device_create_with_groups(&mei_class, parent, devno, in mei_register()
/drivers/staging/greybus/
Dloopback.c1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/drivers/misc/genwqe/
Dcard_dev.c1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/drivers/tty/vt/
Dvt.c3730 tty0dev = device_create_with_groups(&tty_class, NULL, in vty_init()
4278 device_create_with_groups(&vtconsole_class, NULL, in do_register_con_driver()
4430 device_create_with_groups(&vtconsole_class, NULL, in vtconsole_class_init()
/drivers/nvme/target/
Dfcloop.c1587 fcloop_device = device_create_with_groups( in fcloop_init()
/drivers/base/
Dcore.c4489 struct device *device_create_with_groups(const struct class *class, in device_create_with_groups() function
4504 EXPORT_SYMBOL_GPL(device_create_with_groups);
/drivers/vdpa/vdpa_user/
Dvduse_dev.c1866 dev->dev = device_create_with_groups(&vduse_class, NULL, in vduse_create_dev()
/drivers/tty/
Dtty_io.c3657 consdev = device_create_with_groups(&tty_class, NULL, in tty_init()
/drivers/block/
Dpktcdvd.c308 pd->dev = device_create_with_groups(&class_pktcdvd, NULL, in pkt_sysfs_dev_new()