Lines Matching defs:cards
151 * possible. This may be a problem with real _ISA_ VGA cards, in
443 * The arbiter will first look for all VGA cards that might conflict and disable
950 * Currently, a max of 16 cards simultaneously can have locks issued from
962 * Each user has an array of these, tracking which cards have locks
973 struct vga_arb_user_card cards[MAX_USER_CARDS];
1116 if (priv->cards[i].pdev == pdev) {
1118 priv->cards[i].io_cnt++;
1120 priv->cards[i].mem_cnt++;
1155 if (priv->cards[i].pdev == pdev)
1156 uc = &priv->cards[i];
1209 if (priv->cards[i].pdev == pdev) {
1211 priv->cards[i].io_cnt++;
1213 priv->cards[i].mem_cnt++;
1268 if (priv->cards[i].pdev == pdev)
1270 if (priv->cards[i].pdev == NULL) {
1271 priv->cards[i].pdev = pdev;
1272 priv->cards[i].io_cnt = 0;
1273 priv->cards[i].mem_cnt = 0;
1278 vgaarb_dbg(&pdev->dev, "maximum user cards (%d) number reached, ignoring this one!\n",
1344 priv->cards[0].pdev = priv->target;
1345 priv->cards[0].io_cnt = 0;
1346 priv->cards[0].mem_cnt = 0;
1364 uc = &priv->cards[i];
1387 * change in VGA cards
1425 * cases of hotplugable vga cards. */