Searched defs:f_rndis_opts (Results 1 – 1 of 1) sorted by relevance
21 struct f_rndis_opts { struct22 struct usb_function_instance func_inst;23 u32 vendor_id;24 const char *manufacturer;25 struct net_device *net;26 bool bound;27 bool borrowed_net;29 struct usb_os_desc rndis_os_desc;30 char rndis_ext_compat_id[16];38 struct mutex lock;[all …]