Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib-sysfs.c801 desc_data->dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
1028 data->cdev_base = device_create_with_groups(&gpio_class, parent, in gpiochip_sysfs_register()
1040 data->cdev_id = device_create_with_groups(&gpio_class, parent, in gpiochip_sysfs_register()
/linux/drivers/leds/
H A Dled-class.c537 led_cdev->dev = device_create_with_groups(&leds_class, parent, 0, in led_classdev_register_ext()
/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.h1128 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/staging/greybus/
H A Dloopback.c1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/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.c3853 tty0dev = device_create_with_groups(&tty_class, NULL, in vty_init()
4377 device_create_with_groups(&vtconsole_class, NULL, in do_register_con_driver()
4526 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.c4441 struct device *device_create_with_groups(const struct class *class, in device_create_with_groups() function
4456 EXPORT_SYMBOL_GPL(device_create_with_groups);
/linux/drivers/tty/
H A Dtty_io.c3639 consdev = device_create_with_groups(&tty_class, NULL, in tty_init()
/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c2111 dev->dev = device_create_with_groups(&vduse_class, NULL, in vduse_create_dev()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c3384 fbcon_device = device_create_with_groups(fb_class, NULL, in fb_console_init()