
linux 机制
shchen_111
这个作者很懒,什么都没留下…
展开
-
笔记之-uevent机制
http://blog.chinaunix.net/uid-22590270-id-3304271.htmluevent机制========== 简单的梳理一下框架,清晰自己的思路。 uevent, user space event. 内核与用户空间的一种通信机制,基于netlink机制,主要用于设备驱动模型,例如热插拔。 也就是说在转载 2014-02-20 10:10:27 · 1009 阅读 · 0 评论 -
linux内核部件分析
http://blog.youkuaiyun.com/qb_2008/article/category/896982/1转载 2016-08-04 15:45:02 · 662 阅读 · 0 评论 -
我对linux理解之driver_register
http://blog.chinaunix.net/uid/20602659/list/5.html转载 2016-08-03 15:32:43 · 295 阅读 · 0 评论 -
Linux设备模型
http://www.wowotech.net/sort/device_model/page/2转载 2016-06-27 16:35:12 · 499 阅读 · 0 评论 -
由MTK平台 mtkfb 设备注册疑问引发的知识延伸--ARM Device Tree
http://blog.chinaunix.net/uid-26009923-id-5384782.html转载 2016-06-27 11:55:18 · 439 阅读 · 0 评论 -
uevent
http://blog.youkuaiyun.com/bingqingsuimeng/article/category/1231880转载 2014-04-28 14:47:03 · 1277 阅读 · 0 评论 -
platform详解
http://www.embedu.org/Column/Column425.htmplatform详解作者:程老师,华清远见嵌入式学院讲师。一、platform设备模型从Linux 2.6起引入了一套新的驱动管理和注册机制,platform_device和platform_driver,Linux中大部分的设备驱动都可以使用这套机制。platform是一条虚拟总线。设备用pl转载 2014-03-07 16:21:29 · 1758 阅读 · 0 评论 -
浅谈设备、驱动的加载和匹配【转】
http://zsj.itwlw.com/archives/647.html要了解Linux设备驱动,首先要理解linux的bus、device、driver三个概念。Bus就是总线,除了我们通常知道的i2c、spi、usb等总线之外,Linux中还有一个很重要的总线platform总线,虽然这个总线是虚拟的,但并不妨碍它的重要性(暂不谈)。Linux驱动模型中device和dri转载 2014-03-07 18:16:12 · 1418 阅读 · 0 评论 -
【嵌入式Linux学习七步曲之第四篇 Linux内核移植】详解Linux2.6内核中基于platform机制的驱动模型
http://blog.youkuaiyun.com/sailor_8318/article/details/5267698 详解Linux2.6内核中基于platform机制的驱动模型 Sailor_forever sailing_9806#163.com(本原创文章发表于Sailor_forever 的个人blog,未经本人许可,不得用于商业用途。任何个人、媒体、其他网站不得私自转载 2014-03-07 18:13:52 · 760 阅读 · 0 评论 -
kobject
http://liurugongzi.blog.sohu.com/107292045.htmlhttp://blog.youkuaiyun.com/ylyuanlu/article/details/6730996http://blog.chinaunix.net/uid/12567959/abstract/1.html?cid=13328http://www.360doc.com/cont转载 2014-03-07 18:26:09 · 509 阅读 · 0 评论 -
详解Linux2.6内核中基于platform机制的驱动模型(续)
http://wangshh03.blog.163.com/blog/static/4910341520101124056116/8.1 初始化platform_busPlatform总线的初始化是在platform_bus_init()完成的,代码如下:http://lxr.linux.no/#linux+v2.6.25/drivers/base/platform.c#L621转载 2014-03-07 18:11:48 · 847 阅读 · 0 评论 -
Uevent 上报event事件给上层的详细讲解
http://blog.youkuaiyun.com/sunweizhong1024/article/details/7928530 headphone_event 上报事件的分析 本文章讲解插入headphone的时候,向上层上报event函数的整个过程headphone_event(wm8903->hp_state);当有headphone 插入的时候,那么就将hp_s转载 2014-02-20 10:15:56 · 857 阅读 · 0 评论 -
Selinux小结
https://blog.youkuaiyun.com/gulinxieying/article/details/78677139目 录前绪 2一、Selinux基础概述 2二、什么是Selinux? 2三、SELinux Policy语言 31、安全属性——SContext 32、TE简介 41). 客体类别和许可: 42). 访...转载 2018-08-10 17:24:48 · 948 阅读 · 0 评论