centos man page for unregister_chrdev_region

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)

NAME
unregister_chrdev_region - return a range of device numbers
SYNOPSIS
void unregister_chrdev_region(dev_t from, unsigned count);
ARGUMENTS
from the first in the range of numbers to unregister count the number of device numbers to unregister
DESCRIPTION
This 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...
COPYRIGHT
Kernel 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