Lines Matching refs:cards
127 * real _ISA_ VGA cards, in addition to a PCI one. I don't know at this
412 * The arbiter will first look for all VGA cards that might conflict and disable
950 * Memory, both, or none. All cards default to both, the card driver (fbdev for
1047 * Currently, a max of 16 cards simultaneously can have locks issued from
1058 /* Each user has an array of these, tracking which cards have locks */
1068 struct vga_arb_user_card cards[MAX_USER_CARDS];
1206 if (priv->cards[i].pdev == pdev) {
1208 priv->cards[i].io_cnt++;
1210 priv->cards[i].mem_cnt++;
1245 if (priv->cards[i].pdev == pdev)
1246 uc = &priv->cards[i];
1299 if (priv->cards[i].pdev == pdev) {
1301 priv->cards[i].io_cnt++;
1303 priv->cards[i].mem_cnt++;
1358 if (priv->cards[i].pdev == pdev)
1360 if (priv->cards[i].pdev == NULL) {
1361 priv->cards[i].pdev = pdev;
1362 priv->cards[i].io_cnt = 0;
1363 priv->cards[i].mem_cnt = 0;
1368 vgaarb_dbg(&pdev->dev, "maximum user cards (%d) number reached, ignoring this one!\n",
1434 priv->cards[0].pdev = priv->target;
1435 priv->cards[0].io_cnt = 0;
1436 priv->cards[0].mem_cnt = 0;
1453 uc = &priv->cards[i];
1472 * cards.
1509 * for the cases of hot-pluggable VGA cards.