Searched refs:f_ecm_opts (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A D | f_ecm.c | 680 struct f_ecm_opts *ecm_opts; in ecm_bind() 685 ecm_opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_bind() 807 static inline struct f_ecm_opts *to_f_ecm_opts(struct config_item *item) in to_f_ecm_opts() 809 return container_of(to_config_group(item), struct f_ecm_opts, in to_f_ecm_opts() 844 struct f_ecm_opts *opts; in ecm_free_inst() 846 opts = container_of(f, struct f_ecm_opts, func_inst); in ecm_free_inst() 856 struct f_ecm_opts *opts; in ecm_alloc_inst() 898 struct f_ecm_opts *opts; in ecm_free() 901 opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_free() 928 struct f_ecm_opts *opts; in ecm_alloc() [all …]
|
H A D | u_ecm.h | 18 struct f_ecm_opts { struct
|
/linux/drivers/usb/gadget/legacy/ |
H A D | g_ffs.c | 319 struct f_ecm_opts *ecm_opts; in gfs_bind() 324 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in gfs_bind() 367 struct f_ecm_opts *ecm_opts; in gfs_bind() 369 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in gfs_bind()
|
H A D | cdc2.c | 141 struct f_ecm_opts *ecm_opts; in cdc_bind() 154 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in cdc_bind()
|
H A D | ether.c | 308 struct f_ecm_opts *ecm_opts = NULL; in eth_bind() 334 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in eth_bind()
|
H A D | multi.c | 298 struct f_ecm_opts *ecm_opts; in multi_bind() 318 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in multi_bind()
|