Searched refs:f_rndis_opts (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/gadget/function/ |
D | f_rndis.c | 675 struct f_rndis_opts *rndis_opts; in rndis_bind() 680 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind() 837 struct f_rndis_opts *opts; in rndis_borrow_net() 839 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net() 849 static inline struct f_rndis_opts *to_f_rndis_opts(struct config_item *item) in to_f_rndis_opts() 851 return container_of(to_config_group(item), struct f_rndis_opts, in to_f_rndis_opts() 898 struct f_rndis_opts *opts; in rndis_free_inst() 900 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst() 914 struct f_rndis_opts *opts; in rndis_alloc_inst() 957 struct f_rndis_opts *opts; in rndis_free() [all …]
|
D | u_rndis.h | 18 struct f_rndis_opts { struct
|
/drivers/usb/gadget/legacy/ |
D | multi.c | 301 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()
|
D | g_ffs.c | 352 net = container_of(fi_rndis, struct f_rndis_opts, in gfs_bind()
|