| /linux/drivers/dca/ ! |
| H A D | dca-sysfs.c | 27 cd = device_create(&dca_class, dca->cd, MKDEV(0, slot + 1), NULL, in dca_sysfs_add_req() 54 cd = device_create(&dca_class, dev, MKDEV(0, 0), NULL, "dca%d", dca->id); in dca_sysfs_add_provider()
|
| /linux/drivers/tty/vt/ ! |
| H A D | vc_screen.c | 779 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL, "vcs%u", index + 1); in vcs_make_sysfs() 780 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL, "vcsu%u", index + 1); in vcs_make_sysfs() 781 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL, "vcsa%u", index + 1); in vcs_make_sysfs() 800 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs"); in vcs_init() 801 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, 64), NULL, "vcsu"); in vcs_init() 802 device_create(&vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa"); in vcs_init()
|
| /linux/drivers/infiniband/hw/hfi1/ ! |
| H A D | device.c | 61 device = device_create(&user_class, NULL, dev, NULL, "%s", name); in hfi1_cdev_init() 63 device = device_create(&class, NULL, dev, NULL, "%s", name); in hfi1_cdev_init()
|
| /linux/fs/pstore/ ! |
| H A D | pmsg.c | 73 pmsg_device = device_create(pmsg_class, NULL, MKDEV(pmsg_major, 0), in pstore_register_pmsg()
|
| /linux/drivers/s390/char/ ! |
| H A D | tape_class.c | 72 tcd->class_device = device_create(&tape_class, device, in register_tape_dev()
|
| H A D | fs3270.c | 518 device_create(&class3270, NULL, MKDEV(IBM_FS3270_MAJOR, minor), in fs3270_create_cb() 543 device_create(&class3270, NULL, MKDEV(IBM_FS3270_MAJOR, 0), in fs3270_init()
|
| H A D | hmcdrv_dev.c | 314 dev = device_create(hmcdrv_dev_class, NULL, hmcdrv_dev_no, NULL, in hmcdrv_dev_init()
|
| /linux/arch/mips/kernel/ ! |
| H A D | rtlx-mt.c | 98 dev = device_create(&mt_class, NULL, MKDEV(major, i), NULL, in rtlx_module_init()
|
| /linux/drivers/usb/core/ ! |
| H A D | file.c | 150 intf->usb_dev = device_create(&usbmisc_class, &intf->dev, in usb_register_dev()
|
| /linux/arch/x86/kernel/ ! |
| H A D | cpuid.c | 140 dev = device_create(&cpuid_class, NULL, MKDEV(CPUID_MAJOR, cpu), NULL, in cpuid_device_create()
|
| H A D | msr.c | 251 dev = device_create(&msr_class, NULL, MKDEV(MSR_MAJOR, cpu), NULL, in msr_device_create()
|
| /linux/drivers/staging/greybus/ ! |
| H A D | vibrator.c | 161 dev = device_create(&vibrator_class, &bundle->dev, in gb_vibrator_probe()
|
| H A D | raw.c | 201 raw->device = device_create(&raw_class, &connection->bundle->dev, in gb_raw_probe()
|
| /linux/drivers/net/ipvlan/ ! |
| H A D | ipvtap.c | 163 classdev = device_create(&ipvtap_class, &dev->dev, devt, in ipvtap_device_event()
|
| /linux/drivers/block/rnbd/ ! |
| H A D | rnbd-srv-sysfs.c | 222 rnbd_dev = device_create(&rnbd_dev_class, NULL, in rnbd_srv_create_sysfs_files()
|
| /linux/drivers/net/ ! |
| H A D | macvtap.c | 176 classdev = device_create(&macvtap_class, &dev->dev, devt, in macvtap_device_event()
|
| /linux/drivers/char/xillybus/ ! |
| H A D | xillybus_class.c | 126 device = device_create(&xillybus_class, in xillybus_init_chrdev()
|
| /linux/drivers/block/aoe/ ! |
| H A D | aoechr.c | 305 device_create(&aoe_class, NULL, in aoechr_init()
|
| /linux/drivers/pps/generators/ ! |
| H A D | pps_gen.c | 186 pps_gen->dev = device_create(pps_gen_class, pps_gen->info->parent, devt, in pps_gen_register_cdev()
|
| /linux/drivers/dma-buf/ ! |
| H A D | dma-heap.c | 275 dev_ret = device_create(dma_heap_class, in dma_heap_add()
|
| /linux/drivers/char/ ! |
| H A D | bsr.c | 249 cur->bsr_device = device_create(&bsr_class, NULL, cur->bsr_dev, in bsr_add_node()
|
| /linux/drivers/gpu/drm/display/ ! |
| H A D | drm_dp_aux_dev.c | 312 aux_dev->dev = device_create(drm_dp_aux_dev_class, aux->dev, in drm_dp_aux_register_devnode()
|
| /linux/sound/ ! |
| H A D | sound_core.c | 280 device_create(&sound_class, dev, MKDEV(SOUND_MAJOR, s->unit_minor), in sound_insert_unit()
|
| /linux/drivers/crypto/intel/qat/qat_common/ ! |
| H A D | adf_ctl_drv.c | 75 drv_device = device_create(&adf_ctl_class, NULL, in adf_chr_drv_create()
|
| /linux/fs/coda/ ! |
| H A D | psdev.c | 371 device_create(coda_psdev_class, NULL, in init_coda_psdev()
|