Searched refs:card_present (Results 1 – 18 of 18) sorted by relevance
102 static int card_present(void *arg) in card_present() function151 card_present, in atmel_config()
1526 int (*card_present)(void *), void *card) in init_atmel_card()1546 priv->present_callback = card_present; in init_atmel_card()1553 priv->bus_type = card_present ? BUS_TYPE_PCCARD : BUS_TYPE_PCI; in init_atmel_card()
332 int card_present; in mac_onboard_sonic_probe() local335 card_present = hwreg_present((void*)ONBOARD_SONIC_REGISTERS); in mac_onboard_sonic_probe()338 if (!card_present) { in mac_onboard_sonic_probe()
220 int card_present; in mac89x0_probe() local223 card_present = (hwreg_present((void*) ioaddr+4) && in mac89x0_probe()227 if (!card_present) in mac89x0_probe()
23 static int card_present(int socketno);
117 if (card_present(i)) { in i82092aa_pci_probe()361 static int card_present(int socketno) in card_present() function
202 u8 card_present; member293 if (acdev->card_present) in cf_card_detect()295 acdev->card_present = 1; in cf_card_detect()298 if (!acdev->card_present) in cf_card_detect()300 acdev->card_present = 0; in cf_card_detect()
266 if (local->func->card_present && !local->func->card_present(local)) in hfa384x_cmd_issue()819 if ((local->func->card_present && !local->func->card_present(local)) || in hfa384x_get_rid()892 if ((local->func->card_present && !local->func->card_present(local)) || in hfa384x_set_rid()1532 if (local->func->card_present && !local->func->card_present(local)) { in prism2_hw_shutdown()1821 if ((local->func->card_present && !local->func->card_present(local)) || in prism2_tx_80211()2486 if (local->func->card_present && !local->func->card_present(local)) in hostap_bap_tasklet()2634 if (local->func->card_present && !local->func->card_present(local)) { in prism2_interrupt()
620 (!local->func->card_present || local->func->card_present(local)) && in prism2_close()674 if ((local->func->card_present && !local->func->card_present(local)) || in prism2_open()
283 .card_present = NULL,
425 .card_present = prism2_pccard_card_present,
328 .card_present = NULL,
572 int (*card_present)(local_info_t *local); member
311 bool card_present; member508 int old_card_present = vub300->card_present; in new_system_port_status()515 vub300->card_present = 1; in new_system_port_status()525 vub300->card_present = 0; in new_system_port_status()610 if (!vub300->card_present) in __vub300_irqpoll_response()695 } else if (!vub300->card_present) { in vub300_pollwork_thread()731 } else if (vub300->card_present) { in vub300_deadwork_thread()1922 if (!vub300->card_present) { in vub300_mmc_request()2321 vub300->card_present = in vub300_probe()2342 if (vub300->card_present) in vub300_probe()
232 bool card_present; member935 if (!host->card_present) { in sh_mmcif_set_ios()938 host->card_present = true; in sh_mmcif_set_ios()944 if (host->card_present) { in sh_mmcif_set_ios()946 host->card_present = false; in sh_mmcif_set_ios()
914 if (host->pdata && host->pdata->card_present && in imxmci_check_status()915 host->pdata->card_present(mmc_dev(host->mmc)) != host->present) { in imxmci_check_status()1042 if (host->pdata && host->pdata->card_present) in imxmci_probe()1043 host->present = host->pdata->card_present(mmc_dev(mmc)); in imxmci_probe()
1122 msmsdcc_status_notify_cb(int card_present, void *dev_id) in msmsdcc_status_notify_cb() argument1127 card_present); in msmsdcc_status_notify_cb()
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()