usbnet_cdc_bind
EXPORT_SYMBOL_GPL(usbnet_cdc_bind);
int status = usbnet_cdc_bind(dev, intf);
.bind = usbnet_cdc_bind,
.bind = usbnet_cdc_bind,
ret = usbnet_cdc_bind(dev, intf);
status = usbnet_cdc_bind(dev, intf);
extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);