Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_ecm.c691 struct f_ecm_opts *ecm_opts; in ecm_bind()
696 ecm_opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_bind()
820 static inline struct f_ecm_opts *to_f_ecm_opts(struct config_item *item) in to_f_ecm_opts()
822 return container_of(to_config_group(item), struct f_ecm_opts, in to_f_ecm_opts()
857 struct f_ecm_opts *opts; in ecm_free_inst()
859 opts = container_of(f, struct f_ecm_opts, func_inst); in ecm_free_inst()
869 struct f_ecm_opts *opts; in ecm_alloc_inst()
891 struct f_ecm_opts *opts; in ecm_free()
894 opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_free()
921 struct f_ecm_opts *opts; in ecm_alloc()
[all …]
A Du_ecm.h18 struct f_ecm_opts { struct
/linux-6.3-rc2/drivers/usb/gadget/legacy/
A Dg_ffs.c325 struct f_ecm_opts *ecm_opts; in gfs_bind()
330 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in gfs_bind()
373 struct f_ecm_opts *ecm_opts; in gfs_bind()
375 ecm_opts = container_of(fi_ecm, struct f_ecm_opts, func_inst); in gfs_bind()
A Dcdc2.c141 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()
A Dether.c308 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()
A Dmulti.c298 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()

Completed in 10 milliseconds