Lines Matching defs:card
1296 /* Probe and attach the card */
1301 struct m3_card_type *card;
1305 for (card = m3_card_types ; card->pci_id ; card++) {
1306 if (pci_get_devid(dev) == card->pci_id) {
1307 device_set_desc(dev, card->name);
1320 struct m3_card_type *card;
1330 for (card = m3_card_types ; card->pci_id ; card++) {
1331 if (sc->type == card->pci_id) {
1332 sc->which = card->which;
1333 sc->delay1 = card->delay1;
1334 sc->delay2 = card->delay2;
1409 device_printf(dev, "unable to initialize the card\n");
1450 /* Create the buffer for saving the card state during suspend */
1537 /* Power down the card to D3 state */
1554 /* Power the card back to D0 */