Home
last modified time | relevance | path

Searched refs:usbatm_usb_probe (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/atm/
Dusbatm.h100 extern int usbatm_usb_probe(struct usb_interface *intf, const struct usb_device_id *id,
Dxusbatm.c163 return usbatm_usb_probe(intf, id, in xusbatm_usb_probe()
Dusbatm.c1008 int usbatm_usb_probe(struct usb_interface *intf, const struct usb_device_id *id, in usbatm_usb_probe() function
1202 EXPORT_SYMBOL_GPL(usbatm_usb_probe);
Dspeedtch.c939 return usbatm_usb_probe(intf, id, &speedtch_usbatm_driver); in speedtch_usb_probe()
Dcxacru.c1366 return usbatm_usb_probe(intf, id, &cxacru_driver); in cxacru_usb_probe()
Dueagle-atm.c2604 ret = usbatm_usb_probe(intf, id, &uea_usbatm_driver); in uea_probe()