Home | History | Annotate | Download | only in gfx

Lines Matching refs:claimed

297       /* FILL IN CLAIMED FIELD */
301 MBIU0[port].claimed = 0;
344 /* FILL IN CLAIMED FIELD */
348 MBIU1[port].claimed = 0;
387 /* FILL IN CLAIMED FIELD */
391 MBIU2[port].claimed = 0;
415 MBIU2[port].claimed = 0;
502 /* 'claimed', such that future enumerations continue searching the */
508 if (MBIU0[i].deviceId == pDev->Id && !(MBIU0[i].claimed)) {
509 MBIU0[i].claimed = 1;
518 if (MBIU1[i].deviceId == pDev->Id && !(MBIU1[i].claimed)) {
519 MBIU1[i].claimed = 1;
528 if (MBIU2[i].deviceId == pDev->Id && !(MBIU2[i].claimed)) {
529 MBIU2[i].claimed = 1;