Home
last modified time | relevance | path

Searched refs:t1394_idma_hdl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h672 t1394_isoch_dma_handle_t *t1394_idma_hdl, int *result);
686 t1394_isoch_dma_handle_t *t1394_idma_hdl);
689 t1394_isoch_dma_handle_t t1394_idma_hdl,
693 t1394_isoch_dma_handle_t t1394_idma_hdl, uint_t flags);
697 t1394_isoch_dma_handle_t t1394_idma_hdl,
H A Did1394.h153 void (*isoch_dma_stopped)(t1394_isoch_dma_handle_t t1394_idma_hdl,
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c2662 t1394_isoch_dma_handle_t *t1394_idma_hdl, int *result) in t1394_alloc_isoch_dma() argument
2669 ASSERT(t1394_idma_hdl != NULL); in t1394_alloc_isoch_dma()
2690 (void **)t1394_idma_hdl, result); in t1394_alloc_isoch_dma()
2717 t1394_isoch_dma_handle_t *t1394_idma_hdl) in t1394_free_isoch_dma() argument
2722 ASSERT(*t1394_idma_hdl != NULL); in t1394_free_isoch_dma()
2728 HAL_CALL(hal).free_isoch_dma(hal->halinfo.hal_private, *t1394_idma_hdl); in t1394_free_isoch_dma()
2731 *t1394_idma_hdl = NULL; in t1394_free_isoch_dma()
2754 t1394_isoch_dma_handle_t t1394_idma_hdl, in t1394_start_isoch_dma() argument
2762 ASSERT(t1394_idma_hdl != NULL); in t1394_start_isoch_dma()
2769 (void *)t1394_idma_hdl, idma_ctrlinfo, flags, result); in t1394_start_isoch_dma()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c694 av1394_ir_dma_stopped_cb(t1394_isoch_dma_handle_t t1394_idma_hdl, in av1394_ir_dma_stopped_cb() argument
H A Dav1394_isoch_xmit.c933 av1394_it_dma_stopped_cb(t1394_isoch_dma_handle_t t1394_idma_hdl, in av1394_it_dma_stopped_cb() argument