题库 机械/制造 题目列表 在Linux设备驱动开发中,我们使用of_find_property...
单选题
在Linux设备驱动开发中,我们使用of_find_property 函数查找设备树节点指定的属性,函数原型如下:
property *of_find_property(const struct device_node *np, const char *name, int *lenp)
关于这个函数,描述错误的是()

A.

np表示设备节点。

B.

name表示属性名字。

C.

lenp表示属性值的字节数。

D.

返回值返回得到的属性元素数量。

题目信息
校招真题
-
正确率
0
评论
38
点击