Home
last modified time | relevance | path

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

/sound/isa/gus/
Dgus_mem.c67 if (alloc->last == NULL) { in snd_gf1_mem_xalloc()
69 alloc->first = alloc->last = nblock; in snd_gf1_mem_xalloc()
71 nblock->prev = alloc->last; in snd_gf1_mem_xalloc()
72 alloc->last->next = nblock; in snd_gf1_mem_xalloc()
73 alloc->last = nblock; in snd_gf1_mem_xalloc()
94 if (alloc->last == block) { in snd_gf1_mem_xfree()
95 alloc->last = block->prev; in snd_gf1_mem_xfree()
247 alloc->first = alloc->last = NULL; in snd_gf1_mem_init()
/sound/
DMakefile15 obj-y += last.o
/sound/i2c/
Di2c.c257 static int snd_i2c_bit_readbyte(struct snd_i2c_bus *bus, int last) in snd_i2c_bit_readbyte() argument
271 snd_i2c_bit_send(bus, !!last); in snd_i2c_bit_readbyte()
/sound/hda/
Dhdac_stream.c476 bool force, cycle_t last) in azx_timecounter_init() argument
505 tc->cycle_last = last; in azx_timecounter_init()
/sound/isa/wavefront/
Dwavefront_synth.c565 unsigned int last = dst_size / 2; in munge_buf() local
567 for (i = 0; i < last; i++) { in munge_buf()
/sound/core/oss/
Dpcm_oss.c409 int last = 0; in snd_pcm_hw_param_near() local
451 last = 1; in snd_pcm_hw_param_near()
461 last = 1; in snd_pcm_hw_param_near()
465 if (last) in snd_pcm_hw_param_near()
/sound/pci/hda/
Dhda_generic.c3971 hda_nid_t last, changed = 0; in set_path_power() local
3990 last = path_power_update(codec, path, true); in set_path_power()
3991 if (last) in set_path_power()
3992 changed = last; in set_path_power()