Searched refs:oldhead (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/sound/core/seq/
H A Dseq_fifo.c236 struct snd_seq_event_cell *cell, *next, *oldhead; snd_seq_fifo_resize() local
253 oldhead = f->head; snd_seq_fifo_resize()
263 for (cell = oldhead; cell; cell = next) { snd_seq_fifo_resize()
/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnv_setup.c463 u32 oldhead; NVCommonSetup() local
510 oldhead = NV_RD32(par->PCRTC0, 0x00000860); NVCommonSetup()
511 NV_WR32(par->PCRTC0, 0x00000860, oldhead | 0x00000010); NVCommonSetup()
635 NV_WR32(par->PCRTC0, 0x00000860, oldhead); NVCommonSetup()

Completed in 94 milliseconds