Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/
Dmisc.c206 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
/Linux-v5.15/drivers/gpio/
Dgpiolib-sysfs.c630 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
766 dev = device_create_with_groups(&gpio_class, parent, MKDEV(0, 0), chip, in gpiochip_sysfs_register()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_sysfs.c281 device_create_with_groups(drm_class, dev->primary->kdev, 0, in drm_sysfs_connector_add()
/Linux-v5.15/drivers/leds/
Dled-class.c372 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in led_classdev_register_ext()
/Linux-v5.15/drivers/block/rnbd/
Drnbd-clt-sysfs.c652 rnbd_dev = device_create_with_groups(rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
/Linux-v5.15/include/linux/
Ddevice.h901 device_create_with_groups(struct class *cls, struct device *parent, dev_t devt,
/Linux-v5.15/drivers/misc/mei/
Dmain.c1236 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
/Linux-v5.15/tools/testing/nvdimm/test/
Dndtest.c876 dimm->dev = device_create_with_groups(ndtest_dimm_class, in ndtest_dimm_register()
Dnfit.c1835 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()
/Linux-v5.15/drivers/staging/greybus/
Dloopback.c1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/Linux-v5.15/drivers/misc/genwqe/
Dcard_dev.c1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/Linux-v5.15/drivers/tty/vt/
Dvt.c3594 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init()
4155 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver()
4309 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
/Linux-v5.15/drivers/nvme/target/
Dfcloop.c1572 fcloop_device = device_create_with_groups( in fcloop_init()
/Linux-v5.15/drivers/base/
Dcore.c4130 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function
4145 EXPORT_SYMBOL_GPL(device_create_with_groups);
/Linux-v5.15/drivers/tty/
Dtty_io.c3622 consdev = device_create_with_groups(tty_class, NULL, in tty_init()