Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 62) sorted by relevance

123

/sound/core/seq/
Dseq_prioq.c153 f->tail->next = cell; in snd_seq_prioq_cell_in()
155 cell->next = NULL; in snd_seq_prioq_cell_in()
180 cur = cur->next; in snd_seq_prioq_cell_in()
190 prev->next = cell; in snd_seq_prioq_cell_in()
191 cell->next = cur; in snd_seq_prioq_cell_in()
228 f->head = cell->next; in snd_seq_prioq_cell_out()
234 cell->next = NULL; in snd_seq_prioq_cell_out()
277 register struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_leave() local
286 next = cell->next; in snd_seq_prioq_leave()
290 f->head = cell->next; in snd_seq_prioq_leave()
[all …]
Dseq_fifo.c123 f->tail->next = cell; in snd_seq_fifo_event_in()
127 cell->next = NULL; in snd_seq_fifo_event_in()
148 f->head = cell->next; in fifo_cell_out()
154 cell->next = NULL; in fifo_cell_out()
206 cell->next = f->head; in snd_seq_fifo_cell_putback()
228 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize() local
259 for (cell = oldhead; cell; cell = next) { in snd_seq_fifo_resize()
260 next = cell->next; in snd_seq_fifo_resize()
Dseq_memory.c97 for (; len > 0 && cell; cell = cell->next) { in snd_seq_dump_var_event()
171 cell->next = pool->free; in free_cell()
194 nextptr = curp->next; in snd_seq_cell_free()
195 curp->next = pool->free; in snd_seq_cell_free()
260 pool->free = cell->next; in snd_seq_cell_alloc()
267 cell->next = NULL; in snd_seq_cell_alloc()
336 tail->next = tmp; in snd_seq_event_dup()
341 src = src->next; in snd_seq_event_dup()
401 cellptr->next = pool->free; in snd_seq_pool_init()
Dseq_memory.h18 struct snd_seq_event_cell *next; /* next cell */ member
/sound/pci/ctxfi/
Dctimap.c27 entry->next = entry->addr; in input_mapper_add()
49 pos = head->next; in input_mapper_add()
56 entry->next = pos_ent->addr; in input_mapper_add()
58 pre_ent->next = entry->addr; in input_mapper_add()
67 struct list_head *next, *pre, *head; in input_mapper_delete() local
76 next = (entry->list.next == head) ? head->next : entry->list.next; in input_mapper_delete()
80 entry->next = entry->addr = entry->user = entry->slot = 0; in input_mapper_delete()
87 next_ent = list_entry(next, struct imapper, list); in input_mapper_delete()
89 pre_ent->next = next_ent->addr; in input_mapper_delete()
102 pos = head->next; in free_input_mapper_list()
Dctimap.h24 unsigned short next; /* the next input mapper ram id */ member
Dcthardware.h127 int (*srcimp_mgr_set_imapnxt)(void *blk, unsigned int next);
173 int (*daio_mgr_set_imapnxt)(void *blk, unsigned int next);
Dctvmem.c223 pos = vm->used.next; in ct_vm_destroy()
229 pos = vm->unused.next; in ct_vm_destroy()
/sound/isa/gus/
Dgus_mem.c47 nblock->next = pblock; in snd_gf1_mem_xalloc()
52 nblock->prev->next = nblock; in snd_gf1_mem_xalloc()
56 pblock = pblock->next; in snd_gf1_mem_xalloc()
58 nblock->next = NULL; in snd_gf1_mem_xalloc()
64 alloc->last->next = nblock; in snd_gf1_mem_xalloc()
78 alloc->first = block->next; in snd_gf1_mem_xfree()
79 if (block->next) in snd_gf1_mem_xfree()
80 block->next->prev = NULL; in snd_gf1_mem_xfree()
82 block->prev->next = block->next; in snd_gf1_mem_xfree()
83 if (block->next) in snd_gf1_mem_xfree()
[all …]
Dgus_dma.c91 gus->gf1.dma_data_pcm = block->next; in snd_gf1_dma_next_block()
99 gus->gf1.dma_data_synth = block->next; in snd_gf1_dma_next_block()
168 gus->gf1.dma_data_pcm = block->next; in snd_gf1_dma_done()
172 gus->gf1.dma_data_synth = block->next; in snd_gf1_dma_done()
195 block->next = NULL; in snd_gf1_dma_transfer_block()
209 gus->gf1.dma_data_synth_last->next = block; in snd_gf1_dma_transfer_block()
217 gus->gf1.dma_data_pcm_last->next = block; in snd_gf1_dma_transfer_block()
/sound/soc/au1x/
Ddma.c30 struct pcm_period *next; member
56 pointer_next = pointer->next; in au1000_release_dma_link()
92 pointer->next = kmalloc(sizeof(struct pcm_period), in au1000_setup_dma_link()
94 if (!pointer->next) { in au1000_setup_dma_link()
98 pointer = pointer->next; in au1000_setup_dma_link()
101 pointer->next = stream->buffer; in au1000_setup_dma_link()
121 set_dma_addr1(stream->dma, stream->buffer->next->start); in au1000_dma_start()
127 set_dma_addr0(stream->dma, stream->buffer->next->start); in au1000_dma_start()
141 stream->buffer = stream->buffer->next; in au1000_dma_interrupt()
143 set_dma_addr0(stream->dma, stream->buffer->next->start); in au1000_dma_interrupt()
[all …]
Dac97c.c100 goto next; in au1xac97c_ac97_read()
116 next: in au1xac97c_ac97_read()
139 goto next; in au1xac97c_ac97_write()
148 next: in au1xac97c_ac97_write()
/sound/synth/emux/
Dsoundfont.c263 for (sf = sflist->fonts; sf; sf = sf->next) { in newsf()
278 sf->next = sflist->fonts; in newsf()
355 zp->next = sf->zones; in sf_zone_new()
389 sp->next = sf->samples; in sf_sample_new()
406 sf->samples = sp->next; in sf_sample_delete()
434 for (zp = sf->zones; zp; prevp = zp, zp = zp->next) { in load_map()
445 prevp->next = zp->next; in load_map()
446 zp->next = sf->zones; in load_map()
483 struct snd_sf_zone *prev, *next, *p; in remove_info() local
487 for (p = sf->zones; p; p = next) { in remove_info()
[all …]
/sound/
Dsound_core.c113 struct sound_unit *next; member
165 list=&((*list)->next); in __sound_insert_unit()
172 list=&((*list)->next); in __sound_insert_unit()
185 list=&((*list)->next); in __sound_insert_unit()
200 s->next=*list; in __sound_insert_unit()
218 *list=p->next; in __sound_remove_unit()
221 list=&(p->next); in __sound_remove_unit()
527 s=s->next; in __look_for_unit()
/sound/core/oss/
Dpcm_plugin.c115 while (plugin->next) { in snd_pcm_plug_alloc()
120 plugin = plugin->next; in snd_pcm_plug_alloc()
211 plugin_next = plugin->next; in calc_dst_frames()
599 struct snd_pcm_plugin *plugin, *next; in snd_pcm_plug_write_transfer() local
608 next = plugin->next; in snd_pcm_plug_write_transfer()
609 if (next) { in snd_pcm_plug_write_transfer()
616 err = next->client_channels(next, frames1, &dst_channels); in snd_pcm_plug_write_transfer()
634 plugin = next; in snd_pcm_plug_write_transfer()
641 struct snd_pcm_plugin *plugin, *next; in snd_pcm_plug_read_transfer() local
653 next = plugin->next; in snd_pcm_plug_read_transfer()
[all …]
/sound/usb/
Dhelper.c33 u8 *p, *end, *next; in snd_usb_find_desc() local
40 next = p + p[0]; in snd_usb_find_desc()
41 if (next > end) in snd_usb_find_desc()
46 p = next; in snd_usb_find_desc()
/sound/pci/hda/
Dhda_jack.c178 struct hda_jack_callback *cb, *next; in snd_hda_jack_tbl_clear() local
184 for (cb = jack->callback; cb; cb = next) { in snd_hda_jack_tbl_clear()
185 next = cb->next; in snd_hda_jack_tbl_clear()
298 for (cb = jack->callback; cb; cb = cb->next) { in find_callback_from_list()
338 callback->next = jack->callback; in snd_hda_jack_detect_enable_callback_mst()
689 for (cb = jack->callback; cb; cb = cb->next) { in call_jack_callback()
699 for (cb = gated->callback; cb; cb = cb->next) { in call_jack_callback()
/sound/core/
Ddevice.c224 struct snd_device *dev, *next; in snd_device_free_all() local
228 list_for_each_entry_safe_reverse(dev, next, &card->devices, list) { in snd_device_free_all()
237 list_for_each_entry_safe_reverse(dev, next, &card->devices, list) in snd_device_free_all()
Dinfo.c308 size_t next; in snd_info_text_entry_write() local
316 next = pos + count; in snd_info_text_entry_write()
318 if (next > 16 * 1024) in snd_info_text_entry_write()
329 if (next > buf->len) { in snd_info_text_entry_write()
330 char *nbuf = kvzalloc(PAGE_ALIGN(next), GFP_KERNEL); in snd_info_text_entry_write()
337 buf->len = PAGE_ALIGN(next); in snd_info_text_entry_write()
343 buf->size = next; in snd_info_text_entry_write()
348 *offset = next; in snd_info_text_entry_write()
Dpcm.c137 substream = substream->next) in snd_pcm_control_ioctl()
681 prev->next = substream; in snd_pcm_new_stream()
691 prev->next = NULL; in snd_pcm_new_stream()
837 substream_next = substream->next; in snd_pcm_free_stream()
844 setupn = setup->next; in snd_pcm_free_stream()
914 substream = substream->next) { in snd_pcm_attach_substream()
927 substream = substream->next) in snd_pcm_attach_substream()
940 for (substream = pstr->substream; substream; substream = substream->next) { in snd_pcm_attach_substream()
1088 for (substream = pcm->streams[cidx].substream; substream; substream = substream->next) in snd_pcm_dev_register()
/sound/drivers/opl3/
Dopl3_synth.c311 for (patch = opl3->patch_table[key]; patch; patch = patch->next) { in snd_opl3_find_patch()
323 patch->next = opl3->patch_table[key]; in snd_opl3_find_patch()
336 struct fm_patch *patch, *next; in snd_opl3_clear_patches() local
337 for (patch = opl3->patch_table[i]; patch; patch = next) { in snd_opl3_clear_patches()
338 next = patch->next; in snd_opl3_clear_patches()
/sound/pci/emu10k1/
Dmemory.c137 struct list_head *next; in map_memblk() local
139 page = search_empty_map_area(emu, blk->pages, &next); in map_memblk()
147 list_add_tail(&blk->mapped_link, next); in map_memblk()
179 p = blk->mapped_link.next; in unmap_memblk()
278 p = emu->mapped_order_link_head.next; in snd_emu10k1_memblk_map()
280 nextp = p->next; in snd_emu10k1_memblk_map()
469 p = blk->mem.list.next; in get_single_page_range()
/sound/soc/fsl/
Dfsl_dma.h103 __be64 next; /* Address of next list descriptor */ member
121 __be64 next; /* Address of next link descriptor */ member
/sound/soc/
Dsoc-pcm.c2091 goto next; in dpcm_be_dai_trigger()
2102 goto next; in dpcm_be_dai_trigger()
2106 goto next; in dpcm_be_dai_trigger()
2116 goto next; in dpcm_be_dai_trigger()
2123 goto next; in dpcm_be_dai_trigger()
2127 goto next; in dpcm_be_dai_trigger()
2132 goto next; in dpcm_be_dai_trigger()
2141 goto next; in dpcm_be_dai_trigger()
2148 goto next; in dpcm_be_dai_trigger()
2153 goto next; in dpcm_be_dai_trigger()
[all …]
/sound/sparc/
Damd7930.c341 struct snd_amd7930 *next; member
1035 amd->next = amd7930_list; in amd7930_sbus_probe()
1073 struct snd_amd7930 *next = p->next; in amd7930_exit() local
1077 p = next; in amd7930_exit()

123