Home
last modified time | relevance | path

Searched refs:handlep (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/audio/
H A Dalsaaudio.c120 static void alsa_anal_close1 (snd_pcm_t **handlep) in alsa_anal_close1() argument
122 int err = snd_pcm_close (*handlep); in alsa_anal_close1()
124 alsa_logerr (err, "Failed to close PCM handle %p\n", *handlep); in alsa_anal_close1()
126 *handlep = NULL; in alsa_anal_close1()
129 static void alsa_anal_close (snd_pcm_t **handlep, struct pollhlp *hlp) in alsa_anal_close() argument
132 alsa_anal_close1 (handlep); in alsa_anal_close()
439 struct alsa_params_obt *obt, snd_pcm_t **handlep, in alsa_open() argument
586 *handlep = handle; in alsa_open()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c359 u32 *handlep) in drm_gem_handle_create_tail() argument
397 *handlep = handle; in drm_gem_handle_create_tail()
426 u32 *handlep) in drm_gem_handle_create() argument
430 return drm_gem_handle_create_tail(file_priv, obj, handlep); in drm_gem_handle_create()
H A Ddrm_internal.h164 u32 *handlep);
/openbmc/linux/include/drm/
H A Ddrm_gem.h509 u32 *handlep);
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D10_usagi-ipv6.patch1194 while (config = getnetconfig(handlep)) {