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

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h120 usb_pipe_handle_t datain_ph; /* current isoc pipe handle */ member in struct:usbvc_stream_if
353 _NOTE(SCHEME_PROTECTS_DATA("USBA", usbvc_stream_if::datain_ph))
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c705 usb_pipe_stop_isoc_polling(strm_if->datain_ph, USB_FLAGS_SLEEP);
787 if (strm_if->datain_ph == NULL) {
1515 if (!strm_if->datain_ph) {
3032 USB_FLAGS_SLEEP, &strm_if->datain_ph)) != USB_SUCCESS) {
3045 "usbvc_open_isoc_pipe: success, datain_ph=%p",
3046 (void *)strm_if->datain_ph);
3065 if (strm_if->datain_ph) {
3067 usb_pipe_close(usbvcp->usbvc_dip, strm_if->datain_ph,
3071 strm_if->datain_ph = NULL;
3135 rval = usb_pipe_isoc_xfer(strm_if->datain_ph, re
[all...]
H A Dusbvc_v4l2.c284 strm_if->datain_ph,
463 if (!strm_if->datain_ph) {
528 usb_pipe_stop_isoc_polling(strm_if->datain_ph,

Completed in 67 milliseconds