Lines Matching defs:cpp
127 const struct com_mca_product *cpp;
129 for (cpp = com_mca_products; cpp->cp_name != NULL; cpp++)
130 if (cpp->cp_prodid == ma_id)
131 return (cpp);
154 const struct com_mca_product *cpp;
158 cpp = com_mca_lookup(ma->ma_id);
161 if ((*cpp->cp_getcfg)(ma, &iobase, &irq))
177 aprint_normal_dev(self, "%s\n", cpp->cp_name);