Searched refs:uac2 (Results 1 – 5 of 5) sorted by relevance
1035 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_bind() local1134 uac2->ac_intf = ret; in afunc_bind()1135 uac2->ac_alt = 0; in afunc_bind()1146 uac2->as_out_intf = ret; in afunc_bind()1147 uac2->as_out_alt = 0; in afunc_bind()1175 uac2->as_in_intf = ret; in afunc_bind()1176 uac2->as_in_alt = 0; in afunc_bind()1181 uac2->int_ep = usb_ep_autoconfig(gadget, &fs_ep_int_desc); in afunc_bind()1182 if (!uac2->int_ep) { in afunc_bind()1352 struct f_uac2 *uac2 = func_to_uac2(&agdev->func); in afunc_notify_complete() local[all …]
16 include/usbg/function/uac2.h | 29 +++++++++++++----------------23 src/function/uac2.c | 10 +++++-----388 diff --git a/include/usbg/function/uac2.h b/include/usbg/function/uac2.h390 --- a/include/usbg/function/uac2.h391 +++ b/include/usbg/function/uac2.h400 * @brief Cast from generic function to uac2 function401 * @param[in] f function to be converted to uac2 funciton.704 diff --git a/src/function/uac2.c b/src/function/uac2.c706 --- a/src/function/uac2.c707 +++ b/src/function/uac2.c
1 What: /config/usb-gadget/gadget/functions/uac2.name
731 The function name to use when creating the function directory is "uac2".732 The uac2 function provides these attributes in its function directory:
[all...]