Lines Matching refs:card
223 #define pnp_for_each_card(card) \ argument
224 list_for_each_entry(card, &pnp_cards, global_list)
227 struct pnp_card *card; member
255 struct pnp_card *card; /* card the device is attached to, none if NULL */ member
278 #define card_for_each_dev(card, dev) \ argument
279 list_for_each_entry(dev, &(card)->devices, card_list)
362 #define isapnp_card_number(dev) ((dev)->card ? (dev)->card->number : -1)
393 int (*probe) (struct pnp_card_link *card,
395 void (*remove) (struct pnp_card_link *card);
396 int (*suspend) (struct pnp_card_link *card, pm_message_t state);
397 int (*resume) (struct pnp_card_link *card);
433 #define protocol_for_each_card(protocol, card) \ argument
434 list_for_each_entry(card, &(protocol)->cards, protocol_list)