Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Dmisc.c206 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
/Linux-v4.19/drivers/gpio/
Dgpiolib-sysfs.c634 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
770 dev = device_create_with_groups(&gpio_class, parent, in gpiochip_sysfs_register()
/Linux-v4.19/drivers/misc/mic/cosm/
Dcosm_main.c268 cdev->sdev = device_create_with_groups(g_cosm_class, cdev->dev.parent, in cosm_driver_probe()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_sysfs.c275 device_create_with_groups(drm_class, dev->primary->kdev, 0, in drm_sysfs_connector_add()
/Linux-v4.19/drivers/leds/
Dled-class.c265 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in of_led_classdev_register()
/Linux-v4.19/drivers/ptp/
Dptp_clock.c253 ptp->dev = device_create_with_groups(ptp_class, parent, ptp->devid, in ptp_clock_register()
/Linux-v4.19/drivers/misc/mei/
Dmain.c932 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
/Linux-v4.19/drivers/watchdog/
Dwatchdog_dev.c1084 dev = device_create_with_groups(&watchdog_class, wdd->parent, in watchdog_dev_register()
/Linux-v4.19/drivers/base/
Dcore.c2632 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function
2647 EXPORT_SYMBOL_GPL(device_create_with_groups);
/Linux-v4.19/drivers/nvme/target/
Dfcloop.c1309 fcloop_device = device_create_with_groups( in fcloop_init()
/Linux-v4.19/drivers/staging/greybus/
Dloopback.c1099 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/Linux-v4.19/drivers/misc/genwqe/
Dcard_dev.c1298 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/Linux-v4.19/drivers/tty/vt/
Dvt.c3415 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init()
3958 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver()
4112 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
/Linux-v4.19/include/linux/
Ddevice.h1258 struct device *device_create_with_groups(struct class *cls,
/Linux-v4.19/drivers/tty/
Dtty_io.c3337 consdev = device_create_with_groups(tty_class, NULL, in tty_init()
/Linux-v4.19/tools/testing/nvdimm/test/
Dnfit.c1337 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()