Searched refs:card_present (Results 1 – 16 of 16) sorted by relevance
100 static int card_present(void *arg) in card_present() function149 card_present, in atmel_config()
1519 int (*card_present)(void *), void *card) in init_atmel_card()1538 priv->present_callback = card_present; in init_atmel_card()1545 priv->bus_type = card_present ? BUS_TYPE_PCCARD : BUS_TYPE_PCI; in init_atmel_card()
23 static int card_present(int socketno);
117 if (card_present(i)) { in i82092aa_pci_probe()359 static int card_present(int socketno) in card_present() function
329 int card_present; in mac_onboard_sonic_probe() local331 card_present = hwreg_present((void*)ONBOARD_SONIC_REGISTERS); in mac_onboard_sonic_probe()332 if (!card_present) { in mac_onboard_sonic_probe()
219 int card_present; in mac89x0_probe() local221 card_present = (hwreg_present((void *)ioaddr + 4) && in mac89x0_probe()223 if (!card_present) in mac89x0_probe()
201 u8 card_present; member290 if (acdev->card_present) in cf_card_detect()292 acdev->card_present = 1; in cf_card_detect()295 if (!acdev->card_present) in cf_card_detect()297 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()
617 (!local->func->card_present || local->func->card_present(local)) && in prism2_close()671 if ((local->func->card_present && !local->func->card_present(local)) || in prism2_open()
282 .card_present = NULL,
419 .card_present = prism2_pccard_card_present,
327 .card_present = NULL,
573 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()693 } else if (!vub300->card_present) { in vub300_pollwork_thread()729 } else if (vub300->card_present) { in vub300_deadwork_thread()1920 if (!vub300->card_present) { in vub300_mmc_request()2319 vub300->card_present = in vub300_probe()2340 if (vub300->card_present) in vub300_probe()
251 bool card_present; member1095 if (!host->card_present) { in sh_mmcif_set_ios()1098 host->card_present = true; in sh_mmcif_set_ios()1105 if (host->card_present) { in sh_mmcif_set_ios()1107 host->card_present = false; in sh_mmcif_set_ios()
923 int card_present; in nubus_probe_slot() local926 card_present = hwreg_present(rp); in nubus_probe_slot()927 if (!card_present) in nubus_probe_slot()