Home
last modified time | relevance | path

Searched refs:cardtype (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c102 enum cardtype { MBH10302, MBH10304, TDK, CONTEC, LA501, UNGERMANN, enum
115 enum cardtype cardtype; member
332 enum cardtype cardtype; in fmvj18x_config() local
353 cardtype = TDK; in fmvj18x_config()
364 cardtype = NEC; /* MultiFunction Card */ in fmvj18x_config()
370 cardtype = KME; /* MultiFunction Card */ in fmvj18x_config()
376 cardtype = CONTEC; in fmvj18x_config()
380 cardtype in fmvj18x_config()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c102 enum cardtype { MBH10302, MBH10304, TDK, CONTEC, LA501, UNGERMANN, enum
115 enum cardtype cardtype; member
332 enum cardtype cardtype; in fmvj18x_config() local
354 cardtype = TDK; in fmvj18x_config()
365 cardtype = NEC; /* MultiFunction Card */ in fmvj18x_config()
371 cardtype = KME; /* MultiFunction Card */ in fmvj18x_config()
377 cardtype = CONTEC; in fmvj18x_config()
381 cardtype in fmvj18x_config()
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dadv_pci_dio.c284 static int pci_dio_reset(struct comedi_device *dev, unsigned long cardtype) in pci_dio_reset() argument
287 if (cardtype == TYPE_PCI1752 || cardtype == TYPE_PCI1756) in pci_dio_reset()
291 switch (cardtype) { in pci_dio_reset()
310 if (cardtype == TYPE_PCI1753E) { in pci_dio_reset()
321 if (cardtype == TYPE_PCI1754) { in pci_dio_reset()
468 unsigned long cardtype) in pci_dio_override_cardtype()
471 * Change cardtype from TYPE_PCI1753 to TYPE_PCI1753E if expansion in pci_dio_override_cardtype()
475 if (cardtype != TYPE_PCI1753) in pci_dio_override_cardtype()
476 return cardtype; in pci_dio_override_cardtype()
467 pci_dio_override_cardtype(struct pci_dev *pcidev, unsigned long cardtype) pci_dio_override_cardtype() argument
502 unsigned long cardtype; adv_pci_dio_pci_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstex.c342 unsigned int cardtype; member
558 if (hba->cardtype == st_P3) { in stex_ss_send_cmd()
644 if (hba->cardtype == st_shasta || id == host->max_id - 1) { in stex_queuecommand_lck()
829 hba->cardtype != st_yosemite))) { in stex_mu_intr()
869 if (hba->cardtype == st_yosemite) in stex_mu_intr()
905 hba->cardtype == st_shasta)) in stex_intr()
997 if (hba->cardtype == st_yel) { in stex_ss_intr()
1125 if (hba->cardtype == st_yel) { in stex_ss_handshake()
1167 if (hba->cardtype == st_yel) { in stex_ss_handshake()
1191 if (hba->cardtype in stex_ss_handshake()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstex.c342 unsigned int cardtype; member
555 if (hba->cardtype == st_P3) { in stex_ss_send_cmd()
641 if (hba->cardtype == st_shasta || id == host->max_id - 1) { in stex_queuecommand_lck()
826 hba->cardtype != st_yosemite))) { in stex_mu_intr()
866 if (hba->cardtype == st_yosemite) in stex_mu_intr()
902 hba->cardtype == st_shasta)) in stex_intr()
994 if (hba->cardtype == st_yel) { in stex_ss_intr()
1122 if (hba->cardtype == st_yel) { in stex_ss_handshake()
1164 if (hba->cardtype == st_yel) { in stex_ss_handshake()
1188 if (hba->cardtype in stex_ss_handshake()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Datarilance.c219 enum lance_type cardtype; member
545 lp->cardtype = PAM_CARD; in lance_probe1()
548 lp->cardtype = NEW_RIEBL; in lance_probe1()
551 lp->cardtype = OLD_RIEBL; in lance_probe1()
553 if (lp->cardtype == PAM_CARD || in lance_probe1()
579 dev->name, lance_names[lp->cardtype], in lance_probe1()
586 switch( lp->cardtype ) { in lance_probe1()
604 if (lp->cardtype == OLD_RIEBL) { in lance_probe1()
624 if (lp->cardtype == PAM_CARD) in lance_probe1()
652 REGA( CSR3 ) = CSR3_BSWP | (lp->cardtype in lance_open()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Datarilance.c219 enum lance_type cardtype; member
542 lp->cardtype = PAM_CARD; in lance_probe1()
545 lp->cardtype = NEW_RIEBL; in lance_probe1()
548 lp->cardtype = OLD_RIEBL; in lance_probe1()
550 if (lp->cardtype == PAM_CARD || in lance_probe1()
576 dev->name, lance_names[lp->cardtype], in lance_probe1()
583 switch( lp->cardtype ) { in lance_probe1()
603 if (lp->cardtype == OLD_RIEBL) { in lance_probe1()
623 if (lp->cardtype == PAM_CARD) in lance_probe1()
651 REGA( CSR3 ) = CSR3_BSWP | (lp->cardtype in lance_open()
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dadv_pci_dio.c482 static int pci_dio_reset(struct comedi_device *dev, unsigned long cardtype) in pci_dio_reset() argument
486 if (cardtype == TYPE_PCI1752 || cardtype == TYPE_PCI1756) in pci_dio_reset()
490 switch (cardtype) { in pci_dio_reset()
513 if (cardtype == TYPE_PCI1753E) { in pci_dio_reset()
524 if (cardtype == TYPE_PCI1754) { in pci_dio_reset()
730 unsigned long cardtype) in pci_dio_override_cardtype()
733 * Change cardtype from TYPE_PCI1753 to TYPE_PCI1753E if expansion in pci_dio_override_cardtype()
737 if (cardtype != TYPE_PCI1753) in pci_dio_override_cardtype()
738 return cardtype; in pci_dio_override_cardtype()
729 pci_dio_override_cardtype(struct pci_dev *pcidev, unsigned long cardtype) pci_dio_override_cardtype() argument
764 unsigned long cardtype; adv_pci_dio_pci_probe() local
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Db1lli.h26 int cardtype; member
40 int cardtype; member
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dmac8390.c295 enum mac8390_type cardtype) in mac8390_rsrc_init()
326 if (useresources[cardtype] == 1) { in mac8390_rsrc_init()
349 switch (cardtype) { in mac8390_rsrc_init()
399 enum mac8390_type cardtype = MAC8390_NONE; in mac8390_device_probe() local
412 cardtype = mac8390_ident(fres); in mac8390_device_probe()
413 if (cardtype == MAC8390_NONE) in mac8390_device_probe()
416 if (mac8390_rsrc_init(dev, fres, cardtype)) in mac8390_device_probe()
422 err = mac8390_initdev(dev, board, cardtype); in mac8390_device_probe()
293 mac8390_rsrc_init(struct net_device *dev, struct nubus_rsrc *fres, enum mac8390_type cardtype) mac8390_rsrc_init() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dmac8390.c286 enum mac8390_type cardtype) in mac8390_rsrc_init()
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()
284 mac8390_rsrc_init(struct net_device *dev, struct nubus_rsrc *fres, enum mac8390_type cardtype) mac8390_rsrc_init() argument
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H 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,
361 from the model number. Use the cardtype module option if you in cx18_process_eeprom()
394 CX18_ERR("Unknown model %d, defaulting to original HVR-1600 (cardtype=1)\n", in cx18_process_eeprom()
629 cx->options.cardtype = cardtype[cx->instance]; in cx18_process_options()
634 if (cx->options.cardtype == -1) { in cx18_process_options()
638 cx->card = cx18_get_card(cx->options.cardtype - 1); in cx18_process_options()
641 else if (cx->options.cardtype ! in cx18_process_options()
[all...]
H A Dcx18-driver.h245 int cardtype; /* force card type on load */ member
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H 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,
653 itv->options.cardtype = cardtype[itv->instance]; in ivtv_process_options()
675 if (itv->options.cardtype == -1) { in ivtv_process_options()
679 if ((itv->card = ivtv_get_card(itv->options.cardtype - 1))) { in ivtv_process_options()
682 } else if (itv->options.cardtype != 0) { in ivtv_process_options()
1014 if (itv->options.cardtype == -1) { in ivtv_probe()
1097 /* Based on the model number the cardtype ma in ivtv_probe()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H 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,
360 from the model number. Use the cardtype module option if you in cx18_process_eeprom()
393 CX18_ERR("Unknown model %d, defaulting to original HVR-1600 (cardtype=1)\n", in cx18_process_eeprom()
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 ! in cx18_process_options()
[all...]
H A Dcx18-driver.h244 int cardtype; /* force card type on load */ member
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H 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()
1099 /* Based on the model number the cardtype ma in ivtv_probe()
[all...]
/kernel/linux/linux-5.10/include/linux/isdn/
H A Dcapilli.h34 int cardtype; member
/kernel/linux/linux-6.6/include/linux/isdn/
H A Dcapilli.h34 int cardtype; member
/kernel/linux/linux-5.10/drivers/net/wan/lmc/
H 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()
H A Dlmc_var.h164 u32 cardtype; member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dgxt4500.c621 enum gxt_cards cardtype; in gxt4500_probe() local
653 cardtype = ent->driver_data; in gxt4500_probe()
654 par->refclk_ps = cardinfo[cardtype].refclk_ps; in gxt4500_probe()
656 strscpy(info->fix.id, cardinfo[cardtype].cardname, in gxt4500_probe()
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dlinit.c260 return aac_drivers[dev->cardtype].name; in aac_info()
1200 aac_drivers[dev->cardtype].model); in aac_show_model()
1221 aac_drivers[dev->cardtype].vname); in aac_show_vendor()
1652 aac->cardtype = index; in aac_probe_one()
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dlinit.c258 return aac_drivers[dev->cardtype].name; in aac_info()
1201 aac_drivers[dev->cardtype].model); in aac_show_model()
1222 aac_drivers[dev->cardtype].vname); in aac_show_vendor()
1656 aac->cardtype = index; in aac_probe_one()

Completed in 33 milliseconds

12