Searched refs:HCD_LOCAL_MEM (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/usb/core/
H A Dbuffer.c66 !(hcd->driver->flags & HCD_LOCAL_MEM)) hcd_buffer_create()
122 !(hcd->driver->flags & HCD_LOCAL_MEM)) { hcd_buffer_alloc()
148 !(hcd->driver->flags & HCD_LOCAL_MEM)) { hcd_buffer_free()
H A Dhcd.c1280 * bounce buffers. This feature can be enabled using the HCD_LOCAL_MEM flag.
1285 * The HCD_LOCAL_MEM flag then tells the usb code to allocate all data for
1454 } else if (hcd->driver->flags & HCD_LOCAL_MEM) { usb_hcd_map_urb_for_dma()
1521 } else if (hcd->driver->flags & HCD_LOCAL_MEM) { usb_hcd_map_urb_for_dma()
/linux-4.1.27/drivers/usb/host/
H A Dohci-sm501.c51 .flags = HCD_USB11 | HCD_MEMORY | HCD_LOCAL_MEM,
123 * regular memory. The HCD_LOCAL_MEM flag does just that. ohci_hcd_sm501_drv_probe()
H A Dohci-tilegx.c66 .flags = HCD_MEMORY | HCD_LOCAL_MEM | HCD_USB11,
H A Dohci-tmio.c159 .flags = HCD_USB11 | HCD_MEMORY | HCD_LOCAL_MEM,
H A Duhci-hcd.c572 if (!(hcd->driver->flags & HCD_LOCAL_MEM)) uhci_start()
H A Dehci-hcd.c565 if (!(hcd->driver->flags & HCD_LOCAL_MEM)) ehci_init()
H A Dfotg210-hcd.c5233 if (!(hcd->driver->flags & HCD_LOCAL_MEM)) hcd_fotg210_init()
H A Dfusbh200-hcd.c5157 if (!(hcd->driver->flags & HCD_LOCAL_MEM)) hcd_fusbh200_init()
/linux-4.1.27/include/linux/usb/
H A Dhcd.h237 #define HCD_LOCAL_MEM 0x0002 /* HC needs local memory */ macro

Completed in 685 milliseconds