Searched refs:syncdir (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/io/audio/drv/audiovia97/ |
H A D | audiovia97.h | 76 int syncdir; member
|
H A D | audiovia97.c | 266 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in via97_sync() 328 portc->syncdir = DDI_DMA_SYNC_FORKERNEL; in via97_alloc_port() 333 portc->syncdir = DDI_DMA_SYNC_FORDEV; in via97_alloc_port()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiovia823x/ |
H A D | audiovia823x.h | 138 int syncdir; member
|
H A D | audiovia823x.c | 264 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in auvia_sync() 382 portc->syncdir = DDI_DMA_SYNC_FORKERNEL; in auvia_alloc_port() 390 portc->syncdir = DDI_DMA_SYNC_FORDEV; in auvia_alloc_port()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiop16x/ |
H A D | audiop16x.h | 68 int syncdir; member
|
H A D | audiop16x.c | 307 (void) ddi_dma_sync(port->buf_dmah, 0, 0, port->syncdir); in p16x_sync() 388 port->syncdir = DDI_DMA_SYNC_FORKERNEL; in p16x_alloc_port() 395 port->syncdir = DDI_DMA_SYNC_FORDEV; in p16x_alloc_port()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiols/ |
H A D | audiols.h | 218 int syncdir; member
|
H A D | audiols.c | 434 (void) ddi_dma_sync(port->buf_dmah, 0, 0, port->syncdir); in audigyls_sync() 504 port->syncdir = DDI_DMA_SYNC_FORKERNEL; in audigyls_alloc_port() 510 port->syncdir = DDI_DMA_SYNC_FORDEV; in audigyls_alloc_port()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiosolo/ |
H A D | audiosolo.c | 150 int syncdir; member 969 (void) ddi_dma_sync(e->dmah, 0, 0, e->syncdir); in solo_sync() 1271 e->syncdir = DDI_DMA_SYNC_FORKERNEL; in solo_alloc_engine() 1285 e->syncdir = DDI_DMA_SYNC_FORDEV; in solo_alloc_engine()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.h | 376 int syncdir; member
|
H A D | audioemu10k.c | 468 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in emu10k_sync() 878 portc->syncdir = DDI_DMA_SYNC_FORKERNEL; in emu10k_alloc_port() 891 portc->syncdir = DDI_DMA_SYNC_FORDEV; in emu10k_alloc_port()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiocmihd/ |
H A D | audiocmihd.h | 331 int syncdir; member
|
H A D | audiocmihd.c | 621 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in cmediahd_sync() 775 portc->syncdir = DDI_DMA_SYNC_FORKERNEL; in cmediahd_alloc_port() 781 portc->syncdir = DDI_DMA_SYNC_FORDEV; in cmediahd_alloc_port()
|