Home
last modified time | relevance | path

Searched refs:f_ecm_opts (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Df_ecm.c688 struct f_ecm_opts *ecm_opts; in ecm_bind()
693 ecm_opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_bind()
819 static inline struct f_ecm_opts *to_f_ecm_opts(struct config_item *item) in to_f_ecm_opts()
821 return container_of(to_config_group(item), struct f_ecm_opts, in to_f_ecm_opts()
856 struct f_ecm_opts *opts; in ecm_free_inst()
858 opts = container_of(f, struct f_ecm_opts, func_inst); in ecm_free_inst()
868 struct f_ecm_opts *opts; in ecm_alloc_inst()
890 struct f_ecm_opts *opts; in ecm_free()
893 opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_free()
915 struct f_ecm_opts *opts; in ecm_alloc()
[all …]
Du_ecm.h21 struct f_ecm_opts { struct
/linux-4.4.14/drivers/usb/gadget/legacy/
Dcdc2.c145 struct f_ecm_opts *ecm_opts; in cdc_bind()
158 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in cdc_bind()
Dg_ffs.c329 struct f_ecm_opts *ecm_opts; in gfs_bind()
334 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in gfs_bind()
380 struct f_ecm_opts *ecm_opts; in gfs_bind()
382 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in gfs_bind()
Dether.c312 struct f_ecm_opts *ecm_opts = NULL; in eth_bind()
338 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in eth_bind()
Dmulti.c302 struct f_ecm_opts *ecm_opts; in multi_bind()
322 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in multi_bind()