Searched defs:t1394_idma_hdl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c762 av1394_ir_dma_stopped_cb(t1394_isoch_dma_handle_t t1394_idma_hdl, argument
H A Dav1394_isoch_xmit.c1008 av1394_it_dma_stopped_cb(t1394_isoch_dma_handle_t t1394_idma_hdl, argument
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c3117 * Output(s): t1394_idma_hdl The IDMA "handle" used in all
3132 t1394_isoch_dma_handle_t *t1394_idma_hdl, int *result)
3142 ASSERT(t1394_idma_hdl != NULL);
3175 (void **)t1394_idma_hdl, result);
3196 * t1394_idma_hdl The IDMA "handle" returned by
3202 * allocated for the isoch stream associated with t1394_idma_hdl.
3207 t1394_isoch_dma_handle_t *t1394_idma_hdl)
3215 ASSERT(*t1394_idma_hdl != NULL);
3221 HAL_CALL(hal).free_isoch_dma(hal->halinfo.hal_private, *t1394_idma_hdl);
3224 *t1394_idma_hdl
3130 t1394_alloc_isoch_dma(t1394_handle_t t1394_hdl, id1394_isoch_dmainfo_t *idi, uint_t flags, t1394_isoch_dma_handle_t *t1394_idma_hdl, int *result) argument
3206 t1394_free_isoch_dma(t1394_handle_t t1394_hdl, uint_t flags, t1394_isoch_dma_handle_t *t1394_idma_hdl) argument
3249 t1394_start_isoch_dma(t1394_handle_t t1394_hdl, t1394_isoch_dma_handle_t t1394_idma_hdl, id1394_isoch_dma_ctrlinfo_t *idma_ctrlinfo, uint_t flags, int *result) argument
3290 t1394_stop_isoch_dma(t1394_handle_t t1394_hdl, t1394_isoch_dma_handle_t t1394_idma_hdl, uint_t flags) argument
3332 t1394_update_isoch_dma(t1394_handle_t t1394_hdl, t1394_isoch_dma_handle_t t1394_idma_hdl, id1394_isoch_dma_updateinfo_t *idma_updateinfo, uint_t flags, int *result) argument
[all...]

Completed in 67 milliseconds