Home
last modified time | relevance | path

Searched refs:register_chrdev_region (Results 1 – 10 of 10) sorted by relevance

/linux/fs/
H A Dchar_dev.c200 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region() function
681 EXPORT_SYMBOL(register_chrdev_region);
/linux/fs/fuse/
H A Dcuse.c356 rc = register_chrdev_region(devt, 1, devinfo.name); in cuse_process_init_reply()
/linux/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c759 retval = register_chrdev_region(devt, in hwicap_module_init()
/linux/drivers/staging/vme_user/
H A Dvme_user.c546 err = register_chrdev_region(MKDEV(VME_MAJOR, 0), VME_DEVS, DRIVER_NAME); in vme_user_probe()
/linux/drivers/tty/
H A Dpty.c932 register_chrdev_region(MKDEV(TTYAUX_MAJOR, 2), 1, "/dev/ptmx") < 0) in unix98_pty_init()
/linux/drivers/hsi/clients/
H A Dhsi_char.c698 ret = register_chrdev_region(hsc_dev, HSC_DEVS, devname); in hsc_probe()
/linux/drivers/media/dvb-core/
H A Ddvbdev.c1086 retval = register_chrdev_region(dev, MAX_DVB_MINORS, "DVB"); in init_dvbdev()
/linux/drivers/comedi/
H A Dcomedi_fops.c3373 retval = register_chrdev_region(MKDEV(COMEDI_MAJOR, 0), in comedi_init()
/linux/drivers/usb/core/
H A Ddevio.c2901 retval = register_chrdev_region(USB_DEVICE_DEV, USB_DEVICE_MAX, in usb_devio_init()
/linux/drivers/scsi/
H A Dst.c4466 err = register_chrdev_region(MKDEV(SCSI_TAPE_MAJOR, 0), in init_st()