Searched refs:t1394_idma_hdl (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/sys/1394/ |
H A D | t1394.h | 674 t1394_isoch_dma_handle_t *t1394_idma_hdl, int *result); 688 t1394_isoch_dma_handle_t *t1394_idma_hdl); 691 t1394_isoch_dma_handle_t t1394_idma_hdl, 695 t1394_isoch_dma_handle_t t1394_idma_hdl, uint_t flags); 699 t1394_isoch_dma_handle_t t1394_idma_hdl,
|
H A D | id1394.h | 155 void (*isoch_dma_stopped)(t1394_isoch_dma_handle_t t1394_idma_hdl,
|
/titanic_44/usr/src/uts/common/io/1394/ |
H A D | t1394.c | 3132 t1394_isoch_dma_handle_t *t1394_idma_hdl, int *result) in t1394_alloc_isoch_dma() argument 3142 ASSERT(t1394_idma_hdl != NULL); in t1394_alloc_isoch_dma() 3175 (void **)t1394_idma_hdl, result); in t1394_alloc_isoch_dma() 3207 t1394_isoch_dma_handle_t *t1394_idma_hdl) in t1394_free_isoch_dma() argument 3215 ASSERT(*t1394_idma_hdl != NULL); in t1394_free_isoch_dma() 3221 HAL_CALL(hal).free_isoch_dma(hal->halinfo.hal_private, *t1394_idma_hdl); in t1394_free_isoch_dma() 3224 *t1394_idma_hdl = NULL; in t1394_free_isoch_dma() 3250 t1394_isoch_dma_handle_t t1394_idma_hdl, in t1394_start_isoch_dma() argument 3261 ASSERT(t1394_idma_hdl != NULL); in t1394_start_isoch_dma() 3268 (void *)t1394_idma_hdl, idma_ctrlinfo, flags, result); in t1394_start_isoch_dma() [all …]
|
/titanic_44/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_isoch_recv.c | 762 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 | 1008 av1394_it_dma_stopped_cb(t1394_isoch_dma_handle_t t1394_idma_hdl, in av1394_it_dma_stopped_cb() argument
|