Chinaunix首页 | 论坛 | 博客
  • 博客访问: 388688
  • 博文数量: 83
  • 博客积分: 1650
  • 博客等级: 上尉
  • 技术积分: 861
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-18 18:22
文章分类
文章存档

2021年(1)

2016年(1)

2015年(2)

2014年(3)

2013年(12)

2012年(16)

2011年(18)

2010年(30)

发布时间:2013-09-10 16:36:33

#include <linux/module.h>#include <linux/kernel.h>#include <linux/errno.h>#include <linux/string.h>#include <linux/mm.h>#include <linux/tty.h>#include <linux/slab.h>#include <linux/delay.h>#include <linux/fb.h>#include <linux/init.h>#include <linux/dma-mapping.h>#include <linux/interrup.........【阅读全文】

阅读(988) | 评论(0) | 转发(0)

发布时间:2013-09-10 16:35:35

/*************************************************************************************************************************************//* fb .h */#ifndef _LINUX_FB_H#define _LINUX_FB_H#include <linux/types.h>#include <linux/i2c.h>struct dentry;/* Definitions of frame buffers&n.........【阅读全文】

阅读(4936) | 评论(0) | 转发(0)

发布时间:2013-09-10 16:33:45

/****************************************************LCD驱动程序***************************************************************//* * 一些概念介绍: *    帧缓冲区:帧缓冲区是linux系统为显示设备提供的一个接口,他将显示缓冲区抽象,屏蔽图像硬件的底层差异,允许上层应用程序在.........【阅读全文】

阅读(1053) | 评论(0) | 转发(0)

发布时间:2013-09-10 16:25:07

/**************************************************************************************************************************************//*  i2c.h*//* ------------------------------------------------------------------------- *//*          &n.........【阅读全文】

阅读(6445) | 评论(0) | 转发(0)

发布时间:2013-09-10 16:24:20

/***************************************************I2C设备驱动**********************************************************************//*linux的I2C驱动分为3部分: *1:I2C核心: *I2C核心核心提供了I2C总线驱动和设备驱动的注册、注销方法,I2C通信方法(algorithm(算法))上层的、与具体适配器无关.........【阅读全文】

阅读(1252) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2010-12-22 11:28

是否

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册