代码搜索结果
找到约 10,000 项符合
I2C 的代码
vpd.c
/*
* (C) Copyright 2000
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* Code in faintly related to linux/arch/ppc/8xx_io:
* MPC8xx CPM I2C interface.
dib3000-common.c
#include "dib3000-common.h"
#ifdef CONFIG_DVB_DIBCOM_DEBUG
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "set debugging level (1=info,2=i2c,4=srch (|-able)).");
#endif
#de
mt20xx.c
/*
*
* i2c tv tuner chip device driver
* controls microtune tuners, mt2032 + mt2050 at the moment.
*/
#include
#include
#include "compat.h"
#include
cx88-vp3054-i2c.h
/*
cx88-vp3054-i2c.h -- support for the secondary I2C bus of the
DNTV Live! DVB-T Pro (VP-3054), wired as:
GPIO[0] -> SCL, GPIO[1] -> SDA
(c) 2005 Chris Pascoe
cx88-vp3054-i2c.c
/*
cx88-vp3054-i2c.c -- support for the secondary I2C bus of the
DNTV Live! DVB-T Pro (VP-3054), wired as:
GPIO[0] -> SCL, GPIO[1] -> SDA
(c) 2005 Chris Pascoe
tuner-simple.c
/*
*
* i2c tv tuner chip device driver
* controls all those simple 4-control-bytes style tuners.
*/
#include
#include
#include "compat.h"
#include
bttv-i2c.c
/*
bttv-i2c.c -- all the i2c code is here
bttv - Bt848 frame grabber driver
Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
& Marcus Metzler (mocm@thp.uni-koeln.
bttv-i2c.c~
/*
bttv-i2c.c -- all the i2c code is here
bttv - Bt848 frame grabber driver
Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
& Marcus Metzler (mocm@thp.uni-koeln.
common.mk
ifndef QCONFIG
QCONFIG=qconfig.mk
endif
include $(QCONFIG)
include $(MKFILES_ROOT)/qmacros.mk
define PINFO
PINFO DESCRIPTION=i.MX21 I2C Driver
endef
NAME := i2c-$(NAME)
USEFILE = $(PROJECT_ROOT)/Us
dib3000-common.c
#include "dib3000-common.h"
#ifdef CONFIG_DVB_DIBCOM_DEBUG
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "set debugging level (1=info,2=i2c,4=srch (|-able)).");
#endif
#de