函数逻辑报告 |
Source Code:fs\char_dev.c |
Create Date:2022-07-29 10:32:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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().
函数原型:void cdev_init(struct cdev *cdev, const struct file_operations *fops)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cdev * | cdev | |
const struct file_operations * | fops |
651 | 初始化链表头 |
名称 | 描述 |
---|---|
posix_clock_register |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |