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

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c385 &softc_p->isoch_handle, &result) != DDI_SUCCESS) {
399 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle);
401 softc_p->isoch_handle = NULL;
419 if ((t1394_start_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle,
455 t1394_stop_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, 0);
456 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle);
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h108 t1394_isoch_dma_handle_t isoch_handle; member in struct:dcam_state_s
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h75 typedef struct isoch_handle *t1394_isoch_single_handle_t;
77 typedef struct isoch_handle *t1394_isoch_cec_handle_t;

Completed in 59 milliseconds