Home
last modified time | relevance | path

Searched refs:usbnet_cdc_bind (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_ether.c429 int usbnet_cdc_bind(struct usbnet *dev, struct usb_interface *intf) in usbnet_cdc_bind() function
450 EXPORT_SYMBOL_GPL(usbnet_cdc_bind);
454 int status = usbnet_cdc_bind(dev, intf); in usbnet_cdc_zte_bind()
513 .bind = usbnet_cdc_bind,
534 .bind = usbnet_cdc_bind,
H A Dlg-vl600.c64 ret = usbnet_cdc_bind(dev, intf); in vl600_bind()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dusbnet.h223 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);