Searched refs:space (Results 1 – 13 of 13) sorted by relevance
/sound/drivers/vx/ |
D | vx_pcm.c | 628 int space, err = 0; in vx_pcm_playback_transfer_chunk() local 630 space = vx_query_hbuffer_size(chip, pipe); in vx_pcm_playback_transfer_chunk() 631 if (space < 0) { in vx_pcm_playback_transfer_chunk() 635 return space; in vx_pcm_playback_transfer_chunk() 637 if (space < size) { in vx_pcm_playback_transfer_chunk() 639 snd_printd("no enough hbuffer space %d\n", space); in vx_pcm_playback_transfer_chunk() 1015 int size, space, count; in vx_pcm_capture_update() local 1025 space = vx_query_hbuffer_size(chip, pipe); in vx_pcm_capture_update() 1026 if (space < 0) in vx_pcm_capture_update() 1028 if (size > space) in vx_pcm_capture_update() [all …]
|
/sound/aoa/soundbus/i2sbus/ |
D | core.c | 50 r->space = dma_zalloc_coherent(&macio_get_pci_dev(i2sdev->macio)->dev, in alloc_dbdma_descriptor_ring() 52 if (!r->space) in alloc_dbdma_descriptor_ring() 55 r->cmds = (void*)DBDMA_ALIGN(r->space); in alloc_dbdma_descriptor_ring() 57 (dma_addr_t)((char*)r->cmds - (char*)r->space); in alloc_dbdma_descriptor_ring() 65 if (!r->space) return; in free_dbdma_descriptor_ring() 68 r->size, r->space, r->bus_addr); in free_dbdma_descriptor_ring()
|
D | i2sbus.h | 35 void *space; member
|
/sound/core/seq/ |
D | seq_memory.c | 521 struct snd_seq_pool *pool, char *space) in snd_seq_info_pool() argument 525 snd_iprintf(buffer, "%sPool size : %d\n", space, pool->total_elements); in snd_seq_info_pool() 526 snd_iprintf(buffer, "%sCells in use : %d\n", space, atomic_read(&pool->counter)); in snd_seq_info_pool() 527 snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used); in snd_seq_info_pool() 528 snd_iprintf(buffer, "%sAlloc success : %d\n", space, pool->event_alloc_success); in snd_seq_info_pool() 529 snd_iprintf(buffer, "%sAlloc failures : %d\n", space, pool->event_alloc_failures); in snd_seq_info_pool()
|
D | seq_memory.h | 107 struct snd_seq_pool *pool, char *space);
|
/sound/oss/dmasound/ |
D | dmasound_paula.c | 122 static int AmiStateInfo(char *buffer, size_t space); 653 static int AmiStateInfo(char *buffer, size_t space) in AmiStateInfo() argument 660 if (len >= space) { in AmiStateInfo() 662 len = space ; in AmiStateInfo()
|
D | dmasound_atari.c | 147 static int TTStateInfo(char *buffer, size_t space); 148 static int FalconStateInfo(char *buffer, size_t space); 1472 static int TTStateInfo(char *buffer, size_t space) in TTStateInfo() argument 1483 if (len >= space) { in TTStateInfo() 1485 len = space ; in TTStateInfo() 1490 static int FalconStateInfo(char *buffer, size_t space) in FalconStateInfo() argument 1497 if (len >= space) { in FalconStateInfo() 1499 len = space ; in FalconStateInfo()
|
/sound/ppc/ |
D | pmac.c | 68 rec->space = dma_alloc_coherent(&chip->pdev->dev, rsize, in snd_pmac_dbdma_alloc() 70 if (rec->space == NULL) in snd_pmac_dbdma_alloc() 73 memset(rec->space, 0, rsize); in snd_pmac_dbdma_alloc() 74 rec->cmds = (void __iomem *)DBDMA_ALIGN(rec->space); in snd_pmac_dbdma_alloc() 75 rec->addr = rec->dma_base + (unsigned long)((char *)rec->cmds - (char *)rec->space); in snd_pmac_dbdma_alloc() 82 if (rec->space) { in snd_pmac_dbdma_free() 85 dma_free_coherent(&chip->pdev->dev, rsize, rec->space, rec->dma_base); in snd_pmac_dbdma_free()
|
D | pmac.h | 56 void *space; member
|
/sound/core/ |
D | control.c | 760 unsigned int offset, space, jidx; in snd_ctl_elem_list() local 765 space = list.space; in snd_ctl_elem_list() 767 if (space > 16384) in snd_ctl_elem_list() 769 if (space > 0) { in snd_ctl_elem_list() 771 dst = vmalloc(space * sizeof(struct snd_ctl_elem_id)); in snd_ctl_elem_list() 788 while (space > 0 && plist != &card->controls) { in snd_ctl_elem_list() 790 for (jidx = offset; space > 0 && jidx < kctl->count; jidx++) { in snd_ctl_elem_list() 793 space--; in snd_ctl_elem_list()
|
D | control_compat.c | 28 u32 space; member
|
/sound/drivers/ |
D | Kconfig | 83 This module returns played samples back to the user space using
|
/sound/oss/ |
D | CHANGELOG | 35 changed so that arg always points to kernel space.
|