Searched refs:isoch_dma_stopped (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Did1394.h81 * the target's isoch_dma_stopped() callback.
84 * t1394_stop_isoch_dma()), the target driver's isoch_dma_stopped callback is
137 * isoch_dma_stopped
142 * driver when the 1394 Framework invokes the isoch_dma_stopped() callback.
155 void (*isoch_dma_stopped)(t1394_isoch_dma_handle_t t1394_idma_hdl, member in struct:id1394_isoch_dmainfo_s
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h117 void (*isoch_dma_stopped)(struct isoch_dma_handle *idma_hdl, member in struct:hci1394_iso_ctxt_s
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c301 ctxtp->isoch_dma_stopped = idi->isoch_dma_stopped;
597 * but NOT to invoke the target's isoch_dma_stopped().
635 * If do_callback is B_TRUE, the target's isoch_dma_stopped() callback is
638 * If do_callback is B_FALSE, the isoch_dma_stopped() callback is NOT
754 if (ctxtp->isoch_dma_stopped != NULL) {
755 ctxtp->isoch_dma_stopped(
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c591 di.isoch_dma_stopped = av1394_ir_dma_stopped_cb;
H A Dav1394_isoch_xmit.c754 di.isoch_dma_stopped = av1394_it_dma_stopped_cb;

Completed in 108 milliseconds