Lines Matching refs:cd_pfx
70 u_short cd_pfx; member
92 unsigned short present = bfin_cf_present(cf->cd_pfx); in bfin_cf_timer()
114 if (bfin_cf_present(cf->cd_pfx)) { in bfin_cf_get_status()
203 unsigned short cd_pfx; in bfin_cf_probe() local
212 cd_pfx = platform_get_irq(pdev, 1); /*Card Detect GPIO PIN */ in bfin_cf_probe()
214 if (gpio_request(cd_pfx, "pcmcia: CD")) { in bfin_cf_probe()
217 cd_pfx); in bfin_cf_probe()
220 gpio_direction_input(cd_pfx); in bfin_cf_probe()
224 gpio_free(cd_pfx); in bfin_cf_probe()
228 cf->cd_pfx = cd_pfx; in bfin_cf_probe()
259 bfin_cf_present(cf->cd_pfx) ? "present" : "(not present)"); in bfin_cf_probe()
282 gpio_free(cf->cd_pfx); in bfin_cf_probe()
293 gpio_free(cf->cd_pfx); in bfin_cf_remove()