Home
last modified time | relevance | path

Searched refs:I2C_NAME_SIZE (Results 1 – 25 of 110) sorted by relevance

12345

/Linux-v5.4/arch/powerpc/platforms/pasemi/
Dmisc.c39 I2C_NAME_SIZE) >= I2C_NAME_SIZE) in find_i2c_driver()
/Linux-v5.4/drivers/hwmon/
Demc1403.c332 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()
Dw83l785ts.c161 strlcpy(info->type, "w83l785ts", I2C_NAME_SIZE); in w83l785ts_detect()
Dlm73.c260 strlcpy(info->type, "lm73", I2C_NAME_SIZE); in lm73_detect()
Dtmp421.c269 strlcpy(info->type, tmp421_id[kind].name, I2C_NAME_SIZE); in tmp421_detect()
Dmax6642.c151 strlcpy(info->type, "max6642", I2C_NAME_SIZE); in max6642_detect()
/Linux-v5.4/drivers/media/pci/cx23885/
Dcx23885-dvb.c1158 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()
1897 strscpy(info.type, "tda10071_cx24118", I2C_NAME_SIZE); in dvb_register()
1914 strscpy(info.type, "a8293", I2C_NAME_SIZE); in dvb_register()
1947 strscpy(info.type, "ts2020", I2C_NAME_SIZE); in dvb_register()
1984 strscpy(info.type, "si2168", I2C_NAME_SIZE); in dvb_register()
2003 strscpy(info.type, "si2157", I2C_NAME_SIZE); in dvb_register()
2031 strscpy(info.type, "si2168", I2C_NAME_SIZE); in dvb_register()
[all …]
/Linux-v5.4/drivers/platform/x86/
Dintel_cht_int33fe.c251 strlcpy(board_info.type, "max17047", I2C_NAME_SIZE); in cht_int33fe_register_max17047()
340 strlcpy(board_info.type, "typec_fusb302", I2C_NAME_SIZE); in cht_int33fe_probe()
360 strlcpy(board_info.type, "pi3usb30532", I2C_NAME_SIZE); in cht_int33fe_probe()
Di2c-multi-instantiate.c92 strlcpy(board_info.type, inst_data[i].type, I2C_NAME_SIZE); in i2c_multi_inst_probe()
/Linux-v5.4/drivers/media/pci/saa7164/
Dsaa7164-dvb.c113 strscpy(bi.type, "si2157", I2C_NAME_SIZE); in si2157_attach()
636 strscpy(info.type, "si2168", I2C_NAME_SIZE); in saa7164_dvb_register()
656 strscpy(info.type, "si2157", I2C_NAME_SIZE); in saa7164_dvb_register()
681 strscpy(info.type, "si2168", I2C_NAME_SIZE); in saa7164_dvb_register()
701 strscpy(info.type, "si2157", I2C_NAME_SIZE); in saa7164_dvb_register()
/Linux-v5.4/drivers/media/usb/cx231xx/
Dcx231xx-input.c70 strscpy(info.type, "ir_video", I2C_NAME_SIZE); in cx231xx_ir_init()
/Linux-v5.4/sound/ppc/
Dkeywest.c51 strlcpy(info.type, "keywest", I2C_NAME_SIZE); in keywest_attach_adapter()
/Linux-v5.4/drivers/media/usb/dvb-usb-v2/
Drtl28xxu.c696 strscpy(board_info.type, "rtl2830", I2C_NAME_SIZE); in rtl2831u_frontend_attach()
917 strscpy(board_info.type, "rtl2832", I2C_NAME_SIZE); in rtl2832u_frontend_attach()
956 strscpy(info.type, "mn88472", I2C_NAME_SIZE); in rtl2832u_frontend_attach()
981 strscpy(info.type, "mn88473", I2C_NAME_SIZE); in rtl2832u_frontend_attach()
1024 strscpy(info.type, "si2168", I2C_NAME_SIZE); in rtl2832u_frontend_attach()
1215 strscpy(info.type, "e4000", I2C_NAME_SIZE); in rtl2832u_tuner_attach()
1239 strscpy(board_info.type, "fc2580", I2C_NAME_SIZE); in rtl2832u_tuner_attach()
1270 strscpy(board_info.type, "tua9001", I2C_NAME_SIZE); in rtl2832u_tuner_attach()
1315 strscpy(info.type, "si2157", I2C_NAME_SIZE); in rtl2832u_tuner_attach()
/Linux-v5.4/drivers/gpu/drm/gma500/
Dintel_i2c.c117 snprintf(chan->adapter.name, I2C_NAME_SIZE, "intel drm %s", name); in psb_intel_i2c_create()
Doaktrail_lvds_i2c.c145 strncpy(chan->adapter.name, "gma500 LPC", I2C_NAME_SIZE - 1); in oaktrail_lvds_i2c_init()
/Linux-v5.4/drivers/media/pci/cx88/
Dcx88-i2c.c140 strscpy(core->i2c_client.name, "cx88xx internal", I2C_NAME_SIZE); in cx88_i2c_init()
Dcx88-input.c603 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.4/include/linux/
Dmod_devicetable.h452 #define I2C_NAME_SIZE 20 macro
456 char name[I2C_NAME_SIZE];
Di2c.h327 char name[I2C_NAME_SIZE];
410 char type[I2C_NAME_SIZE];
/Linux-v5.4/drivers/macintosh/
Dtherm_windtunnel.c323 strlcpy(info.type, "therm_ds1775", I2C_NAME_SIZE); in do_attach()
326 strlcpy(info.type, "therm_adm1030", I2C_NAME_SIZE); in do_attach()
/Linux-v5.4/drivers/misc/eeprom/
Deeprom.c139 strlcpy(info->type, "eeprom", I2C_NAME_SIZE); in eeprom_detect()
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c564 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.4/drivers/mfd/
Dhtc-i2cpld.c354 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.4/drivers/media/pci/smipcie/
Dsmipcie-main.c543 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.4/drivers/media/pci/ivtv/
Divtv-i2c.c209 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()

12345