Searched refs:td_pool (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Dci13xxx_udc.h97 struct dma_pool *td_pool; member in struct:ci13xxx_ep
105 struct dma_pool *td_pool; /* DMA pool for transfer descs */ member in struct:ci13xxx
H A Dci13xxx_udc.c2079 mReq->ptr = dma_pool_alloc(mEp->td_pool, gfp_flags,
2118 dma_pool_free(mEp->td_pool, mReq->ptr, mReq->dma);
2376 udc->td_pool = dma_pool_create("ci13xxx_td", &udc->gadget.dev,
2379 if (udc->td_pool == NULL) {
2401 mEp->td_pool = udc->td_pool;
2509 if (udc->td_pool != NULL) {
2510 dma_pool_destroy(udc->td_pool);
2511 udc->td_pool = NULL;
H A Dfsl_usb2_udc.h479 struct dma_pool *td_pool; /* dma pool for DTD */ member in struct:fsl_udc
H A Dfsl_udc_core.c119 dma_pool_free(udc->td_pool, curr_td, curr_td->td_dma);
685 dtd = dma_pool_alloc(udc_controller->td_pool, GFP_KERNEL, dma);
2367 udc_controller->td_pool = dma_pool_create("udc_td", &pdev->dev,
2370 if (udc_controller->td_pool == NULL) {
2416 dma_pool_destroy(udc_controller->td_pool);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Dci13xxx_udc.h97 struct dma_pool *td_pool; member in struct:ci13xxx_ep
105 struct dma_pool *td_pool; /* DMA pool for transfer descs */ member in struct:ci13xxx
H A Dci13xxx_udc.c2079 mReq->ptr = dma_pool_alloc(mEp->td_pool, gfp_flags,
2118 dma_pool_free(mEp->td_pool, mReq->ptr, mReq->dma);
2376 udc->td_pool = dma_pool_create("ci13xxx_td", &udc->gadget.dev,
2379 if (udc->td_pool == NULL) {
2401 mEp->td_pool = udc->td_pool;
2509 if (udc->td_pool != NULL) {
2510 dma_pool_destroy(udc->td_pool);
2511 udc->td_pool = NULL;
H A Dfsl_usb2_udc.h479 struct dma_pool *td_pool; /* dma pool for DTD */ member in struct:fsl_udc
H A Dfsl_udc_core.c119 dma_pool_free(udc->td_pool, curr_td, curr_td->td_dma);
685 dtd = dma_pool_alloc(udc_controller->td_pool, GFP_KERNEL, dma);
2367 udc_controller->td_pool = dma_pool_create("udc_td", &pdev->dev,
2370 if (udc_controller->td_pool == NULL) {
2416 dma_pool_destroy(udc_controller->td_pool);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.c513 dma_pool_destroy(uhci->td_pool);
639 uhci->td_pool = dma_pool_create("uhci_td", uhci_dev(uhci),
641 if (!uhci->td_pool) {
719 dma_pool_destroy(uhci->td_pool);
H A Duhci-hcd.h344 struct dma_pool *td_pool; member in struct:uhci_hcd
H A Duhci-q.c111 td = dma_pool_alloc(uhci->td_pool, GFP_ATOMIC, &dma_handle);
131 dma_pool_free(uhci->td_pool, td, td->dma_handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.c513 dma_pool_destroy(uhci->td_pool);
639 uhci->td_pool = dma_pool_create("uhci_td", uhci_dev(uhci),
641 if (!uhci->td_pool) {
719 dma_pool_destroy(uhci->td_pool);
H A Duhci-hcd.h344 struct dma_pool *td_pool; member in struct:uhci_hcd
H A Duhci-q.c111 td = dma_pool_alloc(uhci->td_pool, GFP_ATOMIC, &dma_handle);
131 dma_pool_free(uhci->td_pool, td, td->dma_handle);

Completed in 219 milliseconds