Home
last modified time | relevance | path

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

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