Searched refs:last (Results 1 – 7 of 7) sorted by relevance
67 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()
15 obj-y += last.o
257 static int snd_i2c_bit_readbyte(struct snd_i2c_bus *bus, int last) in snd_i2c_bit_readbyte() argument271 snd_i2c_bit_send(bus, !!last); in snd_i2c_bit_readbyte()
476 bool force, cycle_t last) in azx_timecounter_init() argument505 tc->cycle_last = last; in azx_timecounter_init()
565 unsigned int last = dst_size / 2; in munge_buf() local567 for (i = 0; i < last; i++) { in munge_buf()
409 int last = 0; in snd_pcm_hw_param_near() local451 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()
3971 hda_nid_t last, changed = 0; in set_path_power() local3990 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()