Home
last modified time | relevance | path

Searched refs:do_restore (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgain.c25 sox_bool do_restore, make_headroom, do_normalise, do_scan; member
45 case 'r': p->do_scan = p->do_restore = sox_true; break; in create()
50 if ((p->do_equalise + p->do_balance + p->do_balance_no_clip + p->do_restore)/ sox_true > 1) { in create()
54 if (p->do_normalise && p->do_restore) { in create()
72 if (p->do_restore) { in start()
184 if (p->do_restore) { in start_drain()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo.h93 extern int do_restore; /* Restore screen contents */
H A Dvideo-bios.c41 do_restore = 1; /* Assume video contents were lost */ in set_bios_mode()
H A Dvideo-mode.c27 int do_restore; /* Screen contents changed during mode flip */ variable
H A Dvideo-vga.c57 do_restore = 1; in vga_set_basic_mode()
H A Dvideo-vesa.c148 do_restore = 1; in vesa_set_mode()
H A Dvideo.c341 if (do_restore) in set_video()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkvm_book3s_asm.h82 u32 do_restore; member
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dgen_except.S335 bnes do_restore |frame must be busy
359 | beq.b do_restore
365 do_restore: label
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c330 if (cmpxchg(&sip->do_restore, 0, 1) == 0) { in kvmhv_commence_exit()
741 sip->do_restore = 0; in kvmhv_p9_restore_lpcr()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dasm-offsets.c724 OFFSET(KVM_SPLIT_DO_RESTORE, kvm_split_mode, do_restore); in main()