Lines Matching refs:f_uac2_opts
58 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()
866 struct f_uac2_opts *opts = to_f_uac2_opts(item); \
879 struct f_uac2_opts *opts = to_f_uac2_opts(item); \
930 struct f_uac2_opts *opts; in afunc_free_inst()
932 opts = container_of(f, struct f_uac2_opts, func_inst); in afunc_free_inst()
938 struct f_uac2_opts *opts; in afunc_alloc_inst()
963 struct f_uac2_opts *opts; in afunc_free()
966 opts = container_of(f->fi, struct f_uac2_opts, func_inst); in afunc_free()
986 struct f_uac2_opts *opts; in afunc_alloc()
992 opts = container_of(fi, struct f_uac2_opts, func_inst); in afunc_alloc()