Searched refs:device_create_with_groups (Results 1 – 16 of 16) sorted by relevance
| /Linux-v4.19/drivers/char/ |
| D | misc.c | 206 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
|
| /Linux-v4.19/drivers/gpio/ |
| D | gpiolib-sysfs.c | 634 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export() 770 dev = device_create_with_groups(&gpio_class, parent, in gpiochip_sysfs_register()
|
| /Linux-v4.19/drivers/misc/mic/cosm/ |
| D | cosm_main.c | 268 cdev->sdev = device_create_with_groups(g_cosm_class, cdev->dev.parent, in cosm_driver_probe()
|
| /Linux-v4.19/drivers/gpu/drm/ |
| D | drm_sysfs.c | 275 device_create_with_groups(drm_class, dev->primary->kdev, 0, in drm_sysfs_connector_add()
|
| /Linux-v4.19/drivers/leds/ |
| D | led-class.c | 265 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in of_led_classdev_register()
|
| /Linux-v4.19/drivers/ptp/ |
| D | ptp_clock.c | 253 ptp->dev = device_create_with_groups(ptp_class, parent, ptp->devid, in ptp_clock_register()
|
| /Linux-v4.19/drivers/misc/mei/ |
| D | main.c | 932 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
|
| /Linux-v4.19/drivers/watchdog/ |
| D | watchdog_dev.c | 1084 dev = device_create_with_groups(&watchdog_class, wdd->parent, in watchdog_dev_register()
|
| /Linux-v4.19/drivers/base/ |
| D | core.c | 2632 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function 2647 EXPORT_SYMBOL_GPL(device_create_with_groups);
|
| /Linux-v4.19/drivers/nvme/target/ |
| D | fcloop.c | 1309 fcloop_device = device_create_with_groups( in fcloop_init()
|
| /Linux-v4.19/drivers/staging/greybus/ |
| D | loopback.c | 1099 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
|
| /Linux-v4.19/drivers/misc/genwqe/ |
| D | card_dev.c | 1298 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
|
| /Linux-v4.19/drivers/tty/vt/ |
| D | vt.c | 3415 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init() 3958 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver() 4112 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
|
| /Linux-v4.19/include/linux/ |
| D | device.h | 1258 struct device *device_create_with_groups(struct class *cls,
|
| /Linux-v4.19/drivers/tty/ |
| D | tty_io.c | 3337 consdev = device_create_with_groups(tty_class, NULL, in tty_init()
|
| /Linux-v4.19/tools/testing/nvdimm/test/ |
| D | nfit.c | 1337 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()
|