Searched refs:f_uac1 (Results 1 – 3 of 3) sorted by relevance
142 static struct usb_function *f_uac1; variable203 f_uac1 = usb_get_function(fi_uac1); in audio_do_config()204 if (IS_ERR(f_uac1)) { in audio_do_config()205 status = PTR_ERR(f_uac1); in audio_do_config()209 status = usb_add_function(c, f_uac1); in audio_do_config()211 usb_put_function(f_uac1); in audio_do_config()353 if (!IS_ERR_OR_NULL(f_uac1)) in audio_unbind()354 usb_put_function(f_uac1); in audio_unbind()
36 struct f_uac1 { struct51 static inline struct f_uac1 *func_to_uac1(struct usb_function *f) in func_to_uac1() argument53 return container_of(f, struct f_uac1, g_audio.func); in func_to_uac1()564 struct f_uac1 *uac1 = func_to_uac1(fn); in uac_cs_attr_sample_rate()587 struct f_uac1 *uac1 = func_to_uac1(&audio->func); in audio_notify_complete()596 struct f_uac1 *uac1 = func_to_uac1(&audio->func); in audio_notify()845 struct f_uac1 *uac1 = func_to_uac1(&audio->func); in out_rq_complete()928 struct f_uac1 *uac1 = func_to_uac1(&audio->func); in ac_rq_out()988 struct f_uac1 *uac1 = func_to_uac1(f); in audio_set_endpoint_req()1033 struct f_uac1 *uac1 = func_to_uac1(f); in audio_get_endpoint_req()[all …]
37 usb_f_uac1-y := f_uac1.o