Home
last modified time | relevance | path

Searched refs:f_uac2_opts (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/usb/gadget/function/
Df_uac2.c57 struct f_uac2_opts *g_audio_to_uac2_opts(struct g_audio *agdev) in g_audio_to_uac2_opts()
59 return container_of(agdev->func.fi, struct f_uac2_opts, func_inst); in g_audio_to_uac2_opts()
447 static void set_ep_max_packet_size(const struct f_uac2_opts *uac2_opts, in set_ep_max_packet_size()
473 static void setup_descriptor(struct f_uac2_opts *opts) in setup_descriptor()
597 struct f_uac2_opts *uac2_opts; in afunc_bind()
601 uac2_opts = container_of(fn->fi, struct f_uac2_opts, func_inst); in afunc_bind()
813 struct f_uac2_opts *opts; in in_rq_cur()
854 struct f_uac2_opts *opts; in in_rq_range()
970 static inline struct f_uac2_opts *to_f_uac2_opts(struct config_item *item) in to_f_uac2_opts()
972 return container_of(to_config_group(item), struct f_uac2_opts, in to_f_uac2_opts()
[all …]
Du_uac2.h26 struct f_uac2_opts { struct
/Linux-v5.10/drivers/usb/gadget/legacy/
Daudio.c239 struct f_uac2_opts *uac2_opts; in audio_bind()
264 uac2_opts = container_of(fi_uac2, struct f_uac2_opts, func_inst); in audio_bind()