Searched refs:f_rndis_opts (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | f_rndis.c | 667 struct f_rndis_opts *rndis_opts; in rndis_bind() 675 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind() 813 struct f_rndis_opts *opts; in rndis_borrow_net() 815 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net() 825 static inline struct f_rndis_opts *to_f_rndis_opts(struct config_item *item) in to_f_rndis_opts() 827 return container_of(to_config_group(item), struct f_rndis_opts, in to_f_rndis_opts() 874 struct f_rndis_opts *opts; in rndis_free_inst() 876 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst() 890 struct f_rndis_opts *opts; in rndis_alloc_inst() 933 struct f_rndis_opts *opts; in rndis_free() [all …]
|
| H A D | u_rndis.h | 40 struct f_rndis_opts { struct
|
| /linux/drivers/usb/gadget/legacy/ |
| H A 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()
|
| H A D | g_ffs.c | 346 net = container_of(fi_rndis, struct f_rndis_opts, in gfs_bind()
|