Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac1_legacy.c244 struct f_audio_buf { struct
250 static struct f_audio_buf *f_audio_buffer_alloc(int buf_size) in f_audio_buffer_alloc() argument
252 struct f_audio_buf *copy_buf; in f_audio_buffer_alloc()
267 static void f_audio_buffer_free(struct f_audio_buf *audio_buf) in f_audio_buffer_free()
284 struct f_audio_buf *copy_buf;
305 struct f_audio_buf *play_buf; in f_audio_playback_work()
313 struct f_audio_buf, list); in f_audio_playback_work()
325 struct f_audio_buf *copy_buf = audio->copy_buf; in f_audio_out_ep_complete()
642 struct f_audio_buf *copy_buf = audio->copy_buf; in f_audio_set_alt()