Searched refs:space (Results 1 – 13 of 13) sorted by relevance
/sound/drivers/vx/ |
D | vx_pcm.c | 613 int space, err = 0; in vx_pcm_playback_transfer_chunk() local 615 space = vx_query_hbuffer_size(chip, pipe); in vx_pcm_playback_transfer_chunk() 616 if (space < 0) { in vx_pcm_playback_transfer_chunk() 620 return space; in vx_pcm_playback_transfer_chunk() 622 if (space < size) { in vx_pcm_playback_transfer_chunk() 624 snd_printd("no enough hbuffer space %d\n", space); in vx_pcm_playback_transfer_chunk() 984 int size, space, count; in vx_pcm_capture_update() local 994 space = vx_query_hbuffer_size(chip, pipe); in vx_pcm_capture_update() 995 if (space < 0) in vx_pcm_capture_update() 997 if (size > space) in vx_pcm_capture_update() [all …]
|
/sound/aoa/soundbus/i2sbus/ |
D | core.c | 49 r->space = dma_alloc_coherent(&macio_get_pci_dev(i2sdev->macio)->dev, in alloc_dbdma_descriptor_ring() 51 if (!r->space) in alloc_dbdma_descriptor_ring() 54 r->cmds = (void*)DBDMA_ALIGN(r->space); in alloc_dbdma_descriptor_ring() 56 (dma_addr_t)((char*)r->cmds - (char*)r->space); in alloc_dbdma_descriptor_ring() 64 if (!r->space) return; in free_dbdma_descriptor_ring() 67 r->size, r->space, r->bus_addr); in free_dbdma_descriptor_ring()
|
D | i2sbus.h | 34 void *space; member
|
/sound/core/seq/ |
D | seq_memory.c | 498 struct snd_seq_pool *pool, char *space) in snd_seq_info_pool() argument 502 snd_iprintf(buffer, "%sPool size : %d\n", space, pool->total_elements); in snd_seq_info_pool() 503 snd_iprintf(buffer, "%sCells in use : %d\n", space, atomic_read(&pool->counter)); in snd_seq_info_pool() 504 snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used); in snd_seq_info_pool() 505 snd_iprintf(buffer, "%sAlloc success : %d\n", space, pool->event_alloc_success); in snd_seq_info_pool() 506 snd_iprintf(buffer, "%sAlloc failures : %d\n", space, pool->event_alloc_failures); in snd_seq_info_pool()
|
D | seq_memory.h | 86 struct snd_seq_pool *pool, char *space);
|
/sound/oss/dmasound/ |
D | dmasound_paula.c | 123 static int AmiStateInfo(char *buffer, size_t space); 654 static int AmiStateInfo(char *buffer, size_t space) in AmiStateInfo() argument 661 if (len >= space) { in AmiStateInfo() 663 len = space ; in AmiStateInfo()
|
D | dmasound_atari.c | 148 static int TTStateInfo(char *buffer, size_t space); 149 static int FalconStateInfo(char *buffer, size_t space); 1473 static int TTStateInfo(char *buffer, size_t space) in TTStateInfo() argument 1484 if (len >= space) { in TTStateInfo() 1486 len = space ; in TTStateInfo() 1491 static int FalconStateInfo(char *buffer, size_t space) in FalconStateInfo() argument 1498 if (len >= space) { in FalconStateInfo() 1500 len = space ; in FalconStateInfo()
|
/sound/ppc/ |
D | pmac.c | 54 rec->space = dma_alloc_coherent(&chip->pdev->dev, rsize, in snd_pmac_dbdma_alloc() 56 if (rec->space == NULL) in snd_pmac_dbdma_alloc() 59 memset(rec->space, 0, rsize); in snd_pmac_dbdma_alloc() 60 rec->cmds = (void __iomem *)DBDMA_ALIGN(rec->space); in snd_pmac_dbdma_alloc() 61 rec->addr = rec->dma_base + (unsigned long)((char *)rec->cmds - (char *)rec->space); in snd_pmac_dbdma_alloc() 68 if (rec->space) { in snd_pmac_dbdma_free() 71 dma_free_coherent(&chip->pdev->dev, rsize, rec->space, rec->dma_base); in snd_pmac_dbdma_free()
|
D | pmac.h | 43 void *space; member
|
/sound/core/ |
D | control.c | 862 unsigned int offset, space, jidx; in snd_ctl_elem_list() local 866 space = list->space; in snd_ctl_elem_list() 871 if (space > 0) { in snd_ctl_elem_list() 885 if (!--space) in snd_ctl_elem_list()
|
D | control_compat.c | 15 u32 space; member
|
/sound/drivers/ |
D | Kconfig | 98 This module returns played samples back to the user space using
|
/sound/soc/intel/boards/ |
D | Kconfig | 20 soundcard's long card name in the control user space AP. An unfortunate
|