/linux-2.4.37.9/drivers/char/drm-4.0/ |
D | agpsupport.c | 252 if (head->agp_info.chipset == NOT_SUPPORTED) { in drm_agp_init() 257 switch (head->agp_info.chipset) { in drm_agp_init() 258 case INTEL_GENERIC: head->chipset = "Intel"; break; in drm_agp_init() 259 case INTEL_LX: head->chipset = "Intel 440LX"; break; in drm_agp_init() 260 case INTEL_BX: head->chipset = "Intel 440BX"; break; in drm_agp_init() 261 case INTEL_GX: head->chipset = "Intel 440GX"; break; in drm_agp_init() 262 case INTEL_I810: head->chipset = "Intel i810"; break; in drm_agp_init() 265 case INTEL_I840: head->chipset = "Intel i840"; break; in drm_agp_init() 267 case INTEL_460GX: head->chipset = "Intel 460GX"; break; in drm_agp_init() 269 case VIA_GENERIC: head->chipset = "VIA"; break; in drm_agp_init() [all …]
|
/linux-2.4.37.9/drivers/ide/legacy/ |
D | dtc2278.c | 130 ide_hwifs[0].chipset = ide_dtc2278; in probe_dtc2278() 131 ide_hwifs[1].chipset = ide_dtc2278; in probe_dtc2278() 150 if (ide_hwifs[0].chipset != ide_dtc2278 && in dtc2278_release() 151 ide_hwifs[1].chipset != ide_dtc2278) in dtc2278_release() 156 ide_hwifs[0].chipset = ide_unknown; in dtc2278_release() 157 ide_hwifs[1].chipset = ide_unknown; in dtc2278_release() 188 if (ide_hwifs[0].chipset != ide_dtc2278 && in dtc2278_mod_init() 189 ide_hwifs[1].chipset != ide_dtc2278) { in dtc2278_mod_init()
|
D | umc8672.c | 157 ide_hwifs[0].chipset = ide_umc8672; in probe_umc8672() 158 ide_hwifs[1].chipset = ide_umc8672; in probe_umc8672() 178 if (ide_hwifs[0].chipset != ide_umc8672 && in umc8672_release() 179 ide_hwifs[1].chipset != ide_umc8672) { in umc8672_release() 184 ide_hwifs[0].chipset = ide_unknown; in umc8672_release() 185 ide_hwifs[1].chipset = ide_unknown; in umc8672_release() 222 if (ide_hwifs[0].chipset != ide_umc8672 && in umc8672_mod_init() 223 ide_hwifs[1].chipset != ide_umc8672) { in umc8672_mod_init()
|
D | ali14xx.c | 218 ide_hwifs[0].chipset = ide_ali14xx; in probe_ali14xx() 219 ide_hwifs[1].chipset = ide_ali14xx; in probe_ali14xx() 242 if (ide_hwifs[0].chipset != ide_ali14xx && in ali14xx_release() 243 ide_hwifs[1].chipset != ide_ali14xx) in ali14xx_release() 246 ide_hwifs[0].chipset = ide_unknown; in ali14xx_release() 247 ide_hwifs[1].chipset = ide_unknown; in ali14xx_release() 289 if (ide_hwifs[0].chipset != ide_ali14xx && in ali14xx_mod_init() 290 ide_hwifs[1].chipset != ide_ali14xx) { in ali14xx_mod_init()
|
D | ht6560b.c | 320 ide_hwifs[0].chipset = ide_ht6560b; in probe_ht6560b() 321 ide_hwifs[1].chipset = ide_ht6560b; in probe_ht6560b() 352 if (ide_hwifs[0].chipset != ide_ht6560b && in ht6560b_release() 353 ide_hwifs[1].chipset != ide_ht6560b) in ht6560b_release() 356 ide_hwifs[0].chipset = ide_unknown; in ht6560b_release() 357 ide_hwifs[1].chipset = ide_unknown; in ht6560b_release() 415 if (ide_hwifs[0].chipset != ide_ht6560b && in ht6560b_mod_init() 416 ide_hwifs[1].chipset != ide_ht6560b) { in ht6560b_mod_init()
|
D | pdc4030.c | 166 if (hwif->chipset == ide_pdc4030) /* we've already been found ! */ in setup_pdc4030() 223 hwif->chipset = hwif2->chipset = ide_pdc4030; in setup_pdc4030() 311 if (hwif->chipset == ide_unknown && detect_pdc4030(hwif)) { in ide_probe_for_pdc4030() 326 hwif->chipset = ide_unknown; in release_pdc4030() 337 mate->chipset = ide_unknown; in release_pdc4030() 382 if (hwif->chipset == ide_pdc4030) { in pdc4030_mod_exit() 384 if (mate->chipset == ide_pdc4030) in pdc4030_mod_exit()
|
D | qd65xx.c | 353 hwif->chipset = ide_qd65xx; in qd_setup() 379 if (!(hwif->chipset == ide_qd65xx)) return; in qd_unsetup() 510 if (ide_hwifs[0].chipset != ide_qd65xx && in qd65xx_mod_init() 511 ide_hwifs[1].chipset != ide_qd65xx) in qd65xx_mod_init()
|
D | pdc4030.h | 30 # define IS_PDC4030_DRIVE (HWIF(drive)->chipset == ide_pdc4030)
|
/linux-2.4.37.9/drivers/ide/ |
D | Config.in | 30 comment 'IDE chipset support/bugfixes' 32 dep_bool ' CMD640 chipset bugfix/support' CONFIG_BLK_DEV_CMD640 $CONFIG_X86 36 bool ' PCI IDE chipset support' CONFIG_BLK_DEV_IDEPCI 49 dep_tristate ' AEC62XX chipset support' CONFIG_BLK_DEV_AEC62XX $CONFIG_BLK_DEV_IDEDMA_PCI 50 dep_tristate ' ALI M15x3 chipset support' CONFIG_BLK_DEV_ALI15X3 $CONFIG_BLK_DEV_IDEDMA_PCI 54 …dep_tristate ' ATI IXP chipset IDE support' CONFIG_BLK_DEV_ATIIXP $CONFIG_BLK_DEV_IDEDMA_PCI $C… 55 … dep_tristate ' CMD64{3|6|8|9} chipset support' CONFIG_BLK_DEV_CMD64X $CONFIG_BLK_DEV_IDEDMA_PCI 57 dep_tristate ' CY82C693 chipset support' CONFIG_BLK_DEV_CY82C693 $CONFIG_BLK_DEV_IDEDMA_PCI 58 …dep_tristate ' Cyrix CS5530 MediaGX chipset support' CONFIG_BLK_DEV_CS5530 $CONFIG_BLK_DEV_IDED… 59 dep_tristate ' HPT34X chipset support' CONFIG_BLK_DEV_HPT34X $CONFIG_BLK_DEV_IDEDMA_PCI [all …]
|
D | setup-pci.c | 62 if (hwif->chipset == ide_generic) in ide_match_hwif() 74 if (hwif->chipset == ide_unknown) in ide_match_hwif() 94 if (hwif->chipset == ide_unknown) in ide_match_hwif() 100 if (hwif->chipset == ide_unknown) in ide_match_hwif() 106 if (hwif->chipset == ide_unknown) in ide_match_hwif() 446 hwif->chipset = ide_pci; in ide_hwif_configure()
|
D | ide-probe.c | 188 if (hwif->channel == 1 && hwif->chipset == ide_pdc4030) { in do_identify() 406 if (hwif->chipset == ide_cmd640) { in try_to_identify() 832 if ((hwif->chipset != ide_4drives || !hwif->mate || !hwif->mate->present) && in probe_hwif() 834 (hwif->chipset != ide_pdc4030 || hwif->channel == 0) && in probe_hwif() 898 if (hwif->chipset != ide_4drives || in probe_hwif() 1032 if (hwif->chipset != ide_pci || in init_irq() 1033 h->chipset != ide_pci) { in init_irq() 1085 if (IDE_CHIPSET_IS_PCI(hwif->chipset)) { in init_irq()
|
/linux-2.4.37.9/drivers/net/arcnet/ |
D | Config.in | 13 dep_tristate 'ARCnet COM90xx (normal) chipset driver' CONFIG_ARCNET_COM90xx $CONFIG_ARCNET 14 dep_tristate 'ARCnet COM90xx (IO mapped) chipset driver' CONFIG_ARCNET_COM90xxIO $CONFIG_ARCNET 15 dep_tristate 'ARCnet COM90xx (RIM I) chipset driver' CONFIG_ARCNET_RIM_I $CONFIG_ARCNET 16 dep_tristate 'ARCnet COM20020 chipset driver' CONFIG_ARCNET_COM20020 $CONFIG_ARCNET
|
/linux-2.4.37.9/drivers/net/tokenring/ |
D | Config.in | 17 tristate ' IBM Tropic chipset based adapter support' CONFIG_IBMTR 19 dep_tristate ' IBM Olympic chipset PCI adapter support' CONFIG_IBMOL $CONFIG_TR $CONFIG_PCI 20 dep_tristate ' IBM Lanstreamer chipset PCI adapter support' CONFIG_IBMLS $CONFIG_TR $CONFIG_PCI
|
/linux-2.4.37.9/drivers/sound/ |
D | opl3sa2.c | 143 int chipset; /* What's my version(s)? */ member 336 if(devc->chipset == CHIPSET_OPL3SA3) { in opl3sa2_mixer_reset() 352 if (devc->chipset == CHIPSET_OPL3SA3) { in opl3sa2_mixer_restore() 684 opl3sa2_state[card].chipset = CHIPSET_UNKNOWN; in probe_opl3sa2() 690 opl3sa2_state[card].chipset = CHIPSET_OPL3SA2; in probe_opl3sa2() 695 opl3sa2_state[card].chipset = CHIPSET_OPL3SA3; in probe_opl3sa2() 701 opl3sa2_state[card].chipset = CHIPSET_OPL3SA3; in probe_opl3sa2() 708 opl3sa2_state[card].chipset = CHIPSET_OPL3SA3; in probe_opl3sa2() 714 if(opl3sa2_state[card].chipset != CHIPSET_UNKNOWN) { in probe_opl3sa2() 716 opl3sa2_state[card].chipset_name = (char *)CHIPSET_TABLE[opl3sa2_state[card].chipset]; in probe_opl3sa2() [all …]
|
/linux-2.4.37.9/drivers/net/ |
D | de4x5.c | 808 int chipset; /* DC21040, DC21041 or DC21140 */ member 873 int chipset; member 892 int chipset; member 1075 int chipset; member 1221 lp->chipset = bus.chipset; in de4x5_hw_init() 1239 if (lp->chipset != DC21140) { in de4x5_hw_init() 1240 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init() 1243 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init() 1324 if ((lp->chipset == DC21140) && (i == 0x20)) { in de4x5_hw_init() 1342 if ((lp->chipset != DC21040) && (lp->chipset != DC21041)) { in de4x5_hw_init() [all …]
|
D | 8139too.c | 586 chip_t chipset; member 867 tp->chipset = i; in rtl8139_init_board() 875 tp->chipset = 0; in rtl8139_init_board() 880 tp->chipset, in rtl8139_init_board() 881 rtl_chip_info[tp->chipset].name); in rtl8139_init_board() 883 if (tp->chipset >= CH_8139B) { in rtl8139_init_board() 886 if ((rtl_chip_info[tp->chipset].flags & HasLWake) && in rtl8139_init_board() 895 if (rtl_chip_info[tp->chipset].flags & HasLWake) { in rtl8139_init_board() 1026 dev->name, rtl_chip_info[tp->chipset].name); in rtl8139_init_one() 1081 if (rtl_chip_info[tp->chipset].flags & HasHltClk) in rtl8139_init_one() [all …]
|
/linux-2.4.37.9/Documentation/sound/ |
D | VIA-chipset | 17 Linux implements a workaround providing your chipset is PCI and you compiled 21 during booting. If you have a VIA PCI chipset that hangs when you use the 26 chipset board you need to do the following to build a special kernel for
|
D | OPL3-SA2 | 21 different chipset, the OPL3-SAx. After an email exhange with 23 715, and the chipsets are identical. The chipset detection code 134 # NOTE: IO 0 is for the unused SoundBlaster part of the chipset. 187 have a different chipset version than I've encountered so far. Look 189 if they provide any clues. If you do not see the chipset version
|
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfb.h | 126 ((d)->chipset == INTEL_865G) 129 ((d)->chipset != INTEL_865G) 274 int chipset; member 342 int *chipset, int *mobile);
|
D | intelfbhw.c | 54 intelfbhw_get_chipset(struct pci_dev *pdev, const char **name, int *chipset, in intelfbhw_get_chipset() argument 59 if (!pdev || !name || !chipset || !mobile) in intelfbhw_get_chipset() 65 *chipset = INTEL_830M; in intelfbhw_get_chipset() 70 *chipset = INTEL_845G; in intelfbhw_get_chipset() 81 *chipset = INTEL_855GME; in intelfbhw_get_chipset() 85 *chipset = INTEL_855GM; in intelfbhw_get_chipset() 89 *chipset = INTEL_852GME; in intelfbhw_get_chipset() 93 *chipset = INTEL_852GM; in intelfbhw_get_chipset() 97 *chipset = INTEL_85XGM; in intelfbhw_get_chipset() 103 *chipset = INTEL_865G; in intelfbhw_get_chipset()
|
/linux-2.4.37.9/Documentation/networking/ |
D | arcnet.txt | 50 for yet another chipset. Now the generic support has been separated from the 51 individual chipset drivers, and the source files aren't quite so packed with 110 and at least one chipset driver.) 122 There are four chipset options: 124 1. Standard ARCnet COM90xx chipset. 127 chipset driver which will autoprobe if not told where the card is. 131 If you load the chipset support as a module, the options are: 137 2. ARCnet COM20020 chipset. 139 This is the new chipset from SMC with support for promiscuous mode (packet 146 If you load the chipset support as a module, the options are: [all …]
|
/linux-2.4.37.9/drivers/char/drm/ |
D | mga_warp.c | 167 switch ( dev_priv->chipset ) { in mga_warp_install_microcode() 185 switch ( dev_priv->chipset ) { in mga_warp_init()
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | cmd640.c | 426 if (hwif->chipset == ide_unknown || hwif->chipset == ide_generic) { in setup_device_ptrs() 774 cmd_hwif0->chipset = ide_cmd640; in ide_probe_for_cmd640x() 826 cmd_hwif1->chipset = ide_cmd640; in ide_probe_for_cmd640x()
|
D | rz1000.c | 43 hwif->chipset = ide_rz1000; in init_hwif_rz1000()
|
/linux-2.4.37.9/Documentation/input/ |
D | cs461x.txt | 6 0.5.8a kernel drivers as an chipset documentation and samples. 39 specific options required to work this driver. The found chipset parameters
|