代码搜索结果
找到约 20,284 项符合
I2C 的代码
i2c.h
/*
* Freescale I2C Controller
*
* This software may be used and distributed according to the
* terms of the GNU Public License, Version 2, incorporated
* herein by reference.
*
* Copyright 2004
i2c.h
/* $Id: i2c.h,v 1.3 2001/03/19 12:43:01 markusl Exp $ */
/* High level I2C actions */
int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
unsigned char i2c_readreg
i2c.c
/* =========================================================================
* I2C总线基本操作函数
* =========================================================================*/
/* 全局符号定义 */
#define HI
i2c-yosemite.h
/*
* arch/mips/pmc-sierra/yosemite/i2c-yosemite.h
*
* Copyright (C) 2003 PMC-Sierra Inc.
* Author: Manish Lachwani (lachwani@pmc-sierra.com)
*
* This program is free software; you can redist
i2c.h
/* $Id: i2c.h,v 1.3 2004/05/28 09:26:59 starvik Exp $ */
int i2c_init(void);
/* High level I2C actions */
int i2c_writereg(unsigned char theSlave, unsigned char theReg, unsigned char theValue);
unsi
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
i2c-algo-ite.h
/*
--------------------------------------------------------------------
i2c-ite.h: Global defines for the I2C controller on board the
ITE MIPS processor.
i2c-iop3xx.h
/* ------------------------------------------------------------------------- */
/* i2c-iop3xx.h algorithm driver definitions private to i2c-iop3xx.c */
/* -------------------------------------
i2c-voodoo3
Kernel driver i2c-voodoo3
Supported adapters:
* 3dfx Voodoo3 based cards
* Voodoo Banshee based cards
Authors:
Frodo Looijaard ,
Philip Edelbrock ,
Ralph
i2c-savage4
Kernel driver i2c-savage4
Supported adapters:
* Savage4
* Savage2000
Authors:
Alexander Wold ,
Mark D. Studebaker
Description
-----------
The Savag