Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/
Df_uac.h254 struct uac_opts struct
272 extern int fuac_opts_set(struct uac_opts *opts); argument
Df_uac.c138 struct uac_opts g_uac_opts =
160 int fuac_opts_set(struct uac_opts *opts) in fuac_opts_set()
168 (void)memcpy_s(&g_uac_opts, sizeof(g_uac_opts), opts, sizeof(struct uac_opts)); in fuac_opts_set()