Home
last modified time | relevance | path

Searched refs:I2C_CLIENT_END (Results 1 – 25 of 79) sorted by relevance

1234

/linux-2.6.39/include/media/
Dtvaudio.h43 I2C_CLIENT_END in tvaudio_addrs()
/linux-2.6.39/drivers/media/video/ivtv/
Divtv-cards.c47 .radio = { I2C_CLIENT_END },
48 .demod = { 0x43, I2C_CLIENT_END },
49 .tv = { 0x61, 0x60, I2C_CLIENT_END },
54 .radio = { 0x60, I2C_CLIENT_END },
55 .demod = { 0x43, I2C_CLIENT_END },
56 .tv = { 0x61, I2C_CLIENT_END },
61 .radio = { I2C_CLIENT_END },
62 .demod = { I2C_CLIENT_END },
63 .tv = { 0x4b, I2C_CLIENT_END },
Divtv-i2c.c181 unsigned short addr_list[2] = { addr, I2C_CLIENT_END }; in ivtv_i2c_new_ir()
255 I2C_CLIENT_END in ivtv_i2c_new_ir_legacy()
Divtv-driver.c451 .radio = { 0x60, I2C_CLIENT_END }, in ivtv_process_eeprom()
452 .demod = { 0x43, I2C_CLIENT_END }, in ivtv_process_eeprom()
453 .tv = { 0x61, I2C_CLIENT_END }, in ivtv_process_eeprom()
/linux-2.6.39/drivers/media/video/zoran/
Dzoran_card.c366 static const unsigned short vpx3220_addrs[] = { 0x43, 0x47, I2C_CLIENT_END };
367 static const unsigned short saa7110_addrs[] = { 0x4e, 0x4f, I2C_CLIENT_END };
368 static const unsigned short saa7111_addrs[] = { 0x25, 0x24, I2C_CLIENT_END };
369 static const unsigned short saa7114_addrs[] = { 0x21, 0x20, I2C_CLIENT_END };
370 static const unsigned short adv717x_addrs[] = { 0x6a, 0x6b, 0x2a, 0x2b, I2C_CLIENT_END };
371 static const unsigned short ks0127_addrs[] = { 0x6c, 0x6d, I2C_CLIENT_END };
372 static const unsigned short saa7185_addrs[] = { 0x44, I2C_CLIENT_END };
373 static const unsigned short bt819_addrs[] = { 0x45, I2C_CLIENT_END };
374 static const unsigned short bt856_addrs[] = { 0x44, I2C_CLIENT_END };
375 static const unsigned short bt866_addrs[] = { 0x44, I2C_CLIENT_END };
/linux-2.6.39/drivers/media/video/
Dv4l2-common.c376 return client ? client->addr : I2C_CLIENT_END; in v4l2_i2c_subdev_addr()
389 I2C_CLIENT_END in v4l2_i2c_tuner_addrs()
393 I2C_CLIENT_END in v4l2_i2c_tuner_addrs()
398 I2C_CLIENT_END in v4l2_i2c_tuner_addrs()
/linux-2.6.39/Documentation/i2c/
Dupgrading-clients24 static unsigned short ignore[] = { I2C_CLIENT_END };
25 static unsigned short normal_addr[] = { OUR_ADDR, I2C_CLIENT_END };
101 - static unsigned short ignore[] = { I2C_CLIENT_END };
102 - static unsigned short normal_addr[] = { OUR_ADDR, I2C_CLIENT_END };
/linux-2.6.39/drivers/media/video/cx18/
Dcx18-cards.c37 .radio = { I2C_CLIENT_END },
38 .demod = { 0x43, I2C_CLIENT_END },
39 .tv = { 0x61, 0x60, I2C_CLIENT_END },
Dcx18-i2c.c91 unsigned short addr_list[2] = { addr, I2C_CLIENT_END }; in cx18_i2c_new_ir()
/linux-2.6.39/drivers/media/video/cx88/
Dcx88-input.c568 I2C_CLIENT_END in cx88_i2c_init_ir()
572 I2C_CLIENT_END in cx88_i2c_init_ir()
600 for (addrp = addr_list; *addrp != I2C_CLIENT_END; addrp++) { in cx88_i2c_init_ir()
/linux-2.6.39/include/linux/
Di2c.h415 #define I2C_CLIENT_END 0xfffeU macro
422 ((const unsigned short []){ addr, ## addrs, I2C_CLIENT_END })
/linux-2.6.39/drivers/hwmon/
Dlm73.c27 0x4d, 0x4e, I2C_CLIENT_END };
Dads7828.c48 I2C_CLIENT_END };
Dw83l785ts.c52 static const unsigned short normal_i2c[] = { 0x2e, I2C_CLIENT_END };
Dtmp421.c40 I2C_CLIENT_END };
Dds1621.c38 0x4d, 0x4e, 0x4f, I2C_CLIENT_END };
Datxp1.c46 static const unsigned short normal_i2c[] = { 0x37, 0x4e, I2C_CLIENT_END };
Dmax1619.c41 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END };
Dadt7411.c48 static const unsigned short normal_i2c[] = { 0x48, 0x4a, 0x4b, I2C_CLIENT_END };
Dlm75.c57 0x4d, 0x4e, 0x4f, I2C_CLIENT_END };
/linux-2.6.39/drivers/macintosh/
Dtherm_windtunnel.c310 I2C_CLIENT_END in do_attach()
314 I2C_CLIENT_END in do_attach()
/linux-2.6.39/drivers/misc/eeprom/
Deeprom.c29 0x55, 0x56, 0x57, I2C_CLIENT_END };
/linux-2.6.39/drivers/video/matrox/
Di2c-matroxfb.c190 0x1b, I2C_CLIENT_END in i2c_matroxfb_probe()
/linux-2.6.39/drivers/usb/host/
Dohci-pnx4008.c110 { ISP1301_I2C_ADDR, ISP1301_I2C_ADDR + 1, I2C_CLIENT_END };
/linux-2.6.39/drivers/media/video/cx23885/
Dcx23885-i2c.c352 0x6b, I2C_CLIENT_END in cx23885_i2c_register()

1234