Home
last modified time | relevance | path

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

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