代码搜索结果
找到约 10,000 项符合
I2C 的代码
sp887x.h
/*
Driver for the Spase sp887x demodulator
*/
#ifndef SP887X_H
#define SP887X_H
#include
#include
struct sp887x_config
{
/* the demodulator's i2c addre
kconfig
config DVB_PLUTO2
tristate "Pluto2 cards"
depends on DVB_CORE && PCI
select I2C
select I2C_ALGOBIT
select DVB_TDA1004X
help
Support for PCI cards based on the Pluto2 FPGA like the Satelco
cx88-i2c.c
/*
cx88-i2c.c -- all the i2c code is here
Copyright (C) 1996,97,98 Ralph Metzler (rjkm@thp.uni-koeln.de)
& Marcus Metzler (mocm@thp.uni-koeln.de)
(c) 2002 Yurij Sysoev
kconfig
config VIDEO_EM28XX
tristate "Empia EM2800/2820/2840 USB video capture support"
depends on VIDEO_DEV && USB && I2C
select VIDEO_BUF
select VIDEO_TUNER
select VIDEO_TVEEPROM
select VIDEO_IR
---h
kconfig
config VIDEO_SAA7134
tristate "Philips SAA7134 support"
depends on VIDEO_DEV && PCI && I2C
select VIDEO_BUF
select VIDEO_IR
select VIDEO_TUNER
select CRC32
---help---
This is a video4linux d
iic.h
/* linux/include/asm-arm/arch-s3c2410/iic.h
*
* (c) 2004 Simtec Electronics
* Ben Dooks
*
* S3C2410 - I2C Controller platfrom_device info
*
* This program is free software; y
modules.conf
# For modern kernels (2.6 or above), this belongs in /etc/modprobe.conf
# For for 2.4 kernels or earlier, this belongs in /etc/modules.conf.
# i2c
alias char-major-89 i2c-dev
options i2c-core i2c_deb
i2c.h
#include
/* High level I2C actions */
int __init i2c_init(void);
int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
unsigned char i2c_readreg(unsi
sp887x.h
/*
Driver for the Spase sp887x demodulator
*/
#ifndef SP887X_H
#define SP887X_H
#include
#include
struct sp887x_config
{
/* the demodulator's i2c addre
kconfig
config DVB_PLUTO2
tristate "Pluto2 cards"
depends on DVB_CORE && PCI && I2C
select I2C_ALGOBIT
select DVB_TDA1004X
help
Support for PCI cards based on the Pluto2 FPGA like the Satelco
Easyw