Lines Matching refs:f_uac2_opts
57 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()
978 struct f_uac2_opts *opts = to_f_uac2_opts(item); in f_uac2_attr_release()
991 struct f_uac2_opts *opts = to_f_uac2_opts(item); \
1004 struct f_uac2_opts *opts = to_f_uac2_opts(item); \
1055 struct f_uac2_opts *opts; in afunc_free_inst()
1057 opts = container_of(f, struct f_uac2_opts, func_inst); in afunc_free_inst()
1063 struct f_uac2_opts *opts; in afunc_alloc_inst()
1088 struct f_uac2_opts *opts; in afunc_free()
1091 opts = container_of(f->fi, struct f_uac2_opts, func_inst); in afunc_free()
1111 struct f_uac2_opts *opts; in afunc_alloc()
1117 opts = container_of(fi, struct f_uac2_opts, func_inst); in afunc_alloc()