Searched refs:f_uac2 (Results 1 – 3 of 3) sorted by relevance
152 static struct usb_function *f_uac2; variable228 f_uac2 = usb_get_function(fi_uac2); in audio_do_config()229 if (IS_ERR(f_uac2)) { in audio_do_config()230 status = PTR_ERR(f_uac2); in audio_do_config()234 status = usb_add_function(c, f_uac2); in audio_do_config()236 usb_put_function(f_uac2); in audio_do_config()373 if (!IS_ERR_OR_NULL(f_uac2)) in audio_unbind()374 usb_put_function(f_uac2); in audio_unbind()
63 struct f_uac2 { struct77 static inline struct f_uac2 *func_to_uac2(struct usb_function *f) in func_to_uac2() argument79 return container_of(f, struct f_uac2, g_audio.func); in func_to_uac2()1035 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_bind()1350 struct f_uac2 *uac2 = func_to_uac2(&agdev->func); in afunc_notify_complete()1360 struct f_uac2 *uac2 = func_to_uac2(&agdev->func); in afunc_notify()1420 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_set_alt()1474 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_get_alt()1494 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_disable()1507 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_suspend()[all …]
41 usb_f_uac2-y := f_uac2.o