Searched refs:device_create_with_groups (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpiolib-sysfs.c | 801 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 D | led-class.c | 537 led_cdev->dev = device_create_with_groups(&leds_class, parent, 0, in led_classdev_register_ext()
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt-sysfs.c | 663 rnbd_dev = device_create_with_groups(&rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
|
| /linux/include/linux/ |
| H A D | device.h | 1128 device_create_with_groups(const struct class *cls, struct device *parent, dev_t devt,
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 746 dimm->dev = device_create_with_groups(&ndtest_dimm_class, in ndtest_dimm_register()
|
| H A D | nfit.c | 1840 t->dimm_dev[i] = device_create_with_groups(&nfit_test_dimm, in nfit_test_dimm_init()
|
| /linux/drivers/staging/greybus/ |
| H A D | loopback.c | 1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_dev.c | 1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 3853 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 D | fcloop.c | 1716 fcloop_device = device_create_with_groups( in fcloop_init()
|
| /linux/drivers/base/ |
| H A D | core.c | 4441 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 D | tty_io.c | 3639 consdev = device_create_with_groups(&tty_class, NULL, in tty_init()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 2111 dev->dev = device_create_with_groups(&vduse_class, NULL, in vduse_create_dev()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 3384 fbcon_device = device_create_with_groups(fb_class, NULL, in fb_console_init()
|