Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h368 int usbvc_open_isoc_pipe(usbvc_state_t *, usbvc_stream_if_t *);
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c464 if (usbvc_open_isoc_pipe(usbvcp, strm_if) != in usbvc_v4l2_ioctl()
H A Dusbvc.c791 if (usbvc_open_isoc_pipe(usbvcp, strm_if) != USB_SUCCESS) { in usbvc_read()
3020 usbvc_open_isoc_pipe(usbvc_state_t *usbvcp, usbvc_stream_if_t *strm_if) in usbvc_open_isoc_pipe() function