Lines Matching defs:tra_p
90 const struct tiara_mca_product *tra_p;
92 for (tra_p = tiara_mca_products; tra_p->tra_name != NULL; tra_p++)
93 if (id == tra_p->tra_prodid)
94 return (tra_p);
132 const struct tiara_mca_product *tra_p;
136 tra_p = tiara_mca_lookup(ma->ma_id);
138 switch (tra_p->tra_prodid) {
203 tra_p = tiara_mca_lookup(ma->ma_id);
204 if (tra_p == NULL) {
212 iobase + TIARA_NPORTS, irq, tra_p->tra_name);