Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/usb/
Dcdc_ether.c430 int usbnet_cdc_bind(struct usbnet *dev, struct usb_interface *intf) in usbnet_cdc_bind() function
451 EXPORT_SYMBOL_GPL(usbnet_cdc_bind);
455 int status = usbnet_cdc_bind(dev, intf); in usbnet_cdc_zte_bind()
514 .bind = usbnet_cdc_bind,
535 .bind = usbnet_cdc_bind,
Dlg-vl600.c64 ret = usbnet_cdc_bind(dev, intf); in vl600_bind()
/Linux-v5.4/include/linux/usb/
Dusbnet.h212 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);