Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/atm/
Dusbatm.h114 extern int usbatm_usb_probe(struct usb_interface *intf, const struct usb_device_id *id,
Dxusbatm.c177 return usbatm_usb_probe(intf, id, in xusbatm_usb_probe()
Dusbatm.c1022 int usbatm_usb_probe(struct usb_interface *intf, const struct usb_device_id *id, in usbatm_usb_probe() function
1221 EXPORT_SYMBOL_GPL(usbatm_usb_probe);
Dspeedtch.c958 return usbatm_usb_probe(intf, id, &speedtch_usbatm_driver); in speedtch_usb_probe()
Dcxacru.c1370 return usbatm_usb_probe(intf, id, &cxacru_driver); in cxacru_usb_probe()
Dueagle-atm.c2657 ret = usbatm_usb_probe(intf, id, &uea_usbatm_driver); in uea_probe()