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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.c474 dma_pool_destroy(uhci->td_pool);
602 uhci->td_pool = dma_pool_create("uhci_td", uhci_dev(uhci),
604 if (!uhci->td_pool) {
680 dma_pool_destroy(uhci->td_pool);
H A Duhci-hcd.h340 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);
135 dma_pool_free(uhci->td_pool, td, td->dma_handle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfsl_usb2_udc.h485 struct dma_pool *td_pool; /* dma pool for DTD */ member in struct:fsl_udc
H A Dfsl_usb2_udc.c123 dma_pool_free(udc->td_pool, curr_td, curr_td->td_dma);
714 dtd = dma_pool_alloc(udc_controller->td_pool, GFP_KERNEL, dma);
2386 udc_controller->td_pool = dma_pool_create("udc_td", &pdev->dev,
2389 if (udc_controller->td_pool == NULL) {
2428 dma_pool_destroy(udc_controller->td_pool);

Completed in 55 milliseconds