Function report |
Source Code:fs\char_dev.c |
Create Date:2022-07-28 20:02:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dev_init() - initialize a cdev structure*@cdev: the structure to initialize*@fops: the file_operations for this device* Initializes @cdev, remembering @fops, making it ready to add to the* system with cdev_add().
Proto:void cdev_init(struct cdev *cdev, const struct file_operations *fops)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cdev * | cdev | |
const struct file_operations * | fops |
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 |