Searched refs:device_create_with_groups (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.1/drivers/char/ |
D | misc.c | 208 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
|
/Linux-v6.1/drivers/gpio/ |
D | gpiolib-sysfs.c | 610 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export() 746 dev = device_create_with_groups(&gpio_class, parent, MKDEV(0, 0), chip, in gpiochip_sysfs_register()
|
/Linux-v6.1/drivers/leds/ |
D | led-class.c | 372 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in led_classdev_register_ext()
|
/Linux-v6.1/drivers/block/rnbd/ |
D | rnbd-clt-sysfs.c | 653 rnbd_dev = device_create_with_groups(rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
|
/Linux-v6.1/include/linux/ |
D | device.h | 1021 device_create_with_groups(struct class *cls, struct device *parent, dev_t devt,
|
/Linux-v6.1/tools/testing/nvdimm/test/ |
D | ndtest.c | 740 dimm->dev = device_create_with_groups(ndtest_dimm_class, in ndtest_dimm_register()
|
D | nfit.c | 1833 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()
|
/Linux-v6.1/drivers/misc/mei/ |
D | main.c | 1236 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
|
/Linux-v6.1/drivers/staging/greybus/ |
D | loopback.c | 1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
|
/Linux-v6.1/drivers/misc/genwqe/ |
D | card_dev.c | 1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
|
/Linux-v6.1/drivers/tty/vt/ |
D | vt.c | 3593 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init() 4154 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver() 4308 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
|
/Linux-v6.1/drivers/nvme/target/ |
D | fcloop.c | 1572 fcloop_device = device_create_with_groups( in fcloop_init()
|
/Linux-v6.1/drivers/base/ |
D | core.c | 4270 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function 4285 EXPORT_SYMBOL_GPL(device_create_with_groups);
|
/Linux-v6.1/drivers/vdpa/vdpa_user/ |
D | vduse_dev.c | 1533 dev->dev = device_create_with_groups(vduse_class, NULL, in vduse_create_dev()
|
/Linux-v6.1/drivers/tty/ |
D | tty_io.c | 3592 consdev = device_create_with_groups(tty_class, NULL, in tty_init()
|
/Linux-v6.1/drivers/block/ |
D | pktcdvd.c | 319 pd->dev = device_create_with_groups(class_pktcdvd, NULL, in pkt_sysfs_dev_new()
|