Home
last modified time | relevance | path

Searched refs:device_create (Results 1 - 25 of 196) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/dca/
H A Ddca-sysfs.c25 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()
/kernel/linux/linux-6.6/drivers/dca/
H A Ddca-sysfs.c25 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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddevice.c83 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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddevice.c61 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()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvc_screen.c793 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL, in vcs_make_sysfs()
795 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL, in vcs_make_sysfs()
797 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL, in vcs_make_sysfs()
816 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs"); in vcs_init()
817 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 64), NULL, "vcsu"); in vcs_init()
818 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa"); in vcs_init()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvc_screen.c793 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL, in vcs_make_sysfs()
795 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 65), NULL, in vcs_make_sysfs()
797 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL, in vcs_make_sysfs()
816 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs"); in vcs_init()
817 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 64), NULL, "vcsu"); in vcs_init()
818 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa"); in vcs_init()
/kernel/linux/linux-5.10/fs/pstore/
H A Dpmsg.c73 pmsg_device = device_create(pmsg_class, NULL, MKDEV(pmsg_major, 0), in pstore_register_pmsg()
/kernel/linux/linux-6.6/fs/pstore/
H A Dpmsg.c73 pmsg_device = device_create(pmsg_class, NULL, MKDEV(pmsg_major, 0), in pstore_register_pmsg()
/kernel/linux/linux-5.10/drivers/char/
H A Draw.c183 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()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Drtlx-mt.c98 dev = device_create(mt_class, NULL, MKDEV(major, i), NULL, in rtlx_module_init()
H A Drtlx-cmp.c77 dev = device_create(mt_class, NULL, MKDEV(major, i), NULL, in rtlx_module_init()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Drtlx-mt.c98 dev = device_create(mt_class, NULL, MKDEV(major, i), NULL, in rtlx_module_init()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_class.c77 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
H A Dfs3270.c531 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()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_class.c77 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
H A Dfs3270.c524 device_create(class3270, NULL, MKDEV(IBM_FS3270_MAJOR, minor), in fs3270_create_cb()
549 device_create(class3270, NULL, MKDEV(IBM_FS3270_MAJOR, 0), in fs3270_init()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dfile.c150 intf->usb_dev = device_create(&usbmisc_class, &intf->dev, in usb_register_dev()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dcpuid.c132 dev = device_create(cpuid_class, NULL, MKDEV(CPUID_MAJOR, cpu), NULL, in cpuid_device_create()
H A Dmsr.c244 dev = device_create(msr_class, NULL, MKDEV(MSR_MAJOR, cpu), NULL, in msr_device_create()
/kernel/linux/linux-5.10/drivers/block/rnbd/
H A Drnbd-srv-sysfs.c187 rnbd_dev = device_create(rnbd_dev_class, NULL, in rnbd_srv_create_sysfs_files()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dfile.c203 intf->usb_dev = device_create(usb_class->class, &intf->dev, in usb_register_dev()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcpuid.c140 dev = device_create(&cpuid_class, NULL, MKDEV(CPUID_MAJOR, cpu), NULL, in cpuid_device_create()
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-heap.c252 dev_ret = device_create(dma_heap_class, in dma_heap_add()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dvas-api.c244 coproc_device.device = device_create(coproc_device.class, NULL, in vas_register_coproc_api()
/kernel/linux/linux-5.10/drivers/net/
H A Dmacvtap.c177 classdev = device_create(&macvtap_class, &dev->dev, devt, in macvtap_device_event()

Completed in 13 milliseconds

12345678