Home
last modified time | relevance | path

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

/linux/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c663 rnbd_dev = device_create_with_groups(&rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
/linux/include/linux/
H A Ddevice.h1274 device_create_with_groups(const struct class *cls, struct device *parent, dev_t devt,
/linux/tools/testing/nvdimm/test/
H A Dndtest.c746 dimm->dev = device_create_with_groups(&ndtest_dimm_class, in ndtest_dimm_register()
H A Dnfit.c1840 t->dimm_dev[i] = device_create_with_groups(&nfit_test_dimm, in nfit_test_dimm_init()
/linux/drivers/misc/genwqe/
H A Dcard_dev.c1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/linux/drivers/tty/vt/
H A Dvt.c3955 tty0dev = device_create_with_groups(&tty_class, NULL, in vty_init()
4479 device_create_with_groups(&vtconsole_class, NULL, in do_register_con_driver()
4628 device_create_with_groups(&vtconsole_class, NULL, in vtconsole_class_init()
/linux/drivers/nvme/target/
H A Dfcloop.c1716 fcloop_device = device_create_with_groups( in fcloop_init()
/linux/drivers/base/
H A Dcore.c4458 struct device *device_create_with_groups(const struct class *class, in device_create_with_groups() function
4473 EXPORT_SYMBOL_GPL(device_create_with_groups);
/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c2111 dev->dev = device_create_with_groups(&vduse_class, NULL, in vduse_create_dev()