/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-cards.c | 37 .radio = { I2C_CLIENT_END }, 38 .demod = { 0x43, I2C_CLIENT_END }, 39 .tv = { 0x61, 0x60, I2C_CLIENT_END }, 47 .radio = { I2C_CLIENT_END }, 48 .demod = { 0x42, 0x43, I2C_CLIENT_END }, 49 .tv = { 0x61, 0x60, I2C_CLIENT_END },
|
D | cx18-i2c.c | 91 unsigned short addr_list[2] = { addr, I2C_CLIENT_END }; in cx18_i2c_new_ir()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-camera.c | 35 I2C_CLIENT_END 42 I2C_CLIENT_END 111 for (i = 0; micron_sensor_addrs[i] != I2C_CLIENT_END; i++) { in em28xx_probe_sensor_micron() 210 for (i = 0; omnivision_sensor_addrs[i] != I2C_CLIENT_END; i++) { in em28xx_probe_sensor_omnivision()
|
D | em28xx-input.c | 474 0x1f, 0x30, 0x47, I2C_CLIENT_END in em28xx_probe_i2c_ir() 477 while (addr_list[i] != I2C_CLIENT_END) { in em28xx_probe_i2c_ir()
|
D | em28xx-video.c | 2172 I2C_CLIENT_END }; 2177 I2C_CLIENT_END 2183 I2C_CLIENT_END
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-common.c | 201 return client ? client->addr : I2C_CLIENT_END; in v4l2_i2c_subdev_addr() 214 I2C_CLIENT_END in v4l2_i2c_tuner_addrs() 218 I2C_CLIENT_END in v4l2_i2c_tuner_addrs() 223 I2C_CLIENT_END in v4l2_i2c_tuner_addrs()
|
/linux-4.4.14/include/media/ |
D | tvaudio.h | 43 I2C_CLIENT_END in tvaudio_addrs()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-cards.c | 47 .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 },
|
D | ivtv-i2c.c | 182 unsigned short addr_list[2] = { addr, I2C_CLIENT_END }; in ivtv_i2c_new_ir() 256 I2C_CLIENT_END in ivtv_i2c_new_ir_legacy()
|
D | ivtv-driver.c | 482 .radio = { 0x60, I2C_CLIENT_END }, in ivtv_process_eeprom() 483 .demod = { 0x43, I2C_CLIENT_END }, in ivtv_process_eeprom() 484 .tv = { 0x61, I2C_CLIENT_END }, in ivtv_process_eeprom()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_card.c | 361 static const unsigned short vpx3220_addrs[] = { 0x43, 0x47, I2C_CLIENT_END }; 362 static const unsigned short saa7110_addrs[] = { 0x4e, 0x4f, I2C_CLIENT_END }; 363 static const unsigned short saa7111_addrs[] = { 0x25, 0x24, I2C_CLIENT_END }; 364 static const unsigned short saa7114_addrs[] = { 0x21, 0x20, I2C_CLIENT_END }; 365 static const unsigned short adv717x_addrs[] = { 0x6a, 0x6b, 0x2a, 0x2b, I2C_CLIENT_END }; 366 static const unsigned short ks0127_addrs[] = { 0x6c, 0x6d, I2C_CLIENT_END }; 367 static const unsigned short saa7185_addrs[] = { 0x44, I2C_CLIENT_END }; 368 static const unsigned short bt819_addrs[] = { 0x45, I2C_CLIENT_END }; 369 static const unsigned short bt856_addrs[] = { 0x44, I2C_CLIENT_END }; 370 static const unsigned short bt866_addrs[] = { 0x44, I2C_CLIENT_END };
|
/linux-4.4.14/Documentation/i2c/ |
D | upgrading-clients | 24 static unsigned short ignore[] = { I2C_CLIENT_END }; 25 static unsigned short normal_addr[] = { OUR_ADDR, I2C_CLIENT_END }; 100 - static unsigned short ignore[] = { I2C_CLIENT_END }; 101 - static unsigned short normal_addr[] = { OUR_ADDR, I2C_CLIENT_END };
|
D | instantiating-devices | 129 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, I2C_CLIENT_END };
|
/linux-4.4.14/drivers/platform/chrome/ |
D | chromeos_laptop.c | 144 const unsigned short addr_list[] = { info->addr, I2C_CLIENT_END }; in __add_probed_i2c_device() 299 I2C_CLIENT_END }; in setup_atmel_224s_tp() 312 I2C_CLIENT_END }; in setup_atmel_1664s_ts()
|
/linux-4.4.14/drivers/misc/ |
D | bmp085-i2c.c | 28 I2C_CLIENT_END };
|
D | ics932s401.c | 32 static const unsigned short normal_i2c[] = { 0x69, I2C_CLIENT_END };
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-input.c | 594 I2C_CLIENT_END in cx88_i2c_init_ir() 598 I2C_CLIENT_END in cx88_i2c_init_ir() 626 for (addrp = addr_list; *addrp != I2C_CLIENT_END; addrp++) { in cx88_i2c_init_ir()
|
D | cx88-cards.c | 3788 I2C_CLIENT_END in cx88_core_create()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-input.c | 273 0x47, I2C_CLIENT_END in au0828_probe_i2c_ir() 276 while (addr_list[i] != I2C_CLIENT_END) { in au0828_probe_i2c_ir()
|
/linux-4.4.14/include/linux/ |
D | i2c.h | 571 #define I2C_CLIENT_END 0xfffeU macro 575 ((const unsigned short []){ addr, ## addrs, I2C_CLIENT_END })
|
/linux-4.4.14/drivers/macintosh/ |
D | therm_windtunnel.c | 309 I2C_CLIENT_END in do_attach() 313 I2C_CLIENT_END in do_attach()
|
/linux-4.4.14/drivers/misc/eeprom/ |
D | eeprom.c | 28 0x55, 0x56, 0x57, I2C_CLIENT_END };
|
/linux-4.4.14/drivers/hwmon/ |
D | w83l785ts.c | 52 static const unsigned short normal_i2c[] = { 0x2e, I2C_CLIENT_END };
|
D | lm73.c | 28 0x4d, 0x4e, I2C_CLIENT_END };
|
D | max6642.c | 47 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, I2C_CLIENT_END };
|
D | tmp421.c | 36 I2C_CLIENT_END };
|
D | max1619.c | 36 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END };
|
D | lm77.c | 36 I2C_CLIENT_END };
|
D | lm92.c | 54 I2C_CLIENT_END };
|
D | adt7411.c | 47 static const unsigned short normal_i2c[] = { 0x48, 0x4a, 0x4b, I2C_CLIENT_END };
|
D | lm83.c | 48 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END };
|
D | adm1029.c | 43 0x2e, 0x2f, I2C_CLIENT_END
|
D | lm95241.c | 38 0x19, 0x2a, 0x2b, I2C_CLIENT_END };
|
D | lm75.c | 65 0x4d, 0x4e, 0x4f, I2C_CLIENT_END };
|
D | adm1021.c | 35 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END };
|
D | thmc50.c | 36 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
D | lm95245.c | 36 0x18, 0x19, 0x29, 0x4c, 0x4d, I2C_CLIENT_END };
|
D | jc42.c | 37 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, I2C_CLIENT_END };
|
D | adc128d818.c | 38 0x1d, 0x1e, 0x1f, 0x2d, 0x2e, 0x2f, I2C_CLIENT_END };
|
D | max1668.c | 34 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END };
|
D | emc1403.c | 466 0x18, 0x1c, 0x29, 0x4c, 0x4d, 0x5c, I2C_CLIENT_END
|
D | adm1025.c | 65 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
D | emc6w201.c | 34 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
D | max6639.c | 38 static const unsigned short normal_i2c[] = { 0x2c, 0x2e, 0x2f, I2C_CLIENT_END };
|
D | nct7904.c | 67 0x2d, 0x2e, I2C_CLIENT_END
|
D | asc7621.c | 32 0x2c, 0x2d, 0x2e, I2C_CLIENT_END 1067 for (i = 0; asc7621_chips[chip_type].addresses[i] != I2C_CLIENT_END; in valid_address_for_chip()
|
D | smsc47m192.c | 37 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, I2C_CLIENT_END };
|
D | tmp401.c | 48 0x4e, 0x4f, I2C_CLIENT_END };
|
D | emc2103.c | 31 static const unsigned short normal_i2c[] = { 0x2E, I2C_CLIENT_END };
|
D | lm95234.c | 36 0x18, 0x2a, 0x2b, 0x4d, 0x4e, I2C_CLIENT_END };
|
D | adm9240.c | 57 I2C_CLIENT_END };
|
D | lm80.c | 36 0x2e, 0x2f, I2C_CLIENT_END };
|
D | gl518sm.c | 47 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, I2C_CLIENT_END };
|
D | w83l786ng.c | 39 static const unsigned short normal_i2c[] = { 0x2e, 0x2f, I2C_CLIENT_END };
|
D | amc6821.c | 40 0x4c, 0x4d, 0x4e, I2C_CLIENT_END};
|
D | f75375s.c | 44 static const unsigned short normal_i2c[] = { 0x2d, 0x2e, I2C_CLIENT_END };
|
D | asb100.c | 54 static const unsigned short normal_i2c[] = { 0x2d, I2C_CLIENT_END };
|
D | lm78.c | 43 0x2e, 0x2f, I2C_CLIENT_END };
|
D | gl520sm.c | 42 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, I2C_CLIENT_END };
|
D | lm87.c | 75 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
D | lm63.c | 60 static const unsigned short normal_i2c[] = { 0x18, 0x4c, 0x4e, I2C_CLIENT_END };
|
D | adm1031.c | 69 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
D | nct7802.c | 1127 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, I2C_CLIENT_END
|
D | fschmd.c | 53 static const unsigned short normal_i2c[] = { 0x73, I2C_CLIENT_END };
|
D | lm90.c | 117 0x4d, 0x4e, 0x4f, I2C_CLIENT_END };
|
D | adt7470.c | 37 static const unsigned short normal_i2c[] = { 0x2C, 0x2E, 0x2F, I2C_CLIENT_END };
|
D | lm85.c | 40 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
D | w83791d.c | 53 I2C_CLIENT_END };
|
D | adt7475.c | 151 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
D | w83792d.c | 51 I2C_CLIENT_END };
|
D | w83781d.c | 60 0x2e, 0x2f, I2C_CLIENT_END };
|
D | adt7462.c | 33 static const unsigned short normal_i2c[] = { 0x58, 0x5C, I2C_CLIENT_END };
|
D | w83793.c | 56 I2C_CLIENT_END };
|
D | adm1026.c | 38 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
D | w83795.c | 42 0x2c, 0x2d, 0x2e, 0x2f, I2C_CLIENT_END
|
D | dme1737.c | 62 static const unsigned short normal_i2c[] = {0x2c, 0x2d, 0x2e, I2C_CLIENT_END};
|
D | lm93.c | 151 static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END };
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | i2c-matroxfb.c | 190 0x1b, I2C_CLIENT_END in i2c_matroxfb_probe()
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-core.c | 60 I2C_CLIENT_END
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-i2c.c | 343 0x6b, I2C_CLIENT_END in cx23885_i2c_register()
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-i2c.c | 187 I2C_CLIENT_END }; in usbvision_i2c_register()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 373 I2C_CLIENT_END in init_bttv_i2c_ir()
|
D | bttv-cards.c | 3541 I2C_CLIENT_END in bttv_init_card2() 3567 I2C_CLIENT_END in bttv_init_card2() 3581 I2C_CLIENT_END in bttv_init_card2() 3638 I2C_CLIENT_END in bttv_init_card2()
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 47 static unsigned short normal_i2c[] = { 0x0d, I2C_CLIENT_END };
|
/linux-4.4.14/drivers/leds/ |
D | leds-blinkm.c | 33 static const unsigned short normal_i2c[] = { 0x09, I2C_CLIENT_END };
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-core.c | 2474 for (i = 0; address_list[i] != I2C_CLIENT_END; i += 1) { in i2c_detect() 2505 for (i = 0; addr_list[i] != I2C_CLIENT_END; i++) { in i2c_new_probed_device() 2525 if (addr_list[i] == I2C_CLIENT_END) { in i2c_new_probed_device()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 1793 address_list[i] = I2C_CLIENT_END; in ssif_address_list()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 1960 dst[cnt] = I2C_CLIENT_END; in pvr2_copy_i2c_addr_list()
|