搜索资源列表
-
0下载:
The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible wit
-
-
0下载:
linux内核api。ibm的。不知道全不全。-linux kernel api. ibm s. Do not know the whole incomplete.
-
-
0下载:
The linux kernel API
-
-
0下载:
linux2.6.30内核在s3c2440上的设备驱动的例子,利用新的os API编写的驱动。-linux2.6.30 the kernel' s device drivers s3c2440 example of the use of new os API driver prepared.
-
-
0下载:
Video For Linux Two is the second version of the Video For Linux API, a kernel interface for analog
radio and video capture and output drivers.
-
-
0下载:
API that manages DMA in the Linux kernel
-
-
0下载:
Linux 2.6内核API,以html文件形式编辑的内核API的使用手册。-Linux 2.6 kernel API, in order to edit the html file in the form of the kernel API manual.
-
-
0下载:
Linux kernel API (VFS, networking, hardware interfaces etc.).
-
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第5章、Linux文件系统与设备文件系统。由于字符设备和块设备都很好地体现了“一切都是文件”的设计思想,掌握Linux文件系统、设备文件系统的知识非常重要。首先,设备驱动最终通过操作系统的文件系统调用或C库函数(本质也基于系统调用)被访问。其次,驱动工程师在设备驱动中不可避免地会与设备文件系统打交道,如Linux 2.4内核的devfs文件系统和Linux 2.6内核的基于sysfs的udev文件系统。5.
-
-
0下载:
linux kernel api 内核开发-linux kernel api
-
-
0下载:
video 4 linux 2的英文手册,详细介绍了linux内核中v4l2接口、API函数等的应用,是视频驱动开发的必备工具。-Video 4 Linux 2 English manual, introduced in detail the Linux kernel v4l2 interface, API function application, is a video driver development tool.
-
-
0下载:
video 4 linux 2的编程经典,详细介绍了linux内核中v4l2接口、API函数等的应用,是视频驱动开发的必备工具。-Video 4 Linux 2 programming classic, introduced in detail the Linux kernel v4l2 interface, API function application, is a video driver development tool.
-
-
0下载:
linux下的内核编程,相关的api函数,同window sapi一样,包含了好多函数说明-Under the Linux kernel programming, API functions associated with window, SAPI, contains a lot of functions
-
-
0下载:
Video For Linux Two is the second version of the Video For Linux API, a kernel interface for analog radio and video capture and output drivers.
Early drivers used ad-hoc interfaces. These were replaced in Linux 2.2 by Alan Cox’ V4L API,based on the
-
-
0下载:
介绍linux驱动模块和环境搭建,有助于初学者,主要描述Linux内核API-Introduce linux driver module and the environment to build, to help beginners, the main descr iption of the Linux kernel API
-
-
0下载:
the master/host side Linux-USB kernel driver API .
-
-
0下载:
漏洞属于Linux内核级别的漏洞,在android 2.x至4.3之前的版本中同样存在,可以用于系统提权,获得root权限。属于Linux系统API缺陷。Linux下漏洞的CVE编号为CVE-2013-6282。-Linux kernel level vulnerabilities are vulnerabilities also exist in android 2.x versions prior to 4.3, the system can be used to provide the r
-
-
0下载:
gcc s implementation of typeid(T).name() mangles the type name, so we have to demangle it Kernel Device Driver for linux v2.13.6.
-gcc s implementation of typeid(T).name() mangles the type name, so we have to demangle it Kernel Device Driver for l
-
-
0下载:
ethercat主站源程序,运行于Linux 2.6系统。学习ethercat不可多得的好材料,还有帮助文档。
-IgH EtherCAT Master for Linux
EtherCAT master implementation conforming to IEC/PAS 62407.
Runs as kernel module for Linux 2.6.
Multiple masters possible on one machine.
Native EtherCA
-
-
0下载:
linux设备驱动 内核定时器
在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。
Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。
计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
-