Searched refs:isoch_handle (Results 1 – 3 of 3) sorted by relevance
382 &softc_p->isoch_handle, &result) != DDI_SUCCESS) { in dcam_frame_rcv_init()396 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle); in dcam_frame_rcv_fini()398 softc_p->isoch_handle = NULL; in dcam_frame_rcv_fini()416 if ((t1394_start_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, in dcam_frame_rcv_start()452 t1394_stop_isoch_dma(softc_p->sl_handle, softc_p->isoch_handle, 0); in dcam_frame_rcv_stop()453 t1394_free_isoch_dma(softc_p->sl_handle, 0, &softc_p->isoch_handle); in dcam_frame_rcv_stop()
73 typedef struct isoch_handle *t1394_isoch_single_handle_t;75 typedef struct isoch_handle *t1394_isoch_cec_handle_t;
107 t1394_isoch_dma_handle_t isoch_handle; member