Searched refs:device_create_with_groups (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/char/ |
H A D | misc.c | 264 device_create_with_groups(&misc_class, misc->parent, dev, in misc_register()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-sysfs.c | 624 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 D | led-class.c | 521 led_cdev->dev = device_create_with_groups(&leds_class, parent, 0, in led_classdev_register_ext()
|
/openbmc/linux/drivers/block/rnbd/ |
H A D | rnbd-clt-sysfs.c | 655 rnbd_dev = device_create_with_groups(&rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
|
/openbmc/linux/include/linux/ |
H A D | device.h | 1184 device_create_with_groups(const struct class *cls, struct device *parent, dev_t devt,
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 740 dimm->dev = device_create_with_groups(ndtest_dimm_class, in ndtest_dimm_register()
|
H A D | nfit.c | 1833 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()
|
/openbmc/linux/drivers/misc/mei/ |
H A D | main.c | 1238 clsdev = device_create_with_groups(&mei_class, parent, devno, in mei_register()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | loopback.c | 1041 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_dev.c | 1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 3546 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 D | fcloop.c | 1577 fcloop_device = device_create_with_groups( in fcloop_init()
|
/openbmc/linux/drivers/base/ |
H A D | core.c | 4454 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 D | vduse_dev.c | 1814 dev->dev = device_create_with_groups(vduse_class, NULL, in vduse_create_dev()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 3634 consdev = device_create_with_groups(&tty_class, NULL, in tty_init()
|
/openbmc/linux/drivers/block/ |
H A D | pktcdvd.c | 308 pd->dev = device_create_with_groups(&class_pktcdvd, NULL, in pkt_sysfs_dev_new()
|