Searched refs:f_ecm_opts (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_ecm.h | 21 struct f_ecm_opts { struct
|
H A D | f_ecm.c | 694 struct f_ecm_opts *ecm_opts; ecm_bind() 699 ecm_opts = container_of(f->fi, struct f_ecm_opts, func_inst); ecm_bind() 836 static inline struct f_ecm_opts *to_f_ecm_opts(struct config_item *item) to_f_ecm_opts() 838 return container_of(to_config_group(item), struct f_ecm_opts, to_f_ecm_opts() 873 struct f_ecm_opts *opts; ecm_free_inst() 875 opts = container_of(f, struct f_ecm_opts, func_inst); ecm_free_inst() 885 struct f_ecm_opts *opts; ecm_alloc_inst() 907 struct f_ecm_opts *opts; ecm_free() 910 opts = container_of(f->fi, struct f_ecm_opts, func_inst); ecm_free() 932 struct f_ecm_opts *opts; ecm_alloc() 940 opts = container_of(fi, struct f_ecm_opts, func_inst); ecm_alloc()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | cdc2.c | 159 struct f_ecm_opts *ecm_opts; cdc_bind() 172 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); cdc_bind()
|
H A D | g_ffs.c | 343 struct f_ecm_opts *ecm_opts; gfs_bind() 348 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); gfs_bind() 394 struct f_ecm_opts *ecm_opts; gfs_bind() 396 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); gfs_bind()
|
H A D | multi.c | 316 struct f_ecm_opts *ecm_opts; multi_bind() 336 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); multi_bind()
|
H A D | ether.c | 325 struct f_ecm_opts *ecm_opts = NULL; eth_bind() 351 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); eth_bind()
|
Completed in 95 milliseconds