Home
last modified time | relevance | path

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

123

/sound/pci/ctxfi/
A 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()
A Dctimap.h24 unsigned short next; /* the next input mapper ram id */ member
A Dcthardware.h127 int (*srcimp_mgr_set_imapnxt)(void *blk, unsigned int next);
173 int (*daio_mgr_set_imapnxt)(void *blk, unsigned int next);
A Dctvmem.c223 pos = vm->used.next; in ct_vm_destroy()
229 pos = vm->unused.next; in ct_vm_destroy()
/sound/isa/gus/
A Dgus_mem.c47 nblock->next = pblock; in snd_gf1_mem_xalloc()
56 pblock = pblock->next; in snd_gf1_mem_xalloc()
58 nblock->next = NULL; in snd_gf1_mem_xalloc()
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()
89 block->prev->next = NULL; in snd_gf1_mem_xfree()
93 block->prev->next = block->next; in snd_gf1_mem_xfree()
153 if (pblock->next) { in snd_gf1_mem_find()
[all …]
A Dgus_dma.c95 gus->gf1.dma_data_pcm = block->next; in snd_gf1_dma_next_block()
103 gus->gf1.dma_data_synth = block->next; in snd_gf1_dma_next_block()
172 gus->gf1.dma_data_pcm = block->next; in snd_gf1_dma_done()
176 gus->gf1.dma_data_synth = block->next; in snd_gf1_dma_done()
199 block->next = NULL; in snd_gf1_dma_transfer_block()
216 gus->gf1.dma_data_synth_last->next = block; in snd_gf1_dma_transfer_block()
224 gus->gf1.dma_data_pcm_last->next = block; in snd_gf1_dma_transfer_block()
/sound/core/seq/
A Dseq_prioq.c152 f->tail->next = cell; in snd_seq_prioq_cell_in()
154 cell->next = NULL; in snd_seq_prioq_cell_in()
178 cur = cur->next; in snd_seq_prioq_cell_in()
187 prev->next = cell; in snd_seq_prioq_cell_in()
188 cell->next = cur; in snd_seq_prioq_cell_in()
223 f->head = cell->next; in snd_seq_prioq_cell_out()
229 cell->next = NULL; in snd_seq_prioq_cell_out()
259 next = cell->next; in prioq_remove_cells()
267 f->head = cell->next; in prioq_remove_cells()
269 prev->next = cell->next; in prioq_remove_cells()
[all …]
A Dseq_fifo.c121 f->tail->next = cell; in snd_seq_fifo_event_in()
125 cell->next = NULL; in snd_seq_fifo_event_in()
146 f->head = cell->next; in fifo_cell_out()
152 cell->next = NULL; in fifo_cell_out()
202 cell->next = f->head; in snd_seq_fifo_cell_putback()
223 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize() local
254 for (cell = oldhead; cell; cell = next) { in snd_seq_fifo_resize()
255 next = cell->next; in snd_seq_fifo_resize()
A Dseq_memory.c105 for (; len > 0 && cell; cell = cell->next) { in dump_var_event()
228 cell->next = pool->free; in free_cell()
250 nextptr = curp->next; in snd_seq_cell_free()
251 curp->next = pool->free; in snd_seq_cell_free()
315 pool->free = cell->next; in snd_seq_cell_alloc()
322 cell->next = NULL; in snd_seq_cell_alloc()
397 tail->next = tmp; in snd_seq_event_dup()
402 src = src->next; in snd_seq_event_dup()
463 cellptr->next = pool->free; in snd_seq_pool_init()
/sound/soc/au1x/
A 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 …]
A 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/
A Dsound_core.c114 struct sound_unit *next; member
166 list=&((*list)->next); in __sound_insert_unit()
173 list=&((*list)->next); in __sound_insert_unit()
186 list=&((*list)->next); in __sound_insert_unit()
201 s->next=*list; in __sound_insert_unit()
219 *list=p->next; in __sound_remove_unit()
222 list=&(p->next); in __sound_remove_unit()
528 s=s->next; in __look_for_unit()
/sound/synth/emux/
A Dsoundfont.c357 zp->next = sf->zones; in sf_zone_new()
391 sp->next = sf->samples; in sf_sample_new()
447 prevp->next = zp->next; in load_map()
490 next = p->next; in remove_info()
495 prev->next = next; in remove_info()
497 sf->zones = next; in remove_info()
1417 nextsf = sf->next; in snd_sf_clear()
1419 nextzp = zp->next; in snd_sf_clear()
1423 nextsp = sp->next; in snd_sf_clear()
1516 nextzp = zp->next; in snd_soundfont_remove_unlocked()
[all …]
/sound/core/oss/
A 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()
653 next = plugin->next; in snd_pcm_plug_read_transfer()
654 if (next) { in snd_pcm_plug_read_transfer()
[all …]
/sound/usb/
A 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/hda/common/
A Djack.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/
A 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()
A Dinfo.c300 size_t next; in snd_info_text_entry_write() local
307 next = pos + count; in snd_info_text_entry_write()
309 if (next > 16 * 1024) in snd_info_text_entry_write()
318 if (next > buf->len) { in snd_info_text_entry_write()
319 char *nbuf = kvzalloc(PAGE_ALIGN(next), GFP_KERNEL); in snd_info_text_entry_write()
324 buf->len = PAGE_ALIGN(next); in snd_info_text_entry_write()
328 buf->size = next; in snd_info_text_entry_write()
329 *offset = next; in snd_info_text_entry_write()
A Dpcm.c129 substream = substream->next) in snd_pcm_control_ioctl()
672 prev->next = substream; in snd_pcm_new_stream()
682 prev->next = NULL; in snd_pcm_new_stream()
826 substream_next = substream->next; in snd_pcm_free_stream()
833 setupn = setup->next; in snd_pcm_free_stream()
903 substream = substream->next) { in snd_pcm_attach_substream()
916 substream = substream->next) in snd_pcm_attach_substream()
929 for (substream = pstr->substream; substream; substream = substream->next) { in snd_pcm_attach_substream()
1079 for (substream = pcm->streams[cidx].substream; substream; substream = substream->next) in snd_pcm_dev_register()
/sound/drivers/opl3/
A Dopl3_synth.c309 for (patch = opl3->patch_table[key]; patch; patch = patch->next) { in snd_opl3_find_patch()
321 patch->next = opl3->patch_table[key]; in snd_opl3_find_patch()
334 struct fm_patch *patch, *next; in snd_opl3_clear_patches() local
335 for (patch = opl3->patch_table[i]; patch; patch = next) { in snd_opl3_clear_patches()
336 next = patch->next; in snd_opl3_clear_patches()
/sound/pci/emu10k1/
A 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()
467 p = blk->mem.list.next; in get_single_page_range()
A Dvoice.c46 goto next; in voice_alloc()
62 next: ; in voice_alloc()
/sound/soc/fsl/
A Dfsl_dma.h103 __be64 next; /* Address of next list descriptor */ member
121 __be64 next; /* Address of next link descriptor */ member
/sound/soc/
A Dsoc-pcm.c2195 goto next; in dpcm_be_dai_trigger()
2206 goto next; in dpcm_be_dai_trigger()
2210 goto next; in dpcm_be_dai_trigger()
2220 goto next; in dpcm_be_dai_trigger()
2227 goto next; in dpcm_be_dai_trigger()
2231 goto next; in dpcm_be_dai_trigger()
2236 goto next; in dpcm_be_dai_trigger()
2245 goto next; in dpcm_be_dai_trigger()
2252 goto next; in dpcm_be_dai_trigger()
2257 goto next; in dpcm_be_dai_trigger()
[all …]
/sound/sparc/
A 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()

Completed in 67 milliseconds

123