Home
last modified time | relevance | path

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

/drivers/char/
Dmisc.c217 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
/drivers/gpio/
Dgpiolib-sysfs.c610 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
746 dev = device_create_with_groups(&gpio_class, parent, in gpiochip_sysfs_register()
/drivers/leds/
Dled-class.c197 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in led_classdev_register()
/drivers/misc/mic/cosm/
Dcosm_main.c268 cdev->sdev = device_create_with_groups(g_cosm_class, cdev->dev.parent, in cosm_driver_probe()
/drivers/gpu/drm/
Ddrm_sysfs.c270 device_create_with_groups(drm_class, dev->primary->kdev, 0, in drm_sysfs_connector_add()
/drivers/misc/mei/
Dmain.c776 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
/drivers/watchdog/
Dwatchdog_dev.c1024 dev = device_create_with_groups(&watchdog_class, wdd->parent, in watchdog_dev_register()
/drivers/base/
Dcore.c1838 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function
1853 EXPORT_SYMBOL_GPL(device_create_with_groups);
/drivers/tty/vt/
Dvt.c3084 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init()
3626 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver()
3781 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
/drivers/misc/genwqe/
Dcard_dev.c1302 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/drivers/staging/greybus/
Dloopback.c1222 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/drivers/nvme/host/
Dcore.c2008 ctrl->device = device_create_with_groups(nvme_class, ctrl->dev, in nvme_init_ctrl()
/drivers/tty/
Dtty_io.c3701 consdev = device_create_with_groups(tty_class, NULL, in tty_init()