E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
platform_device
Linux内核中的platform机制
Linux内核中的platform机制从Linux 2.6起引入了一套新的驱动管理和注册机制:
platform_device
和platform_driver。
xie376450483
·
2010-07-17 00:00
linux
timer
struct
平台
resources
linux内核
Linux内核中的platform机制
Linux内核中的platform机制从Linux 2.6起引入了一套新的驱动管理和注册机制:
platform_device
和platform_driver。
xiesiyuana
·
2010-07-17 00:00
linux
timer
struct
平台
resources
linux内核
S3C6410 SPI驱动移植
platform_deviceplatform_drivers3c24xx_spispi_masterspi_bitbangspi_devicespi_driverspidev_datas3c_spi_info第一步:注册
platform_device
willand1981
·
2010-03-11 15:00
Linux Platform Device and Driver
从Linux2.6起引入了一套新的驱动管理和注册机制:
Platform_device
和Platform_driver。
linweig
·
2010-03-03 10:00
c
linux
struct
null
hierarchy
resources
平台设备使用介绍
其由两部分构成
platform_device
和platform_driver。
yd4330152763132
·
2010-02-01 02:00
linux spi驱动
platform_deviceplatform_drivers3c24xx_spispi_masterspi_bitbangspi_devicespi_driverspidev_datas3c_spi_info第一步:注册
platform_device
yylklshmyt20090217
·
2010-01-28 23:00
c
c
linux
linux
linux
工作
Linux driver model ----- platform
YiLiXie
[email protected]
日期:2010-1-25欢迎转载,请注明出处 PlatformDeviceandDrivers从我们可以了解Platformbus上面的驱动模型接口:
platform_device
mike_gz
·
2010-01-15 14:00
linux
工作
struct
api
嵌入式
文档
Linux Platform Device and Driver
作者:YiLiXie
[email protected]
日期:2010-1-13欢迎转载,请注明出处 从Linux2.6起引入了一套新的驱动管理和注册机制:
Platform_device
和Platform_driver
mike_gz
·
2010-01-13 21:00
c
linux
struct
Module
null
resources
platform_device
和platform_driver 流程简介
作者:admin来源:ChinaUnix博客 首先介绍一下注册一个驱动的步骤:1、定义一个platform_driver结构2、初始化这个结构,指定其probe、remove等函数,并初始化其中的driver变量3、实现其probe、remove等函数看platform_driver结构,定义于include/linux/platform_device.h文件中:struct platform_
·
2010-01-06 10:00
driver
platform_device
与platform_driver
做Linux方面也有三个多月了,对代码中的有些结构一直不是很明白,比如
platform_device
与platform_driver一直分不清关系。在网上搜了下,做个总结。
zhandoushi1982
·
2010-01-04 16:00
Linux Platform Device and Driver
作者:Dongas日期:08-06-27 从Linux2.6起引入了一套新的驱动管理和注册机制:
Platform_device
和Platform_driver。
leibniz_zsu
·
2009-12-10 10:00
c
linux
struct
Module
null
resources
基于MTD的NAND驱动开发(二)
四、基于MTD的NAND驱动架构 1、
platform_device
和platform_driver的定义和注册 对于我们的NANDdriver,以下是一个典型的例子: staticstructplatform_drivercaorr_nand_driver
leibniz_zsu
·
2009-12-10 10:00
struct
Module
Flash
table
linux内核
硬件驱动
miscdevice、
platform_device
、platform_driver的区别??大侠指教
最近研究Linux设备驱动程序遇到混乱,请大侠过来理理头绪。Linux设备模型中:bus_type、device、device_driver《Linux设备驱动程序》的linux设备模型章中说到设备模型中,所有设备都通过总线相连。添加设备devA,必须指定其device结构体的bus_type域,初始化其他域,然后调用device_register(&devA),将设备devA注册到指定总线。添加
liaoxinmeng
·
2009-12-04 00:00
2410下rtc驱动分析
首先RTC设备是一种片上设备, 用
platform_device
来表示 该设备(即
platform_device
的RTC对象)在设备的初始化过程中就已经注册进了系统(可以参考2410下soc上的设备的驱动流程
wapysun
·
2009-12-02 09:00
分析
2410下rtc驱动分析
首先RTC设备是一种片上设备,用
platform_device
来表示该设备(即
platform_device
的RTC对象)在设备的初始化过程中就已经注册进了系统(可以参考2410下soc上的设备的驱动流程
vrix
·
2009-12-02 09:00
c
struct
function
Module
null
Linux Platform Device and Driver
LinuxPlatformDeviceandDriver LinuxPlatformDeviceandDriver作者:Dongas日期:08-06-27 从Linux2.6起引入了一套新的驱动管理和注册机制:
Platform_device
share8888
·
2009-08-26 11:00
Linux Platform Device and Driver,platform_add_devices()->platform_driver_register()
来自:http://www.diybl.com/course/6_system/linux/Linuxjs/200871/129585.html 从Linux2.6起引入了一套新的驱动管理和注册机制:
Platform_device
lanmanck
·
2009-08-17 15:00
c
linux
struct
Module
null
resources
Linux设备驱动模型之platform总线
平台设备会分到一个名称(用在驱动绑定中)以及一系列诸如地址和中断请求号(IRQ)之类的资源. struct
platform_device
wapysun
·
2009-06-26 15:00
linux
Linux Platform Device and Driver
从Linux 2.6起引入了一套新的驱动管理和注册机制:
Platform_device
和Platform_driver。
wapysun
·
2009-06-26 14:00
driver
platform_device
和platform_driver
首先介绍一下注册一个驱动的步骤: 1、定义一个platform_driver结构 2、初始化这个结构,指定其probe、remove等函数,并初始化其中的driver变量 3、实现其probe、remove等函数 看platform_driver结构,定义于include/linux/platform_device.h文件中: struct platform_driver { int (*prob
wapysun
·
2009-06-26 14:00
driver
miscdevice、
platform_device
、platform_driver的区别
最近研究Linux设备驱动程序遇到混乱,请大侠过来理理头绪。 Linux设备模型中:bus_type、device、device_driver 《Linux设备驱动程序》的linux设备模型章中说到设备模型中,所有设备都通过总线相连。 添加设备devA,必须指定其device结构体的bus_type域,初始化其他域,然后调用device_register(&devA),将设备devA
wapysun
·
2009-06-24 10:00
driver
Linux Platform Device and Driver
作者:Dongas日期:08-06-27 从Linux2.6起引入了一套新的驱动管理和注册机制:
Platform_device
和Platform_driver。
yuanyou
·
2009-01-07 21:00
c
linux
struct
null
hierarchy
resources
mmc/sd 在 2.6.27 2440
正好手上MMC卡和SD卡都有,能用1.先加上sdi的
platform_device
,s3c_device_sdiarch/arm/mach-s3c2440/mach-smdk2440.cstaticstructplatform_device
fei1700
·
2008-11-27 23:00
c
struct
cmd
null
performance
IIS
一段s3c lcd framebuffer 的代码
一段s3clcdframebuffer的代码 1 int __init s3c_fb_probe(struct
platform_device
*pdev) 2 { 3 char driver_name
星光灿烂
·
2008-04-17 12:00
2410下片上设备如何添加并使用
一文中我们看到了2410下的片上设备如何被添加到系统并和驱动配合使用的,本文以RTC设备为例详细描述这个过程.首先在arch/arm/s3c-2410/devs.c下添加静态描述的RTC设备资源及代表RCT设备的
platform_device
aaronychen
·
2008-04-17 09:00
c
struct
resources
2410下rtc驱动分析
首先RTC设备是一种片上设备,用
platform_device
来表示该设备(即
platform_device
的RTC对象)在设备的初始化过程中就已经注册进了系统(可以参考2410下soc上的设备的驱动流程
aaronychen
·
2008-04-17 09:00
c
struct
function
Module
null
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他