Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Dmisc.c206 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
/Linux-v5.4/drivers/gpio/
Dgpiolib-sysfs.c629 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export()
765 dev = device_create_with_groups(&gpio_class, parent, in gpiochip_sysfs_register()
/Linux-v5.4/drivers/misc/mic/cosm/
Dcosm_main.c256 cdev->sdev = device_create_with_groups(g_cosm_class, cdev->dev.parent, in cosm_driver_probe()
/Linux-v5.4/drivers/leds/
Dled-class.c273 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in led_classdev_register_ext()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_sysfs.c284 device_create_with_groups(drm_class, dev->primary->kdev, 0, in drm_sysfs_connector_add()
/Linux-v5.4/drivers/ptp/
Dptp_clock.c240 ptp->dev = device_create_with_groups(ptp_class, parent, ptp->devid, in ptp_clock_register()
/Linux-v5.4/drivers/misc/mei/
Dmain.c969 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
/Linux-v5.4/drivers/watchdog/
Dwatchdog_dev.c1111 dev = device_create_with_groups(&watchdog_class, wdd->parent, in watchdog_dev_register()
/Linux-v5.4/drivers/staging/greybus/
Dloopback.c1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
/Linux-v5.4/drivers/misc/genwqe/
Dcard_dev.c1293 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
/Linux-v5.4/drivers/base/
Dcore.c2955 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function
2970 EXPORT_SYMBOL_GPL(device_create_with_groups);
/Linux-v5.4/drivers/nvme/target/
Dfcloop.c1336 fcloop_device = device_create_with_groups( in fcloop_init()
/Linux-v5.4/drivers/tty/vt/
Dvt.c3431 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init()
3994 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver()
4148 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
/Linux-v5.4/include/linux/
Ddevice.h1580 struct device *device_create_with_groups(struct class *cls,
/Linux-v5.4/drivers/tty/
Dtty_io.c3495 consdev = device_create_with_groups(tty_class, NULL, in tty_init()
/Linux-v5.4/tools/testing/nvdimm/test/
Dnfit.c1649 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()