Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c385 &softc_p->isoch_handle, &result) != DDI_SUCCESS) { in dcam_frame_rcv_init()
399 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle); in dcam_frame_rcv_fini()
401 softc_p->isoch_handle = NULL; in dcam_frame_rcv_fini()
419 if ((t1394_start_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, in dcam_frame_rcv_start()
455 t1394_stop_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, 0); in dcam_frame_rcv_stop()
456 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle); in dcam_frame_rcv_stop()
/titanic_41/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;
/titanic_41/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h108 t1394_isoch_dma_handle_t isoch_handle; member