/Linux-v5.10/arch/powerpc/platforms/pasemi/ |
D | misc.c | 39 I2C_NAME_SIZE) >= I2C_NAME_SIZE) in find_i2c_driver()
|
/Linux-v5.10/drivers/hwmon/ |
D | emc1403.c | 332 strlcpy(info->type, "emc1402", I2C_NAME_SIZE); in emc1403_detect() 335 strlcpy(info->type, "emc1403", I2C_NAME_SIZE); in emc1403_detect() 338 strlcpy(info->type, "emc1422", I2C_NAME_SIZE); in emc1403_detect() 341 strlcpy(info->type, "emc1423", I2C_NAME_SIZE); in emc1403_detect() 344 strlcpy(info->type, "emc1404", I2C_NAME_SIZE); in emc1403_detect() 347 strlcpy(info->type, "emc1424", I2C_NAME_SIZE); in emc1403_detect()
|
D | w83l785ts.c | 160 strlcpy(info->type, "w83l785ts", I2C_NAME_SIZE); in w83l785ts_detect()
|
D | lm73.c | 260 strlcpy(info->type, "lm73", I2C_NAME_SIZE); in lm73_detect()
|
D | max6642.c | 151 strlcpy(info->type, "max6642", I2C_NAME_SIZE); in max6642_detect()
|
/Linux-v5.10/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1158 strscpy(info.type, "sp2", I2C_NAME_SIZE); in dvb_register_ci_mac() 1825 strscpy(info.type, "tda10071_cx24118", I2C_NAME_SIZE); in dvb_register() 1842 strscpy(info.type, "a8293", I2C_NAME_SIZE); in dvb_register() 1863 strscpy(info.type, "si2165", I2C_NAME_SIZE); in dvb_register() 1896 strscpy(info.type, "tda10071_cx24118", I2C_NAME_SIZE); in dvb_register() 1913 strscpy(info.type, "a8293", I2C_NAME_SIZE); in dvb_register() 1946 strscpy(info.type, "ts2020", I2C_NAME_SIZE); in dvb_register() 1982 strscpy(info.type, "si2168", I2C_NAME_SIZE); in dvb_register() 2000 strscpy(info.type, "si2157", I2C_NAME_SIZE); in dvb_register() 2027 strscpy(info.type, "si2168", I2C_NAME_SIZE); in dvb_register() [all …]
|
/Linux-v5.10/drivers/platform/x86/ |
D | intel_cht_int33fe_typec.c | 248 strlcpy(board_info.type, "max17047", I2C_NAME_SIZE); in cht_int33fe_register_max17047() 310 strlcpy(board_info.type, "typec_fusb302", I2C_NAME_SIZE); in cht_int33fe_typec_probe() 330 strlcpy(board_info.type, "pi3usb30532", I2C_NAME_SIZE); in cht_int33fe_typec_probe()
|
D | i2c-multi-instantiate.c | 92 strlcpy(board_info.type, inst_data[i].type, I2C_NAME_SIZE); in i2c_multi_inst_probe()
|
/Linux-v5.10/drivers/media/pci/saa7164/ |
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-v5.10/drivers/media/usb/cx231xx/ |
D | cx231xx-input.c | 70 strscpy(info.type, "ir_video", I2C_NAME_SIZE); in cx231xx_ir_init()
|
/Linux-v5.10/sound/ppc/ |
D | keywest.c | 52 strlcpy(info.type, "keywest", I2C_NAME_SIZE); in keywest_attach_adapter()
|
/Linux-v5.10/drivers/media/usb/dvb-usb-v2/ |
D | rtl28xxu.c | 699 strscpy(board_info.type, "rtl2830", I2C_NAME_SIZE); in rtl2831u_frontend_attach() 920 strscpy(board_info.type, "rtl2832", I2C_NAME_SIZE); in rtl2832u_frontend_attach() 959 strscpy(info.type, "mn88472", I2C_NAME_SIZE); in rtl2832u_frontend_attach() 984 strscpy(info.type, "mn88473", I2C_NAME_SIZE); in rtl2832u_frontend_attach() 1027 strscpy(info.type, "si2168", I2C_NAME_SIZE); in rtl2832u_frontend_attach() 1218 strscpy(info.type, "e4000", I2C_NAME_SIZE); in rtl2832u_tuner_attach() 1243 strscpy(board_info.type, "fc2580", I2C_NAME_SIZE); in rtl2832u_tuner_attach() 1274 strscpy(board_info.type, "tua9001", I2C_NAME_SIZE); in rtl2832u_tuner_attach() 1320 strscpy(info.type, "si2157", I2C_NAME_SIZE); in rtl2832u_tuner_attach()
|
/Linux-v5.10/drivers/gpu/drm/gma500/ |
D | intel_i2c.c | 117 snprintf(chan->adapter.name, I2C_NAME_SIZE, "intel drm %s", name); in psb_intel_i2c_create()
|
D | oaktrail_lvds_i2c.c | 145 strncpy(chan->adapter.name, "gma500 LPC", I2C_NAME_SIZE - 1); in oaktrail_lvds_i2c_init()
|
/Linux-v5.10/drivers/media/pci/cx88/ |
D | cx88-i2c.c | 140 strscpy(core->i2c_client.name, "cx88xx internal", I2C_NAME_SIZE); in cx88_i2c_init()
|
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-v5.10/drivers/macintosh/ |
D | therm_windtunnel.c | 325 strlcpy(info.type, "MAC,ds1775", I2C_NAME_SIZE); in do_attach() 333 strlcpy(info.type, "MAC,adm1030", I2C_NAME_SIZE); in do_attach()
|
/Linux-v5.10/include/linux/ |
D | mod_devicetable.h | 454 #define I2C_NAME_SIZE 20 macro 458 char name[I2C_NAME_SIZE];
|
D | i2c.h | 328 char name[I2C_NAME_SIZE]; 411 char type[I2C_NAME_SIZE];
|
/Linux-v5.10/drivers/misc/eeprom/ |
D | eeprom.c | 139 strlcpy(info->type, "eeprom", I2C_NAME_SIZE); in eeprom_detect()
|
/Linux-v5.10/drivers/mfd/ |
D | htc-i2cpld.c | 354 strlcpy(info.type, "htcpld-chip", I2C_NAME_SIZE); in htcpld_register_chip_i2c() 367 snprintf(client->name, I2C_NAME_SIZE, "Chip_0x%x", client->addr); in htcpld_register_chip_i2c()
|
/Linux-v5.10/drivers/media/usb/pvrusb2/ |
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-v5.10/drivers/media/pci/smipcie/ |
D | smipcie-main.c | 543 strscpy(tuner_info.type, "ts2020", I2C_NAME_SIZE); in smi_dvbsky_m88ds3103_fe_attach() 599 strscpy(tuner_info.type, "m88rs6000t", I2C_NAME_SIZE); in smi_dvbsky_m88rs6000_fe_attach() 641 strscpy(client_info.type, "si2168", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach() 658 strscpy(client_info.type, "si2157", I2C_NAME_SIZE); in smi_dvbsky_sit2_fe_attach()
|
/Linux-v5.10/drivers/media/pci/ivtv/ |
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-v5.10/drivers/i2c/ |
D | i2c-smbus.c | 393 strlcpy(info.type, name, I2C_NAME_SIZE); in i2c_register_spd()
|