Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/
Dmisc.c206 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
/Linux-v5.10/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.10/drivers/gpu/drm/
Ddrm_sysfs.c282 device_create_with_groups(drm_class, dev->primary->kdev, 0, in drm_sysfs_connector_add()
/Linux-v5.10/drivers/leds/
Dled-class.c372 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in led_classdev_register_ext()
/Linux-v5.10/drivers/block/rnbd/
Drnbd-clt-sysfs.c605 rnbd_dev = device_create_with_groups(rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
/Linux-v5.10/include/linux/
Ddevice.h853 device_create_with_groups(struct class *cls, struct device *parent, dev_t devt,
/Linux-v5.10/drivers/misc/mei/
Dmain.c1238 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
/Linux-v5.10/drivers/staging/greybus/
Dloopback.c1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/Linux-v5.10/drivers/misc/genwqe/
Dcard_dev.c1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/Linux-v5.10/drivers/tty/vt/
Dvt.c3562 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init()
4123 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver()
4277 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
/Linux-v5.10/drivers/nvme/target/
Dfcloop.c1494 fcloop_device = device_create_with_groups( in fcloop_init()
/Linux-v5.10/drivers/base/
Dcore.c3662 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function
3677 EXPORT_SYMBOL_GPL(device_create_with_groups);
/Linux-v5.10/drivers/tty/
Dtty_io.c3505 consdev = device_create_with_groups(tty_class, NULL, in tty_init()
/Linux-v5.10/tools/testing/nvdimm/test/
Dnfit.c1836 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()