/linux-2.4.37.9/drivers/media/video/ |
D | tuner-3036.c | 39 static unsigned short normal_i2c_range[] = {0x60, 0x61, I2C_CLIENT_END}; variable 47 normal_i2c, normal_i2c_range,
|
D | tuner.c | 22 static unsigned short normal_i2c_range[] = {0x60,0x6f,I2C_CLIENT_END}; variable 848 normal_i2c_range[0] = addr; in tuner_probe() 849 normal_i2c_range[1] = addr; in tuner_probe()
|
D | bt832.c | 43 static unsigned short normal_i2c_range[] = {I2C_BT832_ALT1>>1,I2C_BT832_ALT2>>1,I2C_CLIENT_END}; variable
|
D | saa5249.c | 140 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable 148 normal_i2c, normal_i2c_range,
|
D | tda9887.c | 29 static unsigned short normal_i2c_range[] = {0x86>>1,0x86>>1,I2C_CLIENT_END}; variable
|
D | tda7432.c | 78 static unsigned short normal_i2c_range[] = { I2C_CLIENT_END, I2C_CLIENT_END }; variable
|
D | tda9875.c | 48 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable
|
D | swarm_saa7114h.c | 1644 static unsigned short normal_i2c_range[] = {0x20, 0x21, I2C_CLIENT_END}; variable 1652 normal_i2c, normal_i2c_range,
|
D | tvaudio.c | 150 static unsigned short normal_i2c_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; variable
|
D | msp3400.c | 138 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END,I2C_CLIENT_END}; variable
|
/linux-2.4.37.9/drivers/i2c/ |
D | i2c-max1617.c | 46 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable 54 normal_i2c, normal_i2c_range,
|
D | i2c-proc.c | 779 && (address_data->normal_i2c_range[i] != in i2c_detect() 782 address_data->normal_i2c_range[i]) in i2c_detect() 784 address_data->normal_i2c_range[i + 1])) in i2c_detect()
|
D | i2c-core.c | 903 !found && (address_data->normal_i2c_range[i] != I2C_CLIENT_END); in i2c_probe() 905 if ((addr >= address_data->normal_i2c_range[i]) && in i2c_probe() 906 (addr <= address_data->normal_i2c_range[i+1])) { in i2c_probe()
|
/linux-2.4.37.9/include/linux/ |
D | i2c.h | 264 unsigned short *normal_i2c_range; member 519 {normal_i2c, normal_i2c_range, \
|
D | i2c-proc.h | 138 unsigned short *normal_i2c_range; member 211 {normal_i2c, normal_i2c_range, \
|
/linux-2.4.37.9/drivers/acorn/char/ |
D | pcf8583.c | 27 normal_i2c_range: ignore,
|
/linux-2.4.37.9/Documentation/i2c/ |
D | writing-clients | 211 normal_i2c_range: filled in by the module writer. 242 static unsigned short normal_i2c_range[] = { 0x20, 0x2f, 0x40, 0x4f, 249 `normal_i2c_range', without any prefix! 263 normal_i2c_range: filled in by the module writer. Terminated by 314 static unsigned short normal_i2c_range[] = {0x20,0x2f,0x40,0x4f,
|
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_maven.c | 1246 static unsigned short normal_i2c_range[] = { MAVEN_I2CID, MAVEN_I2CID, I2C_CLIENT_END }; variable
|