Home
last modified time | relevance | path

Searched refs:cardtype (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/ethernet/fujitsu/
A Dfmvj18x_cs.c115 enum cardtype cardtype; member
332 enum cardtype cardtype; in fmvj18x_config() local
354 cardtype = TDK; in fmvj18x_config()
377 cardtype = CONTEC; in fmvj18x_config()
381 cardtype = MBH10302; in fmvj18x_config()
385 cardtype = MBH10304; in fmvj18x_config()
387 cardtype = MBH10304; in fmvj18x_config()
389 cardtype = LA501; in fmvj18x_config()
456 switch (cardtype) { in fmvj18x_config()
516 lp->cardtype = cardtype; in fmvj18x_config()
[all …]
/linux/drivers/scsi/
A Dstex.c1222 if (hba->cardtype == st_yel || hba->cardtype == st_P3) in stex_handshake()
1630 (hba->cardtype == st_yel || hba->cardtype == st_P3) ? in stex_request_irq()
1719 if (hba->cardtype == st_yel || hba->cardtype == st_P3) in stex_probe()
1724 if (hba->cardtype == st_yel || hba->cardtype == st_P3) in stex_probe()
1764 if (hba->cardtype == st_yel || hba->cardtype == st_P3) in stex_probe()
1777 if (hba->cardtype == st_yel || hba->cardtype == st_P3) in stex_probe()
1859 if ((hba->cardtype == st_yel || hba->cardtype == st_P3) && in stex_hba_stop()
1867 if (hba->cardtype == st_yel || hba->cardtype == st_P3) { in stex_hba_stop()
1873 if ((hba->cardtype == st_yosemite || hba->cardtype == st_yel in stex_hba_stop()
1880 } else if ((hba->cardtype == st_yel || hba->cardtype == st_P3) in stex_hba_stop()
[all …]
/linux/drivers/comedi/drivers/
A Dadv_pci_dio.c488 if (cardtype == TYPE_PCI1752 || cardtype == TYPE_PCI1756) in pci_dio_reset()
492 switch (cardtype) { in pci_dio_reset()
515 if (cardtype == TYPE_PCI1753E) { in pci_dio_reset()
526 if (cardtype == TYPE_PCI1754) { in pci_dio_reset()
732 unsigned long cardtype) in pci_dio_override_cardtype() argument
739 if (cardtype != TYPE_PCI1753) in pci_dio_override_cardtype()
740 return cardtype; in pci_dio_override_cardtype()
742 return cardtype; in pci_dio_override_cardtype()
755 cardtype = TYPE_PCI1753E; in pci_dio_override_cardtype()
760 return cardtype; in pci_dio_override_cardtype()
[all …]
/linux/drivers/net/ethernet/amd/
A Datarilance.c219 enum lance_type cardtype; member
541 lp->cardtype = PAM_CARD; in lance_probe1()
544 lp->cardtype = NEW_RIEBL; in lance_probe1()
547 lp->cardtype = OLD_RIEBL; in lance_probe1()
549 if (lp->cardtype == PAM_CARD || in lance_probe1()
575 dev->name, lance_names[lp->cardtype], in lance_probe1()
582 switch( lp->cardtype ) { in lance_probe1()
600 if (lp->cardtype == OLD_RIEBL) { in lance_probe1()
620 if (lp->cardtype == PAM_CARD) in lance_probe1()
694 if (lp->cardtype == OLD_RIEBL || lp->cardtype == NEW_RIEBL) { \ in lance_init_ring()
[all …]
/linux/drivers/net/ethernet/8390/
A Dmac8390.c288 enum mac8390_type cardtype) in mac8390_rsrc_init() argument
319 if (useresources[cardtype] == 1) { in mac8390_rsrc_init()
342 switch (cardtype) { in mac8390_rsrc_init()
392 enum mac8390_type cardtype = MAC8390_NONE; in mac8390_device_probe() local
405 cardtype = mac8390_ident(fres); in mac8390_device_probe()
406 if (cardtype == MAC8390_NONE) in mac8390_device_probe()
409 if (mac8390_rsrc_init(dev, fres, cardtype)) in mac8390_device_probe()
415 err = mac8390_initdev(dev, board, cardtype); in mac8390_device_probe()
/linux/drivers/media/pci/cx18/
A Dcx18-driver.c53 static int cardtype[CX18_MAX_CARDS]; variable
100 module_param_array(cardtype, int, &cardtype_c, 0644);
135 MODULE_PARM_DESC(cardtype,
628 cx->options.cardtype = cardtype[cx->instance]; in cx18_process_options()
633 if (cx->options.cardtype == -1) { in cx18_process_options()
637 cx->card = cx18_get_card(cx->options.cardtype - 1); in cx18_process_options()
640 else if (cx->options.cardtype != 0) in cx18_process_options()
921 if (cx->options.cardtype == -1) { in cx18_probe()
A Dcx18-driver.h245 int cardtype; /* force card type on load */ member
/linux/drivers/media/pci/ivtv/
A Divtv-driver.c89 static int cardtype[IVTV_MAX_CARDS]; variable
146 module_param_array(cardtype, int, &cardtype_c, 0644);
176 MODULE_PARM_DESC(cardtype,
650 itv->options.cardtype = cardtype[itv->instance]; in ivtv_process_options()
672 if (itv->options.cardtype == -1) { in ivtv_process_options()
676 if ((itv->card = ivtv_get_card(itv->options.cardtype - 1))) { in ivtv_process_options()
679 } else if (itv->options.cardtype != 0) { in ivtv_process_options()
1016 if (itv->options.cardtype == -1) { in ivtv_probe()
A Divtv-driver.h191 int cardtype; /* force card type on load */ member
/linux/drivers/video/fbdev/
A Dgxt4500.c622 enum gxt_cards cardtype; in gxt4500_probe() local
650 cardtype = ent->driver_data; in gxt4500_probe()
651 par->refclk_ps = cardinfo[cardtype].refclk_ps; in gxt4500_probe()
653 strlcpy(info->fix.id, cardinfo[cardtype].cardname, in gxt4500_probe()
A Datafb.c205 enum cardtype { IS_VGA, IS_MV300 }; enum
206 static enum cardtype external_card_type = IS_VGA;
/linux/include/linux/isdn/
A Dcapilli.h34 int cardtype; member
/linux/drivers/net/wan/lmc/
A Dlmc_media.c172 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC5200; in lmc_hssi_init()
372 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC5245; in lmc_ds3_init()
543 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC1000; in lmc_ssi_init()
921 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC1200; in lmc_t1_init()
A Dlmc_var.h164 u32 cardtype; member
/linux/drivers/scsi/aacraid/
A Dlinit.c260 return aac_drivers[dev->cardtype].name; in aac_info()
1202 aac_drivers[dev->cardtype].model); in aac_show_model()
1223 aac_drivers[dev->cardtype].vname); in aac_show_vendor()
1656 aac->cardtype = index; in aac_probe_one()
A Dcommsup.c1542 index = aac->cardtype; in _aac_reset_adapter()
1949 aac_reinit_aif(dev, dev->cardtype); in aac_src_reinit_aif_worker()
A Daachba.c947 struct aac_driver_ident *mp = aac_get_driver_ident(dev->cardtype); in setinqstr()
2228 if (dev->dac_support && (aac_get_driver_ident(dev->cardtype)->quirks in aac_get_adapter_info()
2252 ? ((aac_get_driver_ident(dev->cardtype)->quirks & AAC_QUIRK_SCSI_32) in aac_get_adapter_info()
A Daacraid.h1607 int cardtype; member

Completed in 82 milliseconds