card_detected 600 drivers/memstick/host/r592.c bool card_detected = reg & R592_REG_MSC_PRSNT; card_detected 602 drivers/memstick/host/r592.c dbg("update card detect. card state: %s", card_detected ? card_detected 607 drivers/memstick/host/r592.c if (card_detected) card_detected 564 drivers/mtd/nand/raw/r852.c dev->card_detected = !!(reg & R852_CARD_STA_PRESENT); card_detected 580 drivers/mtd/nand/raw/r852.c card_detect_reg |= dev->card_detected ? card_detected 608 drivers/mtd/nand/raw/r852.c if (!dev->card_detected) { card_detected 657 drivers/mtd/nand/raw/r852.c dev->card_detected = 0; card_detected 689 drivers/mtd/nand/raw/r852.c if (dev->card_detected == dev->card_registered) card_detected 696 drivers/mtd/nand/raw/r852.c if (dev->card_detected) card_detected 737 drivers/mtd/nand/raw/r852.c dev->card_detected = !!(card_status & R852_CARD_IRQ_INSERT); card_detected 919 drivers/mtd/nand/raw/r852.c dev->card_detected = 0; card_detected 1030 drivers/mtd/nand/raw/r852.c if (dev->card_detected != dev->card_registered) { card_detected 1032 drivers/mtd/nand/raw/r852.c dev->card_detected ? "added" : "removed"); card_detected 130 drivers/mtd/nand/raw/r852.h int card_detected; /* card detected in slot */ card_detected 97 drivers/pcmcia/bcm63xx_pcmcia.c if (skt->card_detected && (skt->card_type & CARD_CARDBUS)) card_detected 176 drivers/pcmcia/bcm63xx_pcmcia.c if ((stat & SS_DETECT) && !skt->card_detected) { card_detected 229 drivers/pcmcia/bcm63xx_pcmcia.c skt->card_detected = (stat & SS_DETECT) ? 1 : 0; card_detected 38 drivers/pcmcia/bcm63xx_pcmcia.h int card_detected;