Home
last modified time | relevance | path

Searched refs:normal_i2c_range (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dtuner-3036.c39 static unsigned short normal_i2c_range[] = {0x60, 0x61, I2C_CLIENT_END}; variable
47 normal_i2c, normal_i2c_range,
Dtuner.c22 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()
Dbt832.c43 static unsigned short normal_i2c_range[] = {I2C_BT832_ALT1>>1,I2C_BT832_ALT2>>1,I2C_CLIENT_END}; variable
Dsaa5249.c140 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable
148 normal_i2c, normal_i2c_range,
Dtda9887.c29 static unsigned short normal_i2c_range[] = {0x86>>1,0x86>>1,I2C_CLIENT_END}; variable
Dtda7432.c78 static unsigned short normal_i2c_range[] = { I2C_CLIENT_END, I2C_CLIENT_END }; variable
Dtda9875.c48 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable
Dswarm_saa7114h.c1644 static unsigned short normal_i2c_range[] = {0x20, 0x21, I2C_CLIENT_END}; variable
1652 normal_i2c, normal_i2c_range,
Dtvaudio.c150 static unsigned short normal_i2c_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; variable
Dmsp3400.c138 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END,I2C_CLIENT_END}; variable
/linux-2.4.37.9/drivers/i2c/
Di2c-max1617.c46 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable
54 normal_i2c, normal_i2c_range,
Di2c-proc.c779 && (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()
Di2c-core.c903 !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/
Di2c.h264 unsigned short *normal_i2c_range; member
519 {normal_i2c, normal_i2c_range, \
Di2c-proc.h138 unsigned short *normal_i2c_range; member
211 {normal_i2c, normal_i2c_range, \
/linux-2.4.37.9/drivers/acorn/char/
Dpcf8583.c27 normal_i2c_range: ignore,
/linux-2.4.37.9/Documentation/i2c/
Dwriting-clients211 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/
Dmatroxfb_maven.c1246 static unsigned short normal_i2c_range[] = { MAVEN_I2CID, MAVEN_I2CID, I2C_CLIENT_END }; variable