Searched refs:usb_hcd_setup_local_mem (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/usb/core/
H A Dhcd.c1238 * hcd->localmem_pool using usb_hcd_setup_local_mem().
3089 int usb_hcd_setup_local_mem(struct usb_hcd *hcd, phys_addr_t phys_addr, function
3135 EXPORT_SYMBOL_GPL(usb_hcd_setup_local_mem); variable
/linux-master/include/linux/usb/
H A Dhcd.h466 int usb_hcd_setup_local_mem(struct usb_hcd *hcd, phys_addr_t phys_addr,
/linux-master/drivers/usb/host/
H A Dohci-sm501.c157 * the call to usb_hcd_setup_local_mem() below does just that.
160 retval = usb_hcd_setup_local_mem(hcd, mem->start,
H A Dohci-sa1111.c224 ret = usb_hcd_setup_local_mem(hcd, 0, 0, SZ_64K);

Completed in 167 milliseconds