Home
last modified time | relevance | path

Searched refs:f_rndis_opts (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_rndis.c664 struct f_rndis_opts *rndis_opts; in rndis_bind()
824 struct f_rndis_opts *opts; in rndis_borrow_net()
826 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
838 return container_of(to_config_group(item), struct f_rndis_opts, in to_f_rndis_opts()
885 struct f_rndis_opts *opts; in rndis_free_inst()
887 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
901 struct f_rndis_opts *opts; in rndis_alloc_inst()
944 struct f_rndis_opts *opts; in rndis_free()
948 opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_free()
970 struct f_rndis_opts *opts; in rndis_alloc()
[all …]
H A Du_rndis.h18 struct f_rndis_opts { struct
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dmulti.c301 struct f_rndis_opts *rndis_opts; in multi_bind()
334 rndis_opts = container_of(fi_rndis, struct f_rndis_opts, func_inst); in multi_bind()
H A Dg_ffs.c346 net = container_of(fi_rndis, struct f_rndis_opts, in gfs_bind()