Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/char/
Dmisc.c243 device_create_with_groups(&misc_class, misc->parent, dev, in misc_register()
/linux-6.6.21/drivers/gpio/
Dgpiolib-sysfs.c623 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
759 dev = device_create_with_groups(&gpio_class, parent, MKDEV(0, 0), chip, in gpiochip_sysfs_register()
/linux-6.6.21/drivers/leds/
Dled-class.c512 led_cdev->dev = device_create_with_groups(&leds_class, parent, 0, in led_classdev_register_ext()
/linux-6.6.21/drivers/block/rnbd/
Drnbd-clt-sysfs.c655 rnbd_dev = device_create_with_groups(&rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
/linux-6.6.21/include/linux/
Ddevice.h1181 device_create_with_groups(const struct class *cls, struct device *parent, dev_t devt,
/linux-6.6.21/tools/testing/nvdimm/test/
Dndtest.c740 dimm->dev = device_create_with_groups(ndtest_dimm_class, in ndtest_dimm_register()
Dnfit.c1833 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()
/linux-6.6.21/drivers/misc/mei/
Dmain.c1238 clsdev = device_create_with_groups(&mei_class, parent, devno, in mei_register()
/linux-6.6.21/drivers/staging/greybus/
Dloopback.c1041 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/linux-6.6.21/drivers/misc/genwqe/
Dcard_dev.c1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/linux-6.6.21/drivers/tty/vt/
Dvt.c3536 tty0dev = device_create_with_groups(&tty_class, NULL, in vty_init()
4095 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver()
4250 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
/linux-6.6.21/drivers/nvme/target/
Dfcloop.c1577 fcloop_device = device_create_with_groups( in fcloop_init()
/linux-6.6.21/drivers/base/
Dcore.c4388 struct device *device_create_with_groups(const struct class *class, in device_create_with_groups() function
4403 EXPORT_SYMBOL_GPL(device_create_with_groups);
/linux-6.6.21/drivers/vdpa/vdpa_user/
Dvduse_dev.c1808 dev->dev = device_create_with_groups(vduse_class, NULL, in vduse_create_dev()
/linux-6.6.21/drivers/tty/
Dtty_io.c3634 consdev = device_create_with_groups(&tty_class, NULL, in tty_init()
/linux-6.6.21/drivers/block/
Dpktcdvd.c308 pd->dev = device_create_with_groups(&class_pktcdvd, NULL, in pkt_sysfs_dev_new()