| /OK3568_Linux_fs/kernel/drivers/net/ethernet/fujitsu/ |
| H A D | fmvj18x_cs.c | 102 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 = MBH10302; in fmvj18x_config() 384 cardtype = MBH10304; in fmvj18x_config() 386 cardtype = MBH10304; in fmvj18x_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | adv_pci_dio.c | 284 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() argument 475 if (cardtype != TYPE_PCI1753) in pci_dio_override_cardtype() 476 return cardtype; in pci_dio_override_cardtype() 478 return cardtype; in pci_dio_override_cardtype() 491 cardtype = TYPE_PCI1753E; in pci_dio_override_cardtype() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | stex.c | 338 unsigned int cardtype; member 554 if (hba->cardtype == st_P3) { in stex_ss_send_cmd() 640 if (hba->cardtype == st_shasta || id == host->max_id - 1) { in stex_queuecommand_lck() 825 hba->cardtype != st_yosemite))) { in stex_mu_intr() 865 if (hba->cardtype == st_yosemite) in stex_mu_intr() 901 hba->cardtype == st_shasta)) in stex_intr() 993 if (hba->cardtype == st_yel) { in stex_ss_intr() 1121 if (hba->cardtype == st_yel) { in stex_ss_handshake() 1163 if (hba->cardtype == st_yel) { in stex_ss_handshake() 1187 if (hba->cardtype == st_yel) { in stex_ss_handshake() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | atarilance.c | 219 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 == PAM_CARD ? CSR3_ACON : 0); in lance_open() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | mac8390.c | 295 enum mac8390_type cardtype) in mac8390_rsrc_init() argument 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | b1lli.h | 40 int cardtype; member 60 int cardtype; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | b1lli.h | 40 int cardtype; member 60 int cardtype; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-driver.c | 53 static int cardtype[CX18_MAX_CARDS]; variable 100 module_param_array(cardtype, int, &cardtype_c, 0644); 135 MODULE_PARM_DESC(cardtype, 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 != 0) in cx18_process_options() 922 if (cx->options.cardtype == -1) { in cx18_probe()
|
| H A D | cx18-driver.h | 245 int cardtype; /* force card type on load */ member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-driver.c | 89 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()
|
| H A D | ivtv-driver.h | 193 int cardtype; /* force card type on load */ member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | gxt4500.c | 622 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()
|
| H A D | atafb.c | 205 enum cardtype { IS_VGA, IS_MV300 }; enum 206 static enum cardtype external_card_type = IS_VGA;
|
| /OK3568_Linux_fs/kernel/include/linux/isdn/ |
| H A D | capilli.h | 34 int cardtype; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/lmc/ |
| H A D | lmc_media.c | 172 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 D | lmc_var.h | 164 u32 cardtype; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | linit.c | 260 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()
|
| H A D | commsup.c | 1541 index = aac->cardtype; in _aac_reset_adapter() 1948 aac_reinit_aif(dev, dev->cardtype); in aac_src_reinit_aif_worker()
|
| H A D | aachba.c | 937 struct aac_driver_ident *mp = aac_get_driver_ident(dev->cardtype); in setinqstr() 2224 if (dev->dac_support && (aac_get_driver_ident(dev->cardtype)->quirks in aac_get_adapter_info() 2248 ? ((aac_get_driver_ident(dev->cardtype)->quirks & AAC_QUIRK_SCSI_32) in aac_get_adapter_info()
|
| H A D | aacraid.h | 1607 int cardtype; member
|