Home
last modified time | relevance | path

Searched refs:device_create_with_groups (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/char/
H A Dmisc.c206 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
/kernel/linux/linux-6.6/drivers/char/
H A Dmisc.c243 device_create_with_groups(&misc_class, misc->parent, dev, in misc_register()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-sysfs.c641 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
777 dev = device_create_with_groups(&gpio_class, parent, MKDEV(0, 0), chip, in gpiochip_sysfs_register()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-sysfs.c623 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
759 dev = device_create_with_groups(&gpio_class, parent, MKDEV(0, 0), chip, in gpiochip_sysfs_register()
/kernel/linux/linux-5.10/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c618 rnbd_dev = device_create_with_groups(rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
/kernel/linux/linux-5.10/drivers/leds/
H A Dled-class.c372 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in led_classdev_register_ext()
/kernel/linux/linux-6.6/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c655 rnbd_dev = device_create_with_groups(&rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
/kernel/linux/linux-6.6/drivers/leds/
H A Dled-class.c512 led_cdev->dev = device_create_with_groups(&leds_class, parent, 0, in led_classdev_register_ext()
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dmain.c1238 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
/kernel/linux/linux-5.10/include/linux/
H A Ddevice.h903 device_create_with_groups(struct class *cls, struct device *parent, dev_t devt,
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dmain.c1238 clsdev = device_create_with_groups(&mei_class, parent, devno, in mei_register()
/kernel/linux/linux-6.6/include/linux/
H A Ddevice.h1181 device_create_with_groups(const struct class *cls, struct device *parent, dev_t devt,
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/
H A Dndtest.c740 dimm->dev = device_create_with_groups(ndtest_dimm_class, in ndtest_dimm_register()
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_dev.c1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dfcloop.c1500 fcloop_device = device_create_with_groups( in fcloop_init()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dloopback.c1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/kernel/linux/linux-6.6/drivers/misc/genwqe/
H A Dcard_dev.c1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dloopback.c1041 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfcloop.c1577 fcloop_device = device_create_with_groups( in fcloop_init()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c3603 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init()
4164 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver()
4318 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c3536 tty0dev = device_create_with_groups(&tty_class, NULL, in vty_init()
4095 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver()
4250 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c3699 * device_create_with_groups - creates a device and registers it with sysfs
3725 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function
3740 EXPORT_SYMBOL_GPL(device_create_with_groups); variable
/kernel/linux/linux-6.6/drivers/base/
H A Dcore.c4365 * device_create_with_groups - creates a device and registers it with sysfs
4388 struct device *device_create_with_groups(const struct class *class, in device_create_with_groups() function
4403 EXPORT_SYMBOL_GPL(device_create_with_groups); variable
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1808 dev->dev = device_create_with_groups(vduse_class, NULL, in vduse_create_dev()
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c3597 consdev = device_create_with_groups(tty_class, NULL, in tty_init()

Completed in 51 milliseconds

12