Function report |
Source Code:fs\char_dev.c |
Create Date:2022-07-28 20:02:45 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:register_chrdev_region() - unregister a range of device numbers*@from: the first in the range of numbers to unregister*@count: the number of device numbers to unregister* This function will unregister a range of @count device numbers,* starting with @from
Proto:void unregister_chrdev_region(dev_t from, unsigned count)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| dev_t | from | |
| unsigned | count |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |