Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_uac2.c58 struct f_uac2_opts *g_audio_to_uac2_opts(struct g_audio *agdev) in g_audio_to_uac2_opts()
60 return container_of(agdev->func.fi, struct f_uac2_opts, func_inst); in g_audio_to_uac2_opts()
451 static void set_ep_max_packet_size(const struct f_uac2_opts *uac2_opts, in set_ep_max_packet_size()
482 struct f_uac2_opts *uac2_opts; in afunc_bind()
486 uac2_opts = container_of(fn->fi, struct f_uac2_opts, func_inst); in afunc_bind()
688 struct f_uac2_opts *opts; in in_rq_cur()
729 struct f_uac2_opts *opts; in in_rq_range()
845 static inline struct f_uac2_opts *to_f_uac2_opts(struct config_item *item) in to_f_uac2_opts()
847 return container_of(to_config_group(item), struct f_uac2_opts, in to_f_uac2_opts()
853 struct f_uac2_opts *opts = to_f_uac2_opts(item); in f_uac2_attr_release()
[all …]
Du_uac2.h26 struct f_uac2_opts { struct
/Linux-v4.19/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()