Chinaunix首页 | 论坛 | 博客
  • 博客访问: 158275
  • 博文数量: 12
  • 博客积分: 185
  • 博客等级: 入伍新兵
  • 技术积分: 900
  • 用 户 组: 普通用户
  • 注册时间: 2012-12-19 21:27
个人简介

对于我们的阶级敌人 只有仇恨 没有宽恕

文章分类
文章存档

2014年(6)

2013年(1)

2012年(5)

我的朋友

发布时间:2014-08-15 16:10:48

本文将以 Linux 系统调用 open 为主线,在讲解 open 具体实现的基础上对 Kernel 虚拟文件系统(vfs)的主要结构和逻辑进行了探讨。......【阅读全文】

阅读(11552) | 评论(3) | 转发(8)

发布时间:2013-07-03 13:53:16

Device Tree 结构的初始化......【阅读全文】

阅读(17599) | 评论(3) | 转发(12)

发布时间:2012-12-26 19:03:39

Bus Types 总线类型Definition定义~~~~~~~~~~See the kerneldoc for the struct bus_type.int bus_register(struct bus_type * bus);Declaration声明~~~~~~~~~~~Each bus type in the kernel (PCI, USB, etc) should declare one static object of this type. They must initialize the name field, and may optionally initia......【阅读全文】

阅读(4146) | 评论(0) | 转发(3)

发布时间:2012-12-26 10:30:25

Driver Binding驱动绑定Driver binding is the process of associating a device with a devicedriver that can control it. Bus drivers have typically handled thisbecause there have been bus-specific structures to represent thedevices and the drivers. With generic device and device driverstructures, most of th......【阅读全文】

阅读(3133) | 评论(0) | 转发(1)

发布时间:2012-12-24 20:10:01

Device Drivers设备驱动See the kerneldoc for the struct device_driver.Allocation内存分配~~~~~~~~~~Device drivers are statically allocated structures. Though there maybe multiple devices in a system that a driver supports, structdevice_driver represents the driver as a whole (not a particulardevice instance).......【阅读全文】

阅读(3646) | 评论(0) | 转发(2)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册