Home
last modified time | relevance | path

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

/drivers/usb/atm/
Dusbatm.h137 extern int usbatm_usb_probe(struct usb_interface *intf, const struct usb_device_id *id,
Dxusbatm.c175 return usbatm_usb_probe(intf, id, in xusbatm_usb_probe()
Dusbatm.c1052 int usbatm_usb_probe(struct usb_interface *intf, const struct usb_device_id *id, in usbatm_usb_probe() function
1259 EXPORT_SYMBOL_GPL(usbatm_usb_probe);
Dspeedtch.c953 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.c2635 ret = usbatm_usb_probe(intf, id, &uea_usbatm_driver); in uea_probe()