Searched refs:chip_name (Results 1 - 25 of 27) sorted by relevance

12

/drivers/mfd/
H A Dretu-mfd.c121 char *chip_name; member in struct:retu_data
128 .chip_name = "Retu",
135 .chip_name = "Tahvo",
255 rdat->chip_name, ret);
259 dev_info(rdev->dev, "%s%s%s v%d.%d found\n", rdat->chip_name,
H A Dab3100-core.c887 snprintf(&ab3100->chip_name[0],
888 sizeof(ab3100->chip_name) - 1,
909 &ab3100->chip_name[0]);
/drivers/ide/
H A Dhpt366.c396 char *chip_name; /* Chip name */ member in struct:hpt_info
447 .chip_name = "HPT36x",
455 .chip_name = "HPT370",
463 .chip_name = "HPT370A",
471 .chip_name = "HPT374",
479 .chip_name = "HPT372",
487 .chip_name = "HPT372A",
495 .chip_name = "HPT302",
503 .chip_name = "HPT371",
511 .chip_name
[all...]
/drivers/media/dvb-frontends/
H A Dlgdt330x.c242 char *chip_name; local
247 chip_name = "LGDT3302";
252 chip_name = "LGDT3303";
271 chip_name = "undefined";
275 dprintk("%s entered as %s\n", __func__, chip_name);
H A Dsi2165.c960 const char *chip_name; local
1017 chip_name = "Si2161";
1021 chip_name = "Si2165";
1033 KBUILD_MODNAME, chip_name, rev_char, state->chip_type,
1036 strlcat(state->frontend.ops.info.name, chip_name,
/drivers/video/fbdev/via/
H A Daccel.c322 u32 chip_name = viapar->shared->chip_info.gfx_chip_name; local
331 switch (chip_name) {
386 vq_len, chip_name = viapar->shared->chip_info.gfx_chip_name; local
401 switch (chip_name) {
438 switch (chip_name) {
H A Dviafbdev.c776 chip_name = viapar->shared->chip_info.gfx_chip_name; local
783 if ((chip_name == UNICHROME_CLE266 && viapar->iga_path == IGA2) ||
825 if (chip_name == UNICHROME_CX700 ||
826 chip_name == UNICHROME_VX800 ||
827 chip_name == UNICHROME_VX855 ||
828 chip_name == UNICHROME_VX900) {
/drivers/media/usb/em28xx/
H A Dem28xx-cards.c3011 const char *chip_name = default_chip_name; local
3035 chip_name = "em2800";
3038 chip_name = "em2710";
3041 chip_name = "em2750";
3044 chip_name = "em2765";
3050 chip_name = "em2710/2820";
3055 chip_name = "em2710";
3057 chip_name = "em2820";
3062 chip_name = "em2840";
3065 chip_name
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h181 char chip_name[8]; member in struct:sym_shcb
H A Dsym_glue.c1185 "revision id 0x%x\n", np->s.chip_name,
1313 strlcpy(np->s.chip_name, dev->chip.name, sizeof(np->s.chip_name));
/drivers/watchdog/
H A Dw83627hf_wdt.c414 const char * const chip_name[] = { local
443 chip_name[chip]);
/drivers/gpu/drm/radeon/
H A Dr600.c2348 const char *chip_name; local
2359 chip_name = "R600";
2363 chip_name = "RV610";
2367 chip_name = "RV630";
2371 chip_name = "RV620";
2375 chip_name = "RV635";
2379 chip_name = "RV670";
2384 chip_name = "RS780";
2388 chip_name = "RV770";
2394 chip_name
[all...]
H A Dr600_cp.c315 const char *chip_name; local
328 case CHIP_R600: chip_name = "R600"; break;
329 case CHIP_RV610: chip_name = "RV610"; break;
330 case CHIP_RV630: chip_name = "RV630"; break;
331 case CHIP_RV620: chip_name = "RV620"; break;
332 case CHIP_RV635: chip_name = "RV635"; break;
333 case CHIP_RV670: chip_name = "RV670"; break;
335 case CHIP_RS880: chip_name = "RS780"; break;
336 case CHIP_RV770: chip_name = "RV770"; break;
338 case CHIP_RV740: chip_name
[all...]
H A Dni.c686 const char *chip_name; local
697 chip_name = "BARTS";
706 chip_name = "TURKS";
715 chip_name = "CAICOS";
724 chip_name = "CAYMAN";
733 chip_name = "ARUBA";
744 DRM_INFO("Loading %s Microcode\n", chip_name);
746 snprintf(fw_name, sizeof(fw_name), "radeon/%s_pfp.bin", chip_name);
758 snprintf(fw_name, sizeof(fw_name), "radeon/%s_me.bin", chip_name);
782 snprintf(fw_name, sizeof(fw_name), "radeon/%s_mc.bin", chip_name);
[all...]
H A Dsi.c1618 const char *chip_name; local
1630 chip_name = "TAHITI";
1641 chip_name = "PITCAIRN";
1652 chip_name = "VERDE";
1663 chip_name = "OLAND";
1673 chip_name = "HAINAN";
1690 snprintf(fw_name, sizeof(fw_name), "radeon/%s_pfp.bin", chip_name);
1716 snprintf(fw_name, sizeof(fw_name), "radeon/%s_me.bin", chip_name);
1741 snprintf(fw_name, sizeof(fw_name), "radeon/%s_ce.bin", chip_name);
1766 snprintf(fw_name, sizeof(fw_name), "radeon/%s_rlc.bin", chip_name);
[all...]
H A Dcik.c1912 const char *chip_name; local
1926 chip_name = "BONAIRE";
1940 chip_name = "HAWAII";
1954 chip_name = "KAVERI";
1965 chip_name = "KABINI";
1976 chip_name = "MULLINS";
1994 snprintf(fw_name, sizeof(fw_name), "radeon/%s_pfp.bin", chip_name);
2020 snprintf(fw_name, sizeof(fw_name), "radeon/%s_me.bin", chip_name);
2045 snprintf(fw_name, sizeof(fw_name), "radeon/%s_ce.bin", chip_name);
2070 snprintf(fw_name, sizeof(fw_name), "radeon/%s_mec.bin", chip_name);
[all...]
/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c1435 const char *chip_name; local
1542 chip_name = "RTL8187BvB(early)";
1547 chip_name = "RTL8187vD";
1550 chip_name = "RTL8187vB (default)";
1564 chip_name = "RTL8187BvB";
1568 chip_name = "RTL8187BvD";
1572 chip_name = "RTL8187BvE";
1576 chip_name = "RTL8187BvB (default)";
1634 mac_addr, chip_name, priv->asic_rev, priv->rf->name,
/drivers/pwm/
H A Dcore.c97 const char *chip_name = dev_name(chip->dev); local
99 if (chip_name && strcmp(chip_name, name) == 0) {
/drivers/net/ethernet/dec/tulip/
H A Dtulip.h42 char *chip_name; member in struct:tulip_chip_table
H A Dtulip_core.c1319 const char *chip_name = tulip_tbl[chip_idx].chip_name; local
1507 chip_name = "GSC DS21140 Tulip";
1719 chip_name, pdev->revision,
/drivers/net/wireless/rtl818x/rtl8180/
H A Ddev.c1725 const char *chip_name, *rf_name = NULL; local
1816 chip_name = "RTL8180";
1821 chip_name = "RTL8180vF";
1826 chip_name = "RTL8185";
1831 chip_name = "RTL8185vD";
1836 chip_name = "RTL8187SE";
1928 priv->mac_addr, chip_name, priv->rf->name);
/drivers/hwmon/
H A Dw83795.c1923 const char *chip_name; local
1981 chip_name = "w83795adg";
1983 chip_name = "w83795g";
1985 strlcpy(info->type, chip_name, I2C_NAME_SIZE);
1986 dev_info(&adapter->dev, "Found %s rev. %c at 0x%02hx\n", chip_name,
/drivers/net/ethernet/
H A Dfealnx.c149 char *chip_name; member in struct:chip_info
668 dev->name, skel_netdrv_tbl[chip_id].chip_name, ioaddr,
/drivers/video/fbdev/sis/
H A Dsis_main.h100 const char *chip_name; member in struct:sisfb_chip_info
/drivers/usb/atm/
H A Dueagle-atm.c565 static const char * const chip_name[] = { variable
2650 chip_name[UEA_CHIP_VERSION(id)]);

Completed in 595 milliseconds

12