Searched refs:xpp (Results 1 – 3 of 3) sorted by relevance
170 const struct xe_pccard_product* xpp; in xe_pccard_product_match() local176 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() local269 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()[all …]
667 struct si_port *xpp; in si_Sioctl() local727 xpp = xsc->sc_ports + port; in si_Sioctl()735 if (xpp->sp_debug) in si_Sioctl()736 xpp->sp_debug = 0; in si_Sioctl()738 xpp->sp_debug = DBG_ALL; in si_Sioctl()739 DPRINT((xpp, DBG_IOCTL, "debug toggled %s\n", in si_Sioctl()740 (xpp->sp_debug&DBG_ALL)?"ON":"OFF")); in si_Sioctl()751 dp->tc_dbglvl = xpp->sp_debug; in si_Sioctl()754 xpp->sp_debug = dp->tc_dbglvl; in si_Sioctl()776 dp->tc_int = xpp->sp_ccb->hi_ip; in si_Sioctl()[all …]
705 char **xpp = in MAIN() local709 xpp[DB_srptype][0] = 'R'; in MAIN()