Searched refs:f_rndis_opts (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/gadget/function/
H A Du_rndis.h18 struct f_rndis_opts { struct
H A Df_rndis.c664 struct f_rndis_opts *rndis_opts;
669 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst);
824 struct f_rndis_opts *opts;
826 opts = container_of(f, struct f_rndis_opts, func_inst);
836 static inline struct f_rndis_opts *to_f_rndis_opts(struct config_item *item)
838 return container_of(to_config_group(item), struct f_rndis_opts,
885 struct f_rndis_opts *opts;
887 opts = container_of(f, struct f_rndis_opts, func_inst);
901 struct f_rndis_opts *opts;
944 struct f_rndis_opts *opt
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dmulti.c301 struct f_rndis_opts *rndis_opts;
334 rndis_opts = container_of(fi_rndis, struct f_rndis_opts, func_inst);
H A Dg_ffs.c346 net = container_of(fi_rndis, struct f_rndis_opts,

Completed in 128 milliseconds