Query: register_chrdev_region
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REGISTER_CHRDEV_REGI(9) Char devices REGISTER_CHRDEV_REGI(9)NAMEregister_chrdev_region - register a range of device numbersSYNOPSISint register_chrdev_region(dev_t from, unsigned count, const char * name);ARGUMENTSfrom the first in the desired range of device numbers; must include the major number. count the number of consecutive device numbers required name the name of the device or driver.DESCRIPTIONReturn value is zero on success, a negative error code on failure.COPYRIGHTKernel Hackers Manual 2.6. July 2010 REGISTER_CHRDEV_REGI(9)
| Related Man Pages | 
|---|
| device_create(9) - centos | 
| device_create_vargs(9) - centos | 
| device_create_with_groups(9) - centos | 
| major(3) - freebsd | 
| ddi_get_instance(9f) - php | 
| Similar Topics in the Unix Linux Community | 
|---|
| device number registration | 
| Kernel panics : trying to write / read on tiny tty driver |