Linux设备模型(总线、设备、驱动程序和类)之一... ... struct device_attribute *dev_attrs; /*设备属性,指为每个加入总线的设备建立的默认属性链表*/ struct driver_attribute *drv_attrs; /*驱动程序属性*/ int (*match)(struct device *dev, struct device_driver *drv); /*总线操作函数*/ ...
基于38个网页-相关网页
Linux那些事儿之我是Sysfs(3)设备模型上层容器 ... struct bus attribute * bus_attrs; 总线属性 struct device attribute * dev_attrs; 设备属性 struct driver attribute * drv_attrs; 驱动程序属性 ...
基于2个网页-相关网页
此外,还可以通过修改一些‘驱动程序属性’来更改驱动程序的行为。
In addition some of the 'driver attributes' can be altered to change the behaviour of the driver. The following are the types of driver attributes that are available.
请注意,下面在每种类型的驱动程序属性之下提到的属性都是ODBC应用程序中最常见的一些属性。
Please note the attributes mentioned below under each type of driver attributes are the most common ones found in ODBC applications.
注意,用户标识符和密码是驱动程序属性,所以最前面是一个冒号,各属性之间以分号隔开,最终以分号结束。
Note that the user identifier and password are driver attributes and so are preceded by a colon, separated by a semicolon, and terminated by a semicolon.
应用推荐