Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1849 uint_t new_alt = UGEN_MINOR_ALT(ugenp, dev); in ugen_epxs_switch_cfg_alt() local
1862 new_cfgidx, new_if, new_alt, epp->ep_state); in ugen_epxs_switch_cfg_alt()
1865 if ((new_if == 0) && (new_alt == 0) && in ugen_epxs_switch_cfg_alt()
1876 ASSERT(epp->ep_alt == new_alt); in ugen_epxs_switch_cfg_alt()
1945 if ((switched && (new_alt > 0)) || in ugen_epxs_switch_cfg_alt()
1950 if (switched || (alt != new_alt)) { in ugen_epxs_switch_cfg_alt()
1958 new_alt, USB_FLAGS_SLEEP, NULL, NULL)) != in ugen_epxs_switch_cfg_alt()
1963 "(%d) failed (%d)", new_alt, rval); in ugen_epxs_switch_cfg_alt()
1972 epp->ep_alt = (uchar_t)new_alt; in ugen_epxs_switch_cfg_alt()