Welcome![Sign In][Sign Up]
Location:
Search - globalmem

Search list

[Linux-Unixlinuxdriver_6-10

Description: 人民邮电出版社,宋宝华老师《Linux设备驱动开发详解》一书globalmem、globalfifo驱动源代码。
Platform: | Size: 22151 | Author: barrysong | Hits:

[Linux-Unix06

Description: 基于linux 2.6包含了globalmem驱动 和2个globalmem设备的驱动
Platform: | Size: 4677 | Author: zjb | Hits:

[Linux-Unixglobalmem

Description: 《linux 设备驱动详解》中含并发控制的globalmem驱动
Platform: | Size: 2645 | Author: zjb | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixlinuxdriver_6-10

Description: 人民邮电出版社,宋宝华老师《Linux设备驱动开发详解》一书globalmem、globalfifo驱动源代码。-err
Platform: | Size: 21504 | Author: barrysong | Hits:

[Linux-Unix06

Description: 基于linux 2.6包含了globalmem驱动 和2个globalmem设备的驱动-Based on linux 2.6 contains globalmem drive and 2 globalmem device driver
Platform: | Size: 4096 | Author: zjb | Hits:

[Linux-Unixglobalmem

Description: 《linux 设备驱动详解》中含并发控制的globalmem驱动 - Linux device drivers explain concurrency control containing globalmem driver
Platform: | Size: 2048 | Author: zjb | Hits:

[Embeded LinuxLinuxDrivers

Description: Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2410 LCD驱动、FRAMEBUFFER应用程序范例-Linux2.6 kernel driver package examples: globalmem drive, including concurrency control globalmem drive, globalfifo-driven, poll sample applications, asynchronous notification application examples to support asynchronous notification globalfifo, S3C2410-driven real-time clock and second device drivers and applications, DMA example, static mapping example, as a touch screen input device driver, as a general character-driven touch-screen equipment, the watchdog driver, platform equipment, S3C2410 serial driver, S3C2410 I2C host drive, SAA711x I2C device driver, CS8900 Ethernet device drivers, S3C2410 LCD driver, FRAMEBUFFER application example
Platform: | Size: 585728 | Author: 清木 | Hits:

[Driver Developglobalmem_lock

Description: 基于s3c2410的 含并发控制的globalmem驱动程序-Based on S3C2410 containing Concurrency Control globalmem driver
Platform: | Size: 2048 | Author: jianwei | Hits:

[Driver Developlinuxdriver_code_tool

Description: Linux驱动编程源码,包括udev源代码,含并发控制的globalmem驱动等-Linux-driven programming source, including the udev source code, including concurrency control, such as driver globalmem
Platform: | Size: 25064448 | Author: 张红 | Hits:

[Linux-UnixLinuxDeviceDriver-06

Description: Linux设备驱动开发详解 Code-06 :globalmem驱动-Explain the development of Linux device drivers Code-06: globalmem drive
Platform: | Size: 5120 | Author: bob | Hits:

[Linux-UnixLinuxDeviceDriver-07

Description: Linux设备驱动开发详解-07 :含并发控制的globalmem驱动-Explain the development of Linux device driver-07: concurrency control with the driver globalmem
Platform: | Size: 3072 | Author: bob | Hits:

[Linux-Unix06

Description: linux globalmem driver
Platform: | Size: 4096 | Author: lqs | Hits:

[Linux-Unixglobalmem

Description: 宋宝华的linux设备驱动开发详解一书中的grobalman的源代码-Song Baohua a linux device driver development Xiangjie a source book grobalman
Platform: | Size: 2048 | Author: kevin | Hits:

[Embeded Linuxglobalmemdriver

Description: linux设备驱动 globalmem driver-linux globalmem driver
Platform: | Size: 2048 | Author: sandrine | Hits:

[Driver Developdriver-globalmem

Description: 含并发控制的globalmem驱动,Linux设备驱动开发-With concurrency control globalmem drive, Linux device driver development
Platform: | Size: 2048 | Author: henry | Hits:

[Linux-UnixLinux-driver-development6

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第6章、字符设备驱动。在Linux设备驱动中,字符设备驱动较为基础。本章主要讲解Linux字符设备驱动程序的结构及其主要组成部分的编程方法。6.1节讲解了Linux字符设备驱动的关键数据结构cdev及file_operations结构体的操作方法,并分析了Linux字符设备的整体结构,给出了简单的设计模板。6.2节讲解了本章及后续各章所基于的globalmem虚拟字符设备,第6~9章都将基于该虚拟设备实例进行字符设备驱动及并发控制等知识的讲解。6.3节依据6.1节的知识讲解globalmem设备的驱动编写方法,对读写函数、seek()函数和I/O控制函数等进行了重点分析。该节的最后改造globalmem的驱动程序以利用文件私有数据。6.4节给出了6.3节的globalmem设备驱动在用户空间的验证。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 6, characters, device drivers. In Linux device driver, character device driver is the foundation. This chapter covers Linux characters of a device driver structure and main component of the programming method. Section 6.1 explained the key character device driver Linux data structure cdev and file_operations structure of the body, and analyses the operating methods Linux character the overall structure of the equipment are given, and the design of simple design template. Section 6.2 explained this chapter and subsequent chapters, based on globalmem virtual character device, chapter 6 ~ 9 will be based on the virtual device character device driver and examples such as the concurrent control knowledge s explanation. Section 6.3 basis of the knowledge of the section 6.1 of the equipment driver writers explain globalmem method of reading and writing lett
Platform: | Size: 447488 | Author: 华清远见 | Hits:

[Linux-Unixglobalmem

Description: LINUX 驱动编写,globalmem模块程序-LINUX driver writing
Platform: | Size: 1024 | Author: shixin | Hits:

[Linux-Unixglobalmem

Description: 设备驱动开发 源码 globalmem 驱动 -Source globalmem drive device driver development
Platform: | Size: 2048 | Author: 姚森 | Hits:

[Embeded Linuxglobalmem.tar

Description: linux字符设备程序开发 globalmem驱动 代码 访问地址: yuweixian4230.blog.chinaunix.net http://blog.chinaunix.net/space.php?uid=22666248&do=blog&id=3044785-program development globalmem linux character device driver code Access address: yuweixian4230.blog.chinaunix.net http://blog.chinaunix.net/space.php?uid=22666248&do=blog&id=3044785
Platform: | Size: 7168 | Author: yuweixian | Hits:
« 12 »

CodeBus www.codebus.net