| /linux/fs/pstore/ |
| H A D | pmsg.c | 60 pmsg_major = register_chrdev(0, PMSG_NAME, &pmsg_fops); in pstore_register_pmsg()
|
| /linux/drivers/platform/x86/ |
| H A D | intel_scu_ipcutil.c | 135 major = register_chrdev(0, "intel_mid_scu", &scu_ipc_fops); in ipc_module_init()
|
| /linux/arch/mips/kernel/ |
| H A D | rtlx-mt.c | 85 major = register_chrdev(0, RTLX_MODULE_NAME, &rtlx_fops); in rtlx_module_init()
|
| H A D | vpe-mt.c | 352 major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); in vpe_module_init()
|
| /linux/drivers/usb/core/ |
| H A D | file.c | 78 error = register_chrdev(USB_MAJOR, "usb", &usb_fops); in usb_major_init()
|
| /linux/lib/xz/ |
| H A D | xz_dec_test.c | 188 device_major = register_chrdev(0, DEVICE_NAME, &fileops); in xz_dec_test_init()
|
| /linux/drivers/block/aoe/ |
| H A D | aoechr.c | 291 n = register_chrdev(AOE_MAJOR, "aoechr", &aoe_fops); in aoechr_init()
|
| /linux/sound/core/ |
| H A D | sound.c | 402 err = register_chrdev(major, "alsa", &snd_fops); in alsa_sound_init()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_aux_dev.c | 339 res = register_chrdev(0, "aux", &auxdev_fops); in drm_dp_aux_dev_init()
|
| /linux/sound/ |
| H A D | sound_core.c | 609 register_chrdev(SOUND_MAJOR, "sound", &soundcore_fops) < 0) { in init_oss_soundcore()
|
| /linux/fs/coda/ |
| H A D | psdev.c | 359 if (register_chrdev(CODA_PSDEV_MAJOR, "coda", &coda_psdev_fops)) { in init_coda_psdev()
|
| /linux/arch/mips/sibyte/common/ |
| H A D | sb_tbprof.c | 548 if (register_chrdev(SBPROF_TB_MAJOR, DEVNAME, &sbprof_tb_fops)) { in sbprof_tb_init()
|
| /linux/drivers/char/ |
| H A D | dsp56k.c | 505 if(register_chrdev(DSP56K_MAJOR, "dsp56k", &dsp56k_fops)) { in dsp56k_init_driver()
|
| H A D | lp.c | 1048 if (register_chrdev(LP_MAJOR, "lp", &lp_fops)) { in lp_init()
|
| H A D | virtio_console.c | 2073 portdev->chr_major = register_chrdev(0, "virtio-portsdev", in virtcons_probe()
|
| /linux/drivers/nvdimm/ |
| H A D | bus.c | 1293 rc = register_chrdev(0, "ndctl", &nvdimm_bus_fops); in nvdimm_bus_init() 1298 rc = register_chrdev(0, "dimmctl", &nvdimm_fops); in nvdimm_bus_init()
|
| /linux/fs/orangefs/ |
| H A D | devorangefs-req.c | 791 orangefs_dev_major = register_chrdev(0, in orangefs_dev_init()
|
| /linux/drivers/macintosh/ |
| H A D | adb.c | 886 if (register_chrdev(ADB_MAJOR, "adb", &adb_fops)) { in adbdev_init()
|
| /linux/drivers/spi/ |
| H A D | spidev.c | 868 status = register_chrdev(SPIDEV_MAJOR, "spi", &spidev_fops); in spidev_init()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_devintf.c | 866 rv = register_chrdev(ipmi_major, DEVICE_NAME, &ipmi_fops); in init_ipmi_devintf()
|
| /linux/drivers/scsi/ |
| H A D | ch.c | 1010 rc = register_chrdev(SCSI_CHANGER_MAJOR,"ch",&changer_fops); in init_ch_module()
|
| H A D | 3w-sas.c | 1683 if ((twl_major = register_chrdev (0, "twl", &twl_fops)) < 0) in twl_probe()
|
| /linux/drivers/firewire/ |
| H A D | core-transaction.c | 1483 fw_cdev_major = register_chrdev(0, "firewire", &fw_device_ops); in fw_core_init()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 725 esas2r_proc_major = register_chrdev(0, ESAS2R_DRVR_NAME, in esas2r_info()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | linit.c | 1559 aac_cfg_major = register_chrdev(0, "aac", &aac_cfg_fops); in aac_init_char()
|