Home
last modified time | relevance | path

Searched refs:last (Results 1 – 9 of 9) sorted by relevance

/sound/isa/gus/
Dgus_mem.c52 if (alloc->last == NULL) { in snd_gf1_mem_xalloc()
54 alloc->first = alloc->last = nblock; in snd_gf1_mem_xalloc()
56 nblock->prev = alloc->last; in snd_gf1_mem_xalloc()
57 alloc->last->next = nblock; in snd_gf1_mem_xalloc()
58 alloc->last = nblock; in snd_gf1_mem_xalloc()
79 if (alloc->last == block) { in snd_gf1_mem_xfree()
80 alloc->last = block->prev; in snd_gf1_mem_xfree()
229 alloc->first = alloc->last = NULL; in snd_gf1_mem_init()
/sound/
DMakefile16 obj-y += last.o
/sound/i2c/
Di2c.c243 static int snd_i2c_bit_readbyte(struct snd_i2c_bus *bus, int last) in snd_i2c_bit_readbyte() argument
257 snd_i2c_bit_send(bus, !!last); in snd_i2c_bit_readbyte()
/sound/soc/
Dsoc-compress.c24 struct snd_soc_component **last) in soc_compr_components_open() argument
44 *last = component; in soc_compr_components_open()
49 *last = NULL; in soc_compr_components_open()
54 struct snd_soc_component *last) in soc_compr_components_free() argument
63 if (component == last) in soc_compr_components_free()
Dsoc-pcm.c455 struct snd_soc_component **last) in soc_pcm_components_open() argument
464 *last = component; in soc_pcm_components_open()
482 *last = NULL; in soc_pcm_components_open()
487 struct snd_soc_component *last) in soc_pcm_components_close() argument
497 if (component == last) in soc_pcm_components_close()
872 struct snd_soc_component *last) in soc_pcm_components_hw_free() argument
882 if (component == last) in soc_pcm_components_hw_free()
/sound/hda/
Dhdac_stream.c550 bool force, u64 last) in azx_timecounter_init() argument
579 tc->cycle_last = last; in azx_timecounter_init()
/sound/isa/wavefront/
Dwavefront_synth.c563 unsigned int last = dst_size / 2; in munge_buf() local
565 for (i = 0; i < last; i++) { in munge_buf()
/sound/core/oss/
Dpcm_oss.c383 int last = 0; in snd_pcm_hw_param_near() local
425 last = 1; in snd_pcm_hw_param_near()
435 last = 1; in snd_pcm_hw_param_near()
439 if (last) in snd_pcm_hw_param_near()
/sound/pci/hda/
Dhda_generic.c4189 hda_nid_t last, changed = 0; in set_path_power() local
4207 last = path_power_update(codec, path, true); in set_path_power()
4208 if (last) in set_path_power()
4209 changed = last; in set_path_power()