Symbol: f_gether_opts
drivers/usb/gadget/function/f_subset.c
301
struct f_gether_opts *gether_opts;
drivers/usb/gadget/function/f_subset.c
304
gether_opts = container_of(f->fi, struct f_gether_opts, func_inst);
drivers/usb/gadget/function/f_subset.c
374
static inline struct f_gether_opts *to_f_gether_opts(struct config_item *item)
drivers/usb/gadget/function/f_subset.c
376
return container_of(to_config_group(item), struct f_gether_opts,
drivers/usb/gadget/function/f_subset.c
411
struct f_gether_opts *opts;
drivers/usb/gadget/function/f_subset.c
413
opts = container_of(f, struct f_gether_opts, func_inst);
drivers/usb/gadget/function/f_subset.c
423
struct f_gether_opts *opts;
drivers/usb/gadget/function/f_subset.c
446
struct f_gether_opts *opts;
drivers/usb/gadget/function/f_subset.c
448
opts = container_of(f->fi, struct f_gether_opts, func_inst);
drivers/usb/gadget/function/f_subset.c
458
struct f_gether_opts *opts;
drivers/usb/gadget/function/f_subset.c
460
opts = container_of(f->fi, struct f_gether_opts, func_inst);
drivers/usb/gadget/function/f_subset.c
473
struct f_gether_opts *opts;
drivers/usb/gadget/function/f_subset.c
481
opts = container_of(fi, struct f_gether_opts, func_inst);
drivers/usb/gadget/legacy/ether.c
309
struct f_gether_opts *geth_opts = NULL;
drivers/usb/gadget/legacy/ether.c
346
geth_opts = container_of(fi_geth, struct f_gether_opts,
drivers/usb/gadget/legacy/g_ffs.c
327
struct f_gether_opts *geth_opts;
drivers/usb/gadget/legacy/g_ffs.c
332
geth_opts = container_of(fi_geth, struct f_gether_opts,
drivers/usb/gadget/legacy/g_ffs.c
372
struct f_gether_opts *geth_opts;
drivers/usb/gadget/legacy/g_ffs.c
374
geth_opts = container_of(fi_geth, struct f_gether_opts,