Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_rndis.c691 struct f_rndis_opts *rndis_opts; in rndis_bind()
696 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind()
853 struct f_rndis_opts *opts; in rndis_borrow_net()
855 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
865 static inline struct f_rndis_opts *to_f_rndis_opts(struct config_item *item) in to_f_rndis_opts()
867 return container_of(to_config_group(item), struct f_rndis_opts, in to_f_rndis_opts()
914 struct f_rndis_opts *opts; in rndis_free_inst()
916 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
930 struct f_rndis_opts *opts; in rndis_alloc_inst()
973 struct f_rndis_opts *opts; in rndis_free()
[all …]
H A Du_rndis.h18 struct f_rndis_opts { struct
/OK3568_Linux_fs/kernel/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.c352 net = container_of(fi_rndis, struct f_rndis_opts, in gfs_bind()