Searched refs:f_phonet_opts (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/gadget/function/
H A Du_phonet.h14 struct f_phonet_opts { struct
H A Df_phonet.c489 struct f_phonet_opts *phonet_opts;
491 phonet_opts = container_of(f->fi, struct f_phonet_opts, func_inst);
575 static inline struct f_phonet_opts *to_f_phonet_opts(struct config_item *item)
577 return container_of(to_config_group(item), struct f_phonet_opts,
583 struct f_phonet_opts *opts = to_f_phonet_opts(item);
612 struct f_phonet_opts *opts;
614 opts = container_of(f, struct f_phonet_opts, func_inst);
624 struct f_phonet_opts *opts;
670 struct f_phonet_opts *opts;
676 opts = container_of(fi, struct f_phonet_opts, func_ins
[all...]

Completed in 100 milliseconds