Searched refs:normal_i2c_range (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dtuner-3036.c39 static unsigned short normal_i2c_range[] = {0x60, 0x61, I2C_CLIENT_END}; variable
47 normal_i2c, normal_i2c_range,
H A Dtda7432.c72 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable
79 normal_i2c, normal_i2c_range,
H A Dtda9875.c46 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable
53 normal_i2c, normal_i2c_range,
H A Dtuner.c20 static unsigned short normal_i2c_range[] = {0x60,0x6f,I2C_CLIENT_END}; variable
27 normal_i2c, normal_i2c_range,
803 normal_i2c_range[0] = addr;
804 normal_i2c_range[1] = addr;
H A Dsaa5249.c140 static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; variable
148 normal_i2c, normal_i2c_range,
H A Dmsp3400.c64 static unsigned short normal_i2c_range[] = {0x40,0x40,I2C_CLIENT_END}; variable
71 normal_i2c, normal_i2c_range,
H A Dtvaudio.c148 static unsigned short normal_i2c_range[2] = { I2C_CLIENT_END, I2C_CLIENT_END }; variable
155 normal_i2c, normal_i2c_range,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c-proc.h102 normal_i2c_range: filled in by the module writer. Terminated by
140 unsigned short *normal_i2c_range; member in struct:i2c_address_data
213 {normal_i2c, normal_i2c_range, \
H A Di2c.h291 unsigned short *normal_i2c_range; member in struct:i2c_client_address_data
548 {normal_i2c, normal_i2c_range, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c-proc.h102 normal_i2c_range: filled in by the module writer. Terminated by
140 unsigned short *normal_i2c_range; member in struct:i2c_address_data
213 {normal_i2c, normal_i2c_range, \
H A Di2c.h291 unsigned short *normal_i2c_range; member in struct:i2c_client_address_data
548 {normal_i2c, normal_i2c_range, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-proc.c798 && (address_data->normal_i2c_range[i] !=
801 address_data->normal_i2c_range[i])
803 address_data->normal_i2c_range[i + 1]))
H A Di2c-core.c948 !found && (address_data->normal_i2c_range[i] != I2C_CLIENT_END);
950 if ((addr >= address_data->normal_i2c_range[i]) &&
951 (addr <= address_data->normal_i2c_range[i+1])) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/char/
H A Dpcf8583.c27 normal_i2c_range: ignore,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dmatroxfb_maven.c963 static unsigned short normal_i2c_range[] = { MAVEN_I2CID, MAVEN_I2CID, I2C_CLIENT_END }; variable

Completed in 122 milliseconds