f_eem_opts        248 drivers/usb/gadget/function/f_eem.c 	struct f_eem_opts	*eem_opts;
f_eem_opts        250 drivers/usb/gadget/function/f_eem.c 	eem_opts = container_of(f->fi, struct f_eem_opts, func_inst);
f_eem_opts        524 drivers/usb/gadget/function/f_eem.c static inline struct f_eem_opts *to_f_eem_opts(struct config_item *item)
f_eem_opts        526 drivers/usb/gadget/function/f_eem.c 	return container_of(to_config_group(item), struct f_eem_opts,
f_eem_opts        561 drivers/usb/gadget/function/f_eem.c 	struct f_eem_opts *opts;
f_eem_opts        563 drivers/usb/gadget/function/f_eem.c 	opts = container_of(f, struct f_eem_opts, func_inst);
f_eem_opts        573 drivers/usb/gadget/function/f_eem.c 	struct f_eem_opts *opts;
f_eem_opts        595 drivers/usb/gadget/function/f_eem.c 	struct f_eem_opts *opts;
f_eem_opts        598 drivers/usb/gadget/function/f_eem.c 	opts = container_of(f->fi, struct f_eem_opts, func_inst);
f_eem_opts        615 drivers/usb/gadget/function/f_eem.c 	struct f_eem_opts *opts;
f_eem_opts        622 drivers/usb/gadget/function/f_eem.c 	opts = container_of(fi, struct f_eem_opts, func_inst);
f_eem_opts        307 drivers/usb/gadget/legacy/ether.c 	struct f_eem_opts	*eem_opts = NULL;
f_eem_opts        320 drivers/usb/gadget/legacy/ether.c 		eem_opts = container_of(fi_eem, struct f_eem_opts, func_inst);