Lines Matching refs:theatre_num
17 if(t->theatre_num<0)return FALSE;
18 return t->VIP->read(t->VIP, ((t->theatre_num & 0x3)<<14) | reg,4, (uint8_t *) data);
23 if(t->theatre_num<0)return FALSE;
24 return t->VIP->write(t->VIP,((t->theatre_num & 0x03)<<14) | reg,4, (uint8_t *) &data);
51 t->theatre_num = -1;
60 if(t->theatre_num>=0)continue; /* already found one instance */
63 t->theatre_num=i;
67 t->theatre_num=i;
75 if(t->theatre_num>=0)xf86DrvMsg(b->scrnIndex, X_INFO, "Detected Rage Theatre as device %d on VIP bus with id 0x%08x\n",t->theatre_num,t->theatre_id);
79 t->theatre_num=-1;
82 if(t->theatre_num < 0)