Query: unregister_chrdev_region
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNREGISTER_CHRDEV_RE(9) Char devices UNREGISTER_CHRDEV_RE(9)NAMEunregister_chrdev_region - return a range of device numbersSYNOPSISvoid unregister_chrdev_region(dev_t from, unsigned count);ARGUMENTSfrom the first in the range of numbers to unregister count the number of device numbers to unregisterDESCRIPTIONThis function will unregister a range of count device numbers, starting with from. The caller should normally be the one who allocated those numbers in the first place...COPYRIGHTKernel Hackers Manual 3.10 June 2014 UNREGISTER_CHRDEV_RE(9)
Related Man Pages |
---|
makedev(3) - freebsd |
random(9) - debian |
major(3) - freebsd |
minor(3) - freebsd |
devclass(9) - minix |
Similar Topics in the Unix Linux Community |
---|
Kernel panics : trying to write / read on tiny tty driver |