| /OK3568_Linux_fs/kernel/drivers/dca/ |
| H A D | dca-sysfs.c | 25 cd = device_create(dca_class, dca->cd, MKDEV(0, slot + 1), NULL, in dca_sysfs_add_req() 52 cd = device_create(dca_class, dev, MKDEV(0, 0), NULL, "dca%d", dca->id); in dca_sysfs_add_provider()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vc_screen.c | 786 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL, in vcs_make_sysfs() 788 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL, in vcs_make_sysfs() 790 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL, in vcs_make_sysfs() 809 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs"); in vcs_init() 810 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 64), NULL, "vcsu"); in vcs_init() 811 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa"); in vcs_init()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | device.c | 83 device = device_create(user_class, NULL, dev, NULL, "%s", name); in hfi1_cdev_init() 85 device = device_create(class, NULL, dev, NULL, "%s", name); in hfi1_cdev_init()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | raw.c | 183 device_create(raw_class, NULL, raw, NULL, "raw%d", number); in bind_set() 341 device_create(raw_class, NULL, MKDEV(RAW_MAJOR, 0), NULL, "rawctl"); in raw_init()
|
| H A D | bsr.c | 247 cur->bsr_device = device_create(bsr_class, NULL, cur->bsr_dev, in bsr_add_node()
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | pmsg.c | 73 pmsg_device = device_create(pmsg_class, NULL, MKDEV(pmsg_major, 0), in pstore_register_pmsg()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | rtlx-cmp.c | 77 dev = device_create(mt_class, NULL, MKDEV(major, i), NULL, in rtlx_module_init()
|
| H A D | rtlx-mt.c | 98 dev = device_create(mt_class, NULL, MKDEV(major, i), NULL, in rtlx_module_init()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | tape_class.c | 77 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
|
| H A D | fs3270.c | 531 device_create(class3270, NULL, MKDEV(IBM_FS3270_MAJOR, minor), in fs3270_create_cb() 558 device_create(class3270, NULL, MKDEV(IBM_FS3270_MAJOR, 0), in fs3270_init()
|
| H A D | hmcdrv_dev.c | 325 dev = device_create(hmcdrv_dev_class, NULL, hmcdrv_dev_no, NULL, in hmcdrv_dev_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | cpuid.c | 132 dev = device_create(cpuid_class, NULL, MKDEV(CPUID_MAJOR, cpu), NULL, in cpuid_device_create()
|
| H A D | msr.c | 244 dev = device_create(msr_class, NULL, MKDEV(MSR_MAJOR, cpu), NULL, in msr_device_create()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | file.c | 203 intf->usb_dev = device_create(usb_class->class, &intf->dev, in usb_register_dev()
|
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | rnbd-srv-sysfs.c | 187 rnbd_dev = device_create(rnbd_dev_class, NULL, in rnbd_srv_create_sysfs_files()
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | vibrator.c | 162 dev = device_create(&vibrator_class, &bundle->dev, in gb_vibrator_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | macvtap.c | 177 classdev = device_create(&macvtap_class, &dev->dev, devt, in macvtap_device_event()
|
| /OK3568_Linux_fs/kernel/drivers/net/ipvlan/ |
| H A D | ipvtap.c | 164 classdev = device_create(&ipvtap_class, &dev->dev, devt, in ipvtap_device_event()
|
| /OK3568_Linux_fs/kernel/drivers/staging/kpc2000/kpc_dma/ |
| H A D | kpc_dma_driver.c | 141 ldev->kpc_dma_dev = device_create(kpc_dma_class, &pldev->dev, dev, ldev, "kpc_dma%d", pldev->id); in kpc_dma_probe()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | vas-api.c | 244 coproc_device.device = device_create(coproc_device.class, NULL, in vas_register_coproc_api()
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoechr.c | 303 device_create(aoe_class, NULL, in aoechr_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_kernel_linux.c | 195 ump_global_mdev = device_create(ump_device.ump_class, NULL, dev, NULL, ump_dev_name); in ump_kernel_device_initialize()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_dp_aux_dev.c | 306 aux_dev->dev = device_create(drm_dp_aux_dev_class, aux->dev, in drm_dp_aux_register_devnode()
|
| /OK3568_Linux_fs/kernel/sound/ |
| H A D | sound_core.c | 283 device_create(sound_class, dev, MKDEV(SOUND_MAJOR, s->unit_minor), in sound_insert_unit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wb_regon_coordinator.c | 303 wbrc_data->wbrc_bt_dev_device = device_create( in wbrc_init()
|