Searched refs:device_create_with_groups (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/char/ |
| A D | misc.c | 206 device_create_with_groups(misc_class, misc->parent, dev, in misc_register()
|
| /linux/drivers/gpio/ |
| A D | gpiolib-sysfs.c | 630 dev = device_create_with_groups(&gpio_class, &gdev->dev, in gpiod_export() 766 dev = device_create_with_groups(&gpio_class, parent, MKDEV(0, 0), chip, in gpiochip_sysfs_register()
|
| /linux/drivers/leds/ |
| A D | led-class.c | 372 led_cdev->dev = device_create_with_groups(leds_class, parent, 0, in led_classdev_register_ext()
|
| /linux/drivers/block/rnbd/ |
| A D | rnbd-clt-sysfs.c | 652 rnbd_dev = device_create_with_groups(rnbd_dev_class, NULL, in rnbd_clt_create_sysfs_files()
|
| /linux/include/linux/ |
| A D | device.h | 901 device_create_with_groups(struct class *cls, struct device *parent, dev_t devt,
|
| /linux/drivers/misc/mei/ |
| A D | main.c | 1236 clsdev = device_create_with_groups(mei_class, parent, devno, in mei_register()
|
| /linux/tools/testing/nvdimm/test/ |
| A D | ndtest.c | 876 dimm->dev = device_create_with_groups(ndtest_dimm_class, in ndtest_dimm_register()
|
| A D | nfit.c | 1835 t->dimm_dev[i] = device_create_with_groups(nfit_test_dimm, in nfit_test_dimm_init()
|
| /linux/drivers/staging/greybus/ |
| A D | loopback.c | 1042 dev = device_create_with_groups(&loopback_class, in gb_loopback_probe()
|
| /linux/drivers/misc/genwqe/ |
| A D | card_dev.c | 1283 cd->dev = device_create_with_groups(cd->class_genwqe, in genwqe_device_create()
|
| /linux/drivers/tty/vt/ |
| A D | vt.c | 3594 tty0dev = device_create_with_groups(tty_class, NULL, in vty_init() 4155 device_create_with_groups(vtconsole_class, NULL, in do_register_con_driver() 4309 device_create_with_groups(vtconsole_class, NULL, in vtconsole_class_init()
|
| /linux/drivers/nvme/target/ |
| A D | fcloop.c | 1572 fcloop_device = device_create_with_groups( in fcloop_init()
|
| /linux/drivers/base/ |
| A D | core.c | 4128 struct device *device_create_with_groups(struct class *class, in device_create_with_groups() function 4143 EXPORT_SYMBOL_GPL(device_create_with_groups);
|
| /linux/drivers/tty/ |
| A D | tty_io.c | 3622 consdev = device_create_with_groups(tty_class, NULL, in tty_init()
|
| /linux/ |
| A D | vmlinux.symvers | 12183 0x00000000 device_create_with_groups vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 30837 ffff8000107fc2f4 T device_create_with_groups
|
| A D | .tmp_System.map | 30837 ffff8000107fc2f4 T device_create_with_groups
|
Completed in 1097 milliseconds