| /linux/drivers/hwmon/ |
| A D | emc1403.c | 86 strscpy(info->type, "emc1402", I2C_NAME_SIZE); in emc1403_detect() 89 strscpy(info->type, "emc1403", I2C_NAME_SIZE); in emc1403_detect() 92 strscpy(info->type, "emc1422", I2C_NAME_SIZE); in emc1403_detect() 95 strscpy(info->type, "emc1423", I2C_NAME_SIZE); in emc1403_detect() 98 strscpy(info->type, "emc1404", I2C_NAME_SIZE); in emc1403_detect() 101 strscpy(info->type, "emc1424", I2C_NAME_SIZE); in emc1403_detect() 104 strscpy(info->type, "emc1428", I2C_NAME_SIZE); in emc1403_detect() 107 strscpy(info->type, "emc1438", I2C_NAME_SIZE); in emc1403_detect() 110 strscpy(info->type, "emc1442", I2C_NAME_SIZE); in emc1403_detect()
|
| A D | w83l785ts.c | 160 strscpy(info->type, "w83l785ts", I2C_NAME_SIZE); in w83l785ts_detect()
|
| A D | lm73.c | 260 strscpy(info->type, "lm73", I2C_NAME_SIZE); in lm73_detect()
|
| A D | max1668.c | 222 strscpy(info->type, type_name, I2C_NAME_SIZE); in max1668_detect()
|
| /linux/drivers/media/pci/cx23885/ |
| A D | cx23885-dvb.c | 1158 strscpy(info.type, "sp2", I2C_NAME_SIZE); in dvb_register_ci_mac() 1842 strscpy(info.type, "a8293", I2C_NAME_SIZE); in dvb_register() 1863 strscpy(info.type, "si2165", I2C_NAME_SIZE); in dvb_register() 1913 strscpy(info.type, "a8293", I2C_NAME_SIZE); in dvb_register() 2027 strscpy(info.type, "si2168", I2C_NAME_SIZE); in dvb_register() 2045 strscpy(info.type, "si2157", I2C_NAME_SIZE); in dvb_register() 2074 strscpy(info.type, "ts2020", I2C_NAME_SIZE); in dvb_register() 2143 strscpy(info.type, "ts2020", I2C_NAME_SIZE); in dvb_register() 2188 strscpy(info.type, "si2168", I2C_NAME_SIZE); in dvb_register() 2206 strscpy(info.type, "si2157", I2C_NAME_SIZE); in dvb_register() [all …]
|
| /linux/sound/soc/codecs/ |
| A D | pcm6240.h | 232 unsigned char upper_dev_name[I2C_NAME_SIZE]; 233 unsigned char dev_name[I2C_NAME_SIZE];
|
| /linux/drivers/media/pci/saa7164/ |
| A D | saa7164-dvb.c | 113 strscpy(bi.type, "si2157", I2C_NAME_SIZE); in si2157_attach() 634 strscpy(info.type, "si2168", I2C_NAME_SIZE); in saa7164_dvb_register() 653 strscpy(info.type, "si2157", I2C_NAME_SIZE); in saa7164_dvb_register() 677 strscpy(info.type, "si2168", I2C_NAME_SIZE); in saa7164_dvb_register() 696 strscpy(info.type, "si2157", I2C_NAME_SIZE); in saa7164_dvb_register()
|
| /linux/arch/powerpc/platforms/pasemi/ |
| A D | misc.c | 39 if (strscpy(info->type, i2c_devices[i].i2c_type, I2C_NAME_SIZE) < 0) in find_i2c_driver()
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| A D | rtl28xxu.c | 728 strscpy(board_info.type, "rtl2830", I2C_NAME_SIZE); in rtl2831u_frontend_attach() 949 strscpy(board_info.type, "rtl2832", I2C_NAME_SIZE); in rtl2832u_frontend_attach() 982 strscpy(info.type, "mn88472", I2C_NAME_SIZE); in rtl2832u_frontend_attach() 1004 strscpy(info.type, "mn88473", I2C_NAME_SIZE); in rtl2832u_frontend_attach() 1042 strscpy(info.type, "si2168", I2C_NAME_SIZE); in rtl2832u_frontend_attach() 1238 strscpy(info.type, "e4000", I2C_NAME_SIZE); in rtl2832u_tuner_attach() 1263 strscpy(board_info.type, "fc2580", I2C_NAME_SIZE); in rtl2832u_tuner_attach() 1294 strscpy(board_info.type, "tua9001", I2C_NAME_SIZE); in rtl2832u_tuner_attach() 1340 strscpy(info.type, "si2157", I2C_NAME_SIZE); in rtl2832u_tuner_attach()
|
| A D | zd1301.c | 171 strscpy(board_info.type, "mt2060", I2C_NAME_SIZE); in zd1301_frontend_attach()
|
| /linux/drivers/media/usb/cx231xx/ |
| A D | cx231xx-input.c | 70 strscpy(info.type, "ir_video", I2C_NAME_SIZE); in cx231xx_ir_init()
|
| /linux/sound/ppc/ |
| A D | keywest.c | 46 strscpy(info.type, "keywest", I2C_NAME_SIZE); in keywest_attach_adapter()
|
| /linux/drivers/gpu/drm/hisilicon/hibmc/ |
| A D | hibmc_drm_i2c.c | 84 snprintf(connector->adapter.name, I2C_NAME_SIZE, "HIS i2c bit bus"); in hibmc_ddc_create()
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | intel_i2c.c | 116 snprintf(chan->base.name, I2C_NAME_SIZE, "intel drm %s", name); in gma_i2c_create()
|
| /linux/drivers/media/pci/cx88/ |
| A D | cx88-i2c.c | 140 strscpy(core->i2c_client.name, "cx88xx internal", I2C_NAME_SIZE); in cx88_i2c_init()
|
| A D | cx88-input.c | 603 strscpy(info.type, "ir_video", I2C_NAME_SIZE); in cx88_i2c_init_ir() 628 strscpy(info.type, "ir_z8f0811_haup", I2C_NAME_SIZE); in cx88_i2c_init_ir()
|
| /linux/include/linux/ |
| A D | mod_devicetable.h | 475 #define I2C_NAME_SIZE 20 macro 479 char name[I2C_NAME_SIZE];
|
| A D | i2c.h | 343 char name[I2C_NAME_SIZE]; 424 char type[I2C_NAME_SIZE];
|
| /linux/drivers/macintosh/ |
| A D | therm_windtunnel.c | 327 strscpy(info.type, "MAC,ds1775", I2C_NAME_SIZE); in do_attach() 336 strscpy(info.type, "MAC,adm1030", I2C_NAME_SIZE); in do_attach()
|
| /linux/drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-i2c-core.c | 564 strscpy(info.type, "ir_video", I2C_NAME_SIZE); in pvr2_i2c_register_ir() 579 strscpy(info.type, "ir_z8f0811_haup", I2C_NAME_SIZE); in pvr2_i2c_register_ir()
|
| /linux/drivers/media/pci/smipcie/ |
| A D | smipcie-main.c | 547 strscpy(tuner_info.type, "ts2020", I2C_NAME_SIZE); in smi_dvbsky_m88ds3103_fe_attach() 603 strscpy(tuner_info.type, "m88rs6000t", I2C_NAME_SIZE); in smi_dvbsky_m88rs6000_fe_attach() 645 strscpy(client_info.type, "si2168", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach() 662 strscpy(client_info.type, "si2157", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach()
|
| /linux/drivers/media/pci/ivtv/ |
| A D | ivtv-i2c.c | 209 strscpy(info.type, type, I2C_NAME_SIZE); in ivtv_i2c_new_ir() 237 strscpy(info.type, "ir_video", I2C_NAME_SIZE); in ivtv_i2c_new_ir_legacy()
|
| /linux/drivers/pinctrl/ |
| A D | pinctrl-cy8c95x0.c | 1427 strscpy(info->type, name, I2C_NAME_SIZE); in cy8c95x0_detect() 1460 strscpy(chip->name, cy8c95x0_id[0].name, I2C_NAME_SIZE); in cy8c95x0_probe() 1464 strscpy(chip->name, cy8c95x0_id[1].name, I2C_NAME_SIZE); in cy8c95x0_probe() 1468 strscpy(chip->name, cy8c95x0_id[2].name, I2C_NAME_SIZE); in cy8c95x0_probe()
|
| /linux/drivers/media/pci/ddbridge/ |
| A D | ddbridge-i2c.c | 180 snprintf(adap->name, I2C_NAME_SIZE, "ddbridge_%02x.%x.%x", in ddb_i2c_add()
|
| /linux/drivers/media/i2c/ |
| A D | saa7127.c | 755 strscpy(client->name, "saa7129", I2C_NAME_SIZE); in saa7127_probe() 758 strscpy(client->name, "saa7127", I2C_NAME_SIZE); in saa7127_probe()
|