Searched refs:t1394_idma_hdl (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | t1394.h | 672 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 D | id1394.h | 153 void (*isoch_dma_stopped)(t1394_isoch_dma_handle_t t1394_idma_hdl,
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | t1394.c | 2662 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 D | av1394_isoch_recv.c | 694 av1394_ir_dma_stopped_cb(t1394_isoch_dma_handle_t t1394_idma_hdl, in av1394_ir_dma_stopped_cb() argument
|
H A D | av1394_isoch_xmit.c | 933 av1394_it_dma_stopped_cb(t1394_isoch_dma_handle_t t1394_idma_hdl, in av1394_it_dma_stopped_cb() argument
|