Searched refs:new_alt (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1822 uint_t new_alt = UGEN_MINOR_ALT(ugenp, dev); local
1835 new_cfgidx, new_if, new_alt, epp->ep_state);
1838 if ((new_if == 0) && (new_alt == 0) &&
1849 ASSERT(epp->ep_alt == new_alt);
1918 if ((switched && (new_alt > 0)) ||
1923 if (switched || (alt != new_alt)) {
1931 new_alt, USB_FLAGS_SLEEP, NULL, NULL)) !=
1936 "(%d) failed (%d)", new_alt, rval);
1945 epp->ep_alt = (uchar_t)new_alt;

Completed in 96 milliseconds