Searched refs:oldhead (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_fifo.c | 227 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize() local 244 oldhead = f->head; in snd_seq_fifo_resize() 258 for (cell = oldhead; cell; cell = next) { in snd_seq_fifo_resize()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_fifo.c | 228 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize() local 245 oldhead = f->head; in snd_seq_fifo_resize() 259 for (cell = oldhead; cell; cell = next) { in snd_seq_fifo_resize()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
H A D | nv_setup.c | 440 u32 oldhead; in NVCommonSetup() local 487 oldhead = NV_RD32(par->PCRTC0, 0x00000860); in NVCommonSetup() 488 NV_WR32(par->PCRTC0, 0x00000860, oldhead | 0x00000010); in NVCommonSetup() 612 NV_WR32(par->PCRTC0, 0x00000860, oldhead); in NVCommonSetup()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/ |
H A D | nv_setup.c | 437 u32 oldhead; in NVCommonSetup() local 484 oldhead = NV_RD32(par->PCRTC0, 0x00000860); in NVCommonSetup() 485 NV_WR32(par->PCRTC0, 0x00000860, oldhead | 0x00000010); in NVCommonSetup() 609 NV_WR32(par->PCRTC0, 0x00000860, oldhead); in NVCommonSetup()
|
Completed in 3 milliseconds