Searched refs:f_eem_opts (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/gadget/function/
H A Du_eem.h18 struct f_eem_opts { struct
H A Df_eem.c253 struct f_eem_opts *eem_opts;
255 eem_opts = container_of(f->fi, struct f_eem_opts, func_inst);
555 static inline struct f_eem_opts *to_f_eem_opts(struct config_item *item)
557 return container_of(to_config_group(item), struct f_eem_opts,
592 struct f_eem_opts *opts;
594 opts = container_of(f, struct f_eem_opts, func_inst);
604 struct f_eem_opts *opts;
626 struct f_eem_opts *opts;
629 opts = container_of(f->fi, struct f_eem_opts, func_inst);
646 struct f_eem_opts *opt
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dether.c307 struct f_eem_opts *eem_opts = NULL;
320 eem_opts = container_of(fi_eem, struct f_eem_opts, func_inst);

Completed in 368 milliseconds