Searched refs:usbnet_cdc_bind (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | cdc_ether.c | 442 int usbnet_cdc_bind(struct usbnet *dev, struct usb_interface *intf) in usbnet_cdc_bind() function 463 EXPORT_SYMBOL_GPL(usbnet_cdc_bind); variable 467 int status = usbnet_cdc_bind(dev, intf); in usbnet_cdc_zte_bind() 527 .bind = usbnet_cdc_bind, 548 .bind = usbnet_cdc_bind,
|
H A D | r8153_ecm.c | 102 status = usbnet_cdc_bind(dev, intf); in r8153_bind()
|
H A D | lg-vl600.c | 64 ret = usbnet_cdc_bind(dev, intf); in vl600_bind()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | cdc_ether.c | 429 int usbnet_cdc_bind(struct usbnet *dev, struct usb_interface *intf) in usbnet_cdc_bind() function 450 EXPORT_SYMBOL_GPL(usbnet_cdc_bind); variable 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 D | lg-vl600.c | 64 ret = usbnet_cdc_bind(dev, intf); in vl600_bind()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | usbnet.h | 215 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | usbnet.h | 206 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);
|
Completed in 7 milliseconds