代码搜索结果
找到约 10,000 项符合
I2C 的代码
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
kconfig
config VIDEO_SAA7146
tristate
depends on I2C
config VIDEO_SAA7146_VV
tristate
select VIDEO_V4L2
select VIDEO_BUF
select VIDEO_VIDEOBUF
select VIDEO_SAA7146
config VIDEO_VIDEOBUF
tristate
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_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
u2cdevice.java
package i2c;
/**
* This class handles all U2C-Device functions.
* To get a U2CDevice-Object use the U2CWrapper class:
* {@link i2c.U2CWrapper#openDevice(int nDevice)}
* {@
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