Home
last modified time | relevance | path

Searched defs:sdl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/audio/
H A Dsdlaudio.c203 static void sdl_close_out(SDLVoiceOut *sdl) in sdl_close_out()
220 SDLVoiceOut *sdl = opaque; in sdl_callback_out() local
251 static void sdl_close_in(SDLVoiceIn *sdl) in sdl_close_in()
268 SDLVoiceIn *sdl = opaque; in sdl_callback_in() local
331 SDLVoiceOut *sdl = (SDLVoiceOut *)hw; in sdl_fini_out() local
339 SDLVoiceOut *sdl = (SDLVoiceOut *)hw; in sdl_init_out() local
385 SDLVoiceOut *sdl = (SDLVoiceOut *)hw; in sdl_enable_out() local
392 SDLVoiceIn *sdl = (SDLVoiceIn *)hw; in sdl_fini_in() local
399 SDLVoiceIn *sdl = (SDLVoiceIn *)hw; in sdl_init_in() local
448 SDLVoiceIn *sdl = (SDLVoiceIn *)hw; in sdl_enable_in() local
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c40 } sdl; variable
/openbmc/qemu/
H A Dmeson_options.txt203 option('sdl', type : 'feature', value : 'auto', feature
H A Dmeson.build1461 sdl = not_found variable
1463 sdl = dependency('sdl2', required: get_option('sdl')) variable
1473 sdl = declare_dependency(compile_args: '-Wno-undef', variable