1REGISTER_CHRDEV_REGI(9)          Char devices          REGISTER_CHRDEV_REGI(9)
2
3
4

NAME

6       register_chrdev_region - register a range of device numbers
7

SYNOPSIS

9       int register_chrdev_region(dev_t from, unsigned count,
10                                  const char * name);
11

ARGUMENTS

13       from
14           the first in the desired range of device numbers; must include the
15           major number.
16
17       count
18           the number of consecutive device numbers required
19
20       name
21           the name of the device or driver.
22

DESCRIPTION

24       Return value is zero on success, a negative error code on failure.
25
27Kernel Hackers Manual 3.10         June 2019           REGISTER_CHRDEV_REGI(9)
Impressum