Searched refs:I2C_NAME_SIZE (Results 1 - 25 of 117) sorted by relevance

12345

/linux-master/arch/powerpc/platforms/pasemi/
H A Dmisc.c39 if (strscpy(info->type, i2c_devices[i].i2c_type, I2C_NAME_SIZE) < 0)
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-input.c70 strscpy(info.type, "ir_video", I2C_NAME_SIZE);
/linux-master/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c273 strscpy(board_info.type, "max17047", I2C_NAME_SIZE);
364 strscpy(board_info.type, "typec_fusb302", I2C_NAME_SIZE);
384 strscpy(board_info.type, "pi3usb30532", I2C_NAME_SIZE);
/linux-master/drivers/hwmon/
H A Demc1403.c332 strscpy(info->type, "emc1402", I2C_NAME_SIZE);
335 strscpy(info->type, "emc1403", I2C_NAME_SIZE);
338 strscpy(info->type, "emc1422", I2C_NAME_SIZE);
341 strscpy(info->type, "emc1423", I2C_NAME_SIZE);
344 strscpy(info->type, "emc1404", I2C_NAME_SIZE);
347 strscpy(info->type, "emc1424", I2C_NAME_SIZE);
350 strscpy(info->type, "emc1442", I2C_NAME_SIZE);
H A Dlm73.c260 strscpy(info->type, "lm73", I2C_NAME_SIZE);
H A Dw83l785ts.c160 strscpy(info->type, "w83l785ts", I2C_NAME_SIZE);
H A Dmax6642.c151 strscpy(info->type, "max6642", I2C_NAME_SIZE);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c1158 strscpy(info.type, "sp2", I2C_NAME_SIZE);
1825 strscpy(info.type, "tda10071_cx24118", I2C_NAME_SIZE);
1842 strscpy(info.type, "a8293", I2C_NAME_SIZE);
1863 strscpy(info.type, "si2165", I2C_NAME_SIZE);
1896 strscpy(info.type, "tda10071_cx24118", I2C_NAME_SIZE);
1913 strscpy(info.type, "a8293", I2C_NAME_SIZE);
1946 strscpy(info.type, "ts2020", I2C_NAME_SIZE);
1982 strscpy(info.type, "si2168", I2C_NAME_SIZE);
2000 strscpy(info.type, "si2157", I2C_NAME_SIZE);
2027 strscpy(info.type, "si2168", I2C_NAME_SIZE);
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dintel_i2c.c116 snprintf(chan->base.name, I2C_NAME_SIZE, "intel drm %s", name);
/linux-master/sound/ppc/
H A Dkeywest.c46 strscpy(info.type, "keywest", I2C_NAME_SIZE);
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_i2c.c84 snprintf(connector->adapter.name, I2C_NAME_SIZE, "HIS i2c bit bus");
/linux-master/drivers/media/pci/cx88/
H A Dcx88-i2c.c140 strscpy(core->i2c_client.name, "cx88xx internal", I2C_NAME_SIZE);
H A Dcx88-input.c603 strscpy(info.type, "ir_video", I2C_NAME_SIZE);
628 strscpy(info.type, "ir_z8f0811_haup", I2C_NAME_SIZE);
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Drtl28xxu.c728 strscpy(board_info.type, "rtl2830", I2C_NAME_SIZE);
949 strscpy(board_info.type, "rtl2832", I2C_NAME_SIZE);
982 strscpy(info.type, "mn88472", I2C_NAME_SIZE);
1004 strscpy(info.type, "mn88473", I2C_NAME_SIZE);
1042 strscpy(info.type, "si2168", I2C_NAME_SIZE);
1238 strscpy(info.type, "e4000", I2C_NAME_SIZE);
1263 strscpy(board_info.type, "fc2580", I2C_NAME_SIZE);
1294 strscpy(board_info.type, "tua9001", I2C_NAME_SIZE);
1340 strscpy(info.type, "si2157", I2C_NAME_SIZE);
H A Dzd1301.c171 strscpy(board_info.type, "mt2060", I2C_NAME_SIZE);
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-dvb.c113 strscpy(bi.type, "si2157", I2C_NAME_SIZE);
634 strscpy(info.type, "si2168", I2C_NAME_SIZE);
653 strscpy(info.type, "si2157", I2C_NAME_SIZE);
677 strscpy(info.type, "si2168", I2C_NAME_SIZE);
696 strscpy(info.type, "si2157", I2C_NAME_SIZE);
/linux-master/include/linux/
H A Dmod_devicetable.h475 #define I2C_NAME_SIZE 20 macro
479 char name[I2C_NAME_SIZE];
H A Di2c.h344 char name[I2C_NAME_SIZE];
425 char type[I2C_NAME_SIZE];
/linux-master/drivers/macintosh/
H A Dtherm_windtunnel.c327 strscpy(info.type, "MAC,ds1775", I2C_NAME_SIZE);
336 strscpy(info.type, "MAC,adm1030", I2C_NAME_SIZE);
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-i2c.c286 snprintf(adap->name, I2C_NAME_SIZE, "%s I2C %d",
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-i2c.c180 snprintf(adap->name, I2C_NAME_SIZE, "ddbridge_%02x.%x.%x",
/linux-master/drivers/i2c/
H A Di2c-smbus.c403 strscpy(info.type, name, I2C_NAME_SIZE);
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-i2c-core.c564 strscpy(info.type, "ir_video", I2C_NAME_SIZE);
579 strscpy(info.type, "ir_z8f0811_haup", I2C_NAME_SIZE);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-i2c.c209 strscpy(info.type, type, I2C_NAME_SIZE);
237 strscpy(info.type, "ir_video", I2C_NAME_SIZE);
/linux-master/drivers/media/i2c/
H A Dsaa7127.c755 strscpy(client->name, "saa7129", I2C_NAME_SIZE);
758 strscpy(client->name, "saa7127", I2C_NAME_SIZE);

Completed in 279 milliseconds

12345