ChinaUnix.net
相关文章推荐:

arm linux driver

第三版中文版的

by happypay - 下载共享 - 2008-05-23 15:59:07 阅读(1833) 回复(2)

相关讨论

有一块am335x系列自定义的开发板,HDMI部分的设计参考的是beaglebone的TDA19988、现在要用到HDMI显示,我的内核版本是SDK里的linux-3.2.0,现在不知道HDMI这部分的内容在哪里,网上有价值的资料搜到的也不是很多,求教论坛的各位大神

by 爱JustdoIT - 驱动开发 - 2014-02-14 23:08:08 阅读(3295) 回复(2)

本资源回复后,可见下载链接

linux

by 戴墨镜的乌龟 - 服务器资源下载 - 2010-07-08 16:23:37 阅读(837) 回复(0)

工作地点: 北京 招聘人数: 若干 语言要求: 英语 良好 职位描述 Requirement: 1. Familiar with C/C++/java programming. 2. Experience with low layer development work including drivers, kernel, etc. 3. Have the experience on linux platform. 4. Have the experience on embedded system. 5. Good communication skill and teamwork. 6. Good English speaking and writing. 联系方式:[email]zhanghouli...

by houlizhang - 驱动开发 - 2010-08-03 09:49:12 阅读(2950) 回复(10)

作者:Dongas 日期:08-06-27 从linux 2.6起引入了一套新的驱动管理和注册机制:Platform_device和Platform_driverlinux中大部分的设备驱动,都可以使用这套机制, 设备用Platform_device表示,驱动用Platform_driver进行注册。 linux platform driver机制和传统的device driver 机制(通过driver_register函数进行注册)相比,一个十分明显的优势在于platform机制将设备本身的资源注册进内核,由内核统一管理,在驱...

by nearfuture_qiny - Linux文档专区 - 2010-02-08 22:04:39 阅读(1162) 回复(0)

linux 2.6起引入了一套新的驱动管理和注册机制:Platform_device和Platform_driverlinux中大部分的设备驱动,都可以使用这套机制, 设备用Platform_device表示,驱动用Platform_driver进行注册。 linux platform driver机制和传统的device driver 机制(通过driver_register函数进行注册)相比,一个十分明显的优势在于platform机制将设备本身的资源注册进内核,由内核统一管理,在驱动程序中使用这些资源时通过platform devic...

by Liuqz2009 - Linux文档专区 - 2010-01-21 13:36:46 阅读(1090) 回复(0)

linux 2.6 起引入了一套新的驱动管理和注册机制 :Platform_device 和 Platform_driverlinux 中大部分的设备驱动,都可以使用这套机制 , 设备用 Platform_device 表示,驱动用 Platform_driver 进行注册。 linux platform driver 机制和传统的 device driver 机制 ( 通过 driver_register 函数进行注册 ) 相比,一个十分明显的优势在于 platform 机制将设备本身的资源注册进内核,由内核统一管理,在驱动程序中...

by highnjupt - Linux文档专区 - 2010-01-04 19:11:10 阅读(1026) 回复(0)

android手机开发遇到一个usb通信问题 modem通过USB和AP链接,中断通信方式,AP读取数据时经常出现重复现象,如:modem发送32×64字节的数据,AP接收到的是34×64字节的数据 从modem侧统计发送次数是否是34,如果是,则upstream可能有超时错误,确认方法? 还在调查中。。。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/105181/showart_2120193.html

by liuxs2009 - Linux文档专区 - 2009-12-13 22:39:15 阅读(1383) 回复(0)

linux driver 编写思考 linux 下面对 driver 的定义: struct device_driver { const char * name; struct bus_type * bus; struct completion unloaded; struct kobject kobj; struct klist klist_devices; struct klist_node knode_bus; struct module * owner; const char * mod_name; /* used for built-in modules */ ...

by wylhistory - Linux文档专区 - 2009-12-08 13:31:23 阅读(885) 回复(0)

linux Platform Device and driver 作者:Dongas 日期:08-06-27 从linux 2.6起引入了一套新的驱动管理和注册机制:Platform_device和Platform_driverlinux中大部分的设备驱动,都可以使用这套机制, 设备用Platform_device表示,驱动用Platform_driver进行注册。 linux platform driver机制和传统的device driver 机制(通过driver_register函数进行注册)相比,一个十分明显的优势在于platform机制将设备本身的资源...

by Jeffoery - Linux文档专区 - 2009-11-10 15:24:46 阅读(872) 回复(0)

linux Platform Device and driver,platform_add_devices()->platform_driver_register() 收藏 来自: http://www.diybl.com/course/6_system/linux/linuxjs/200871/129585.html 从 linux 2.6 起引入了一套新的驱动管理和注册机制 :Platform_device 和 Platform_driverlinux 中大部分的设备驱动,都可以使用这套机制 , 设备用 Platform_device 表示,驱动用 Platform_driver 进行注册。 linux platform driver ...

by iibull - Linux文档专区 - 2009-09-14 18:34:58 阅读(722) 回复(0)