/titanic_41/usr/src/uts/common/io/audio/drv/audiovia97/ |
H A D | audiovia97.c | 266 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in via97_sync() 370 &portc->buf_dmah) != DDI_SUCCESS) { in via97_alloc_port() 375 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size, in via97_alloc_port() 382 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in via97_alloc_port() 431 (void) ddi_dma_unbind_handle(portc->buf_dmah); in via97_destroy() 436 if (portc->buf_dmah) { in via97_destroy() 437 ddi_dma_free_handle(&portc->buf_dmah); in via97_destroy()
|
H A D | audiovia97.h | 71 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiovia823x/ |
H A D | audiovia823x.c | 264 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in auvia_sync() 430 &portc->buf_dmah) != DDI_SUCCESS) { in auvia_alloc_port() 435 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size, in auvia_alloc_port() 442 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in auvia_alloc_port() 491 (void) ddi_dma_unbind_handle(portc->buf_dmah); in auvia_destroy() 496 if (portc->buf_dmah) { in auvia_destroy() 497 ddi_dma_free_handle(&portc->buf_dmah); in auvia_destroy()
|
H A D | audiovia823x.h | 133 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiop16x/ |
H A D | audiop16x.c | 307 (void) ddi_dma_sync(port->buf_dmah, 0, 0, port->syncdir); in p16x_sync() 418 &port->buf_dmah) != DDI_SUCCESS) { in p16x_alloc_port() 423 if (ddi_dma_mem_alloc(port->buf_dmah, port->buf_size, in p16x_alloc_port() 430 if (ddi_dma_addr_bind_handle(port->buf_dmah, NULL, port->buf_kaddr, in p16x_alloc_port() 464 (void) ddi_dma_unbind_handle(port->buf_dmah); in p16x_destroy() 469 if (port->buf_dmah) { in p16x_destroy() 470 ddi_dma_free_handle(&port->buf_dmah); in p16x_destroy()
|
H A D | audiop16x.h | 62 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiols/ |
H A D | audiols.c | 434 (void) ddi_dma_sync(port->buf_dmah, 0, 0, port->syncdir); in audigyls_sync() 524 &port->buf_dmah) != DDI_SUCCESS) { in audigyls_alloc_port() 529 if (ddi_dma_mem_alloc(port->buf_dmah, port->buf_size, in audigyls_alloc_port() 536 if (ddi_dma_addr_bind_handle(port->buf_dmah, NULL, port->buf_kaddr, in audigyls_alloc_port() 582 (void) ddi_dma_unbind_handle(port->buf_dmah); in audigyls_destroy() 587 if (port->buf_dmah) { in audigyls_destroy() 588 ddi_dma_free_handle(&port->buf_dmah); in audigyls_destroy()
|
H A D | audiols.h | 211 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiocmihd/ |
H A D | audiocmihd.c | 621 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in cmediahd_sync() 798 &portc->buf_dmah) != DDI_SUCCESS) { in cmediahd_alloc_port() 803 if (ddi_dma_mem_alloc(portc->buf_dmah, CMEDIAHD_BUF_LEN, in cmediahd_alloc_port() 812 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->kaddr, in cmediahd_alloc_port() 847 (void) ddi_dma_unbind_handle(portc->buf_dmah); in cmediahd_destroy() 852 if (portc->buf_dmah) { in cmediahd_destroy() 853 ddi_dma_free_handle(&portc->buf_dmah); in cmediahd_destroy()
|
H A D | audiocmihd.h | 319 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
|
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.c | 468 (void) ddi_dma_sync(portc->buf_dmah, 0, 0, portc->syncdir); in emu10k_sync() 923 &portc->buf_dmah) != DDI_SUCCESS) { in emu10k_alloc_port() 928 if (ddi_dma_mem_alloc(portc->buf_dmah, portc->buf_size, in emu10k_alloc_port() 935 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in emu10k_alloc_port() 1017 (void) ddi_dma_unbind_handle(portc->buf_dmah); in emu10k_destroy() 1022 if (portc->buf_dmah) { in emu10k_destroy() 1023 ddi_dma_free_handle(&portc->buf_dmah); in emu10k_destroy()
|
H A D | audioemu10k.h | 369 ddi_dma_handle_t buf_dmah; /* dma for buffers */ member
|