Home
last modified time | relevance | path

Searched refs:uac2 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uac2.c1035 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_bind() local
1134 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()
1180 uac2->int_ep = usb_ep_autoconfig(gadget, &fs_ep_int_desc); in afunc_bind()
1181 if (!uac2->int_ep) { in afunc_bind()
1351 struct f_uac2 *uac2 in afunc_notify_complete() local
1361 struct f_uac2 *uac2 = func_to_uac2(&agdev->func); afunc_notify() local
1421 struct f_uac2 *uac2 = func_to_uac2(fn); afunc_set_alt() local
1475 struct f_uac2 *uac2 = func_to_uac2(fn); afunc_get_alt() local
1495 struct f_uac2 *uac2 = func_to_uac2(fn); afunc_disable() local
1508 struct f_uac2 *uac2 = func_to_uac2(fn); afunc_suspend() local
1697 struct f_uac2 *uac2 = func_to_uac2(fn); uac2_cs_control_sam_freq() local
1718 struct f_uac2 *uac2 = func_to_uac2(&agdev->func); out_rq_cur_complete() local
1767 struct f_uac2 *uac2 = func_to_uac2(fn); out_rq_cur() local
1802 struct f_uac2 *uac2 = func_to_uac2(fn); setup_rq_inf() local
2216 struct f_uac2 *uac2; afunc_alloc() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_uac2.c643 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_bind() local
698 uac2->ac_intf = ret; in afunc_bind()
699 uac2->ac_alt = 0; in afunc_bind()
709 uac2->as_out_intf = ret; in afunc_bind()
710 uac2->as_out_alt = 0; in afunc_bind()
721 uac2->as_in_intf = ret; in afunc_bind()
722 uac2->as_in_alt = 0; in afunc_bind()
811 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_set_alt() local
822 if (intf == uac2->ac_intf) { in afunc_set_alt()
831 if (intf == uac2 in afunc_set_alt()
856 struct f_uac2 *uac2 = func_to_uac2(fn); afunc_get_alt() local
876 struct f_uac2 *uac2 = func_to_uac2(fn); afunc_disable() local
994 struct f_uac2 *uac2 = func_to_uac2(fn); setup_rq_inf() local
1186 struct f_uac2 *uac2; afunc_alloc() local
[all...]

Completed in 4 milliseconds