Searched refs:t1394_idma_hdl (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | id1394.h | 155 void (*isoch_dma_stopped)(t1394_isoch_dma_handle_t t1394_idma_hdl,
|
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,
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | t1394.c | 3117 * 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...] |
/illumos-gate/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, argument
|
H A D | av1394_isoch_xmit.c | 1008 av1394_it_dma_stopped_cb(t1394_isoch_dma_handle_t t1394_idma_hdl, argument
|
Completed in 153 milliseconds