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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c236 static int usbvc_set_alt(usbvc_state_t *, usbvc_stream_if_t *);
1537 if ((rv = usbvc_set_alt(usbvcp, strm_if)) != USB_SUCCESS) {
3024 if ((rval = usbvc_set_alt(usbvcp, strm_if)) != USB_SUCCESS) {
3305 usbvc_set_alt(usbvc_state_t *usbvcp, usbvc_stream_if_t *strm_if) function
3320 "usbvc_set_alt: bandwidth is not set yet");
3325 "usbvc_set_alt: bandwidth=%x", bandwidth);
3366 "usbvc_set_alt: can't find a proper ep to satisfy"
3372 "usbvc_set_alt: strm_if->curr_alt=%d", strm_if->curr_alt);
3379 "usbvc_set_alt: usb_set_alt_if fail, if.alt=%d.%d, rval=%d",
3387 "usbvc_set_alt
[all...]

Completed in 62 milliseconds