Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_ecm.c694 struct f_ecm_opts *ecm_opts; in ecm_bind()
699 ecm_opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_bind()
836 static inline struct f_ecm_opts *to_f_ecm_opts(struct config_item *item) in to_f_ecm_opts()
838 return container_of(to_config_group(item), struct f_ecm_opts, in to_f_ecm_opts()
873 struct f_ecm_opts *opts; in ecm_free_inst()
875 opts = container_of(f, struct f_ecm_opts, func_inst); in ecm_free_inst()
885 struct f_ecm_opts *opts; in ecm_alloc_inst()
907 struct f_ecm_opts *opts; in ecm_free()
910 opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_free()
932 struct f_ecm_opts *opts; in ecm_alloc()
[all …]
Du_ecm.h21 struct f_ecm_opts { struct
/linux-4.1.27/drivers/usb/gadget/legacy/
Dcdc2.c159 struct f_ecm_opts *ecm_opts; in cdc_bind()
172 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in cdc_bind()
Dg_ffs.c343 struct f_ecm_opts *ecm_opts; in gfs_bind()
348 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in gfs_bind()
394 struct f_ecm_opts *ecm_opts; in gfs_bind()
396 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in gfs_bind()
Dether.c325 struct f_ecm_opts *ecm_opts = NULL; in eth_bind()
351 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in eth_bind()
Dmulti.c316 struct f_ecm_opts *ecm_opts; in multi_bind()
336 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in multi_bind()