Lines Matching refs:xpp
170 const struct xe_pccard_product* xpp; in xe_pccard_product_match() local
176 xpp = (const struct xe_pccard_product*)ent; in xe_pccard_product_match()
178 if (xpp->prodext != prodext) in xe_pccard_product_match()
248 const struct xe_pccard_product *xpp; in xe_pccard_attach() local
269 xpp = xe_pccard_get_product(dev); in xe_pccard_attach()
270 if (xpp == NULL) in xe_pccard_attach()
276 if (xpp->flags & XE_CARD_TYPE_FLAGS_CE2) in xe_pccard_attach()
278 if (xpp->flags & XE_CARD_TYPE_FLAGS_MOHAWK) in xe_pccard_attach()
280 if (xpp->flags & XE_CARD_TYPE_FLAGS_DINGO) { in xe_pccard_attach()
284 if (xpp->product.pp_product & XE_PROD_MODEM_MASK) in xe_pccard_attach()
344 const struct xe_pccard_product *xpp; in xe_pccard_probe() local
354 if ((xpp = xe_pccard_get_product(dev)) == NULL) in xe_pccard_probe()
358 if (xpp->product.pp_name != NULL) in xe_pccard_probe()
359 device_set_desc(dev, xpp->product.pp_name); in xe_pccard_probe()
362 if (xpp->flags & XE_CARD_TYPE_FLAGS_NO) { in xe_pccard_probe()