Lines Matching refs:theatre_num
67 if(t->theatre_num<0)return FALSE;
68 return t->VIP->read(t->VIP, ((t->theatre_num & 0x3)<<14) | reg,4, (uint8_t *) data);
75 if(t->theatre_num<0)return FALSE;
76 return t->VIP->write(t->VIP,((t->theatre_num & 0x03)<<14) | reg,4, (uint8_t *) &data);
101 t->theatre_num = -1;
112 if(t->theatre_num>=0)continue; /* already found one instance */
115 t->theatre_num=i;
119 t->theatre_num=i;
127 if(t->theatre_num>=0)xf86DrvMsg(b->pScrn->scrnIndex, X_INFO,
129 t->theatre_num, (unsigned)t->theatre_id);
131 if(t->theatre_num < 0)