Searched refs:card_present (Results 1 – 14 of 14) sorted by relevance
213 int card_present; in mac89x0_probe() local216 card_present = hwreg_present((void*) ioaddr+4) in mac89x0_probe()220 if (!card_present) in mac89x0_probe()
312 int card_present; in mac_onboard_sonic_probe() local315 card_present = hwreg_present((void*)ONBOARD_SONIC_REGISTERS); in mac_onboard_sonic_probe()318 if (!card_present) { in mac_onboard_sonic_probe()
23 static int card_present(int socketno);
140 if (card_present(i)) { in i82092aa_pci_probe()384 static int card_present(int socketno) in card_present() function
267 if (local->func->card_present && !local->func->card_present(local)) in hfa384x_cmd_issue()824 if ((local->func->card_present && !local->func->card_present(local)) || in hfa384x_get_rid()897 if ((local->func->card_present && !local->func->card_present(local)) || in hfa384x_set_rid()1537 if (local->func->card_present && !local->func->card_present(local)) { in prism2_hw_shutdown()1828 if ((local->func->card_present && !local->func->card_present(local)) || in prism2_tx_80211()2496 if (local->func->card_present && !local->func->card_present(local)) in hostap_bap_tasklet()2632 if (local->func->card_present && !local->func->card_present(local)) { in prism2_interrupt()
645 (!local->func->card_present || local->func->card_present(local)) && in prism2_close()699 if ((local->func->card_present && !local->func->card_present(local)) || in prism2_open()
282 .card_present = NULL,
327 .card_present = NULL,
571 int (*card_present)(local_info_t *local); member
487 .card_present = prism2_pccard_card_present,
217 static int card_present(void *arg) in card_present() function327 card_present, in atmel_config()
1474 int (*card_present)(void *), void *card) in init_atmel_card()1495 priv->present_callback = card_present; in init_atmel_card()1502 priv->bus_type = card_present ? BUS_TYPE_PCCARD : BUS_TYPE_PCI; in init_atmel_card()
925 int card_present; in nubus_probe_slot() local929 card_present = hwreg_present(rp); in nubus_probe_slot()932 if (!card_present) in nubus_probe_slot()
918 if (host->pdata && host->pdata->card_present && in imxmci_check_status()919 host->pdata->card_present(mmc_dev(host->mmc)) != host->present) { in imxmci_check_status()1046 if (host->pdata && host->pdata->card_present) in imxmci_probe()1047 host->present = host->pdata->card_present(mmc_dev(mmc)); in imxmci_probe()