Searched refs:f_uac2 (Results 1 – 2 of 2) 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()1025 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_bind()1361 struct f_uac2 *uac2 = func_to_uac2(&agdev->func); in afunc_notify_complete()1371 struct f_uac2 *uac2 = func_to_uac2(&agdev->func); in afunc_notify()1431 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_set_alt()1485 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_get_alt()1505 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_disable()1518 struct f_uac2 *uac2 = func_to_uac2(fn); in afunc_suspend()[all …]