Home
last modified time | relevance | path

Searched refs:buf_acch (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.h134 ddi_acc_handle_t buf_acch; member
H A Daudiovia823x.c437 &portc->buf_kaddr, &len, &portc->buf_acch) != DDI_SUCCESS) { in auvia_alloc_port()
493 if (portc->buf_acch) { in auvia_destroy()
494 ddi_dma_mem_free(&portc->buf_acch); in auvia_destroy()
/titanic_44/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.h63 ddi_acc_handle_t buf_acch; member
H A Daudiop16x.c425 &port->buf_kaddr, &len, &port->buf_acch) != DDI_SUCCESS) { in p16x_alloc_port()
466 if (port->buf_acch) { in p16x_destroy()
467 ddi_dma_mem_free(&port->buf_acch); in p16x_destroy()
/titanic_44/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.h212 ddi_acc_handle_t buf_acch; member
H A Daudiols.c531 &port->buf_kaddr, &len, &port->buf_acch) != DDI_SUCCESS) { in audigyls_alloc_port()
584 if (port->buf_acch) { in audigyls_destroy()
585 ddi_dma_mem_free(&port->buf_acch); in audigyls_destroy()
/titanic_44/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.h370 ddi_acc_handle_t buf_acch; member
H A Daudioemu10k.c930 &portc->buf_kaddr, &len, &portc->buf_acch) != DDI_SUCCESS) { in emu10k_alloc_port()
1019 if (portc->buf_acch) { in emu10k_destroy()
1020 ddi_dma_mem_free(&portc->buf_acch); in emu10k_destroy()
/titanic_44/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.h320 ddi_acc_handle_t buf_acch; member
H A Daudiocmihd.c805 &portc->kaddr, &len, &portc->buf_acch) != DDI_SUCCESS) { in cmediahd_alloc_port()
849 if (portc->buf_acch) { in cmediahd_destroy()
850 ddi_dma_mem_free(&portc->buf_acch); in cmediahd_destroy()