Home
last modified time | relevance | path

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

/drivers/net/usb/
Dcdc_ether.c412 int usbnet_cdc_bind(struct usbnet *dev, struct usb_interface *intf) in usbnet_cdc_bind() function
433 EXPORT_SYMBOL_GPL(usbnet_cdc_bind);
437 int status = usbnet_cdc_bind(dev, intf); in usbnet_cdc_zte_bind()
496 .bind = usbnet_cdc_bind,
517 .bind = usbnet_cdc_bind,
Dlg-vl600.c76 ret = usbnet_cdc_bind(dev, intf); in vl600_bind()