Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.h408 struct pci_pool *dev_cache; member
568 ohci->dev_cache = pci_pool_create ("ohci_dev", ohci->ohci_dev, in ohci_mem_init()
573 if (!ohci->dev_cache) in ohci_mem_init()
584 if (ohci->dev_cache) { in ohci_mem_cleanup()
585 pci_pool_destroy (ohci->dev_cache); in ohci_mem_cleanup()
586 ohci->dev_cache = 0; in ohci_mem_cleanup()
626 dev = pci_pool_alloc (hc->dev_cache, mem_flags, &dma); in dev_alloc()
642 pci_pool_free (hc->dev_cache, dev, dev->dma); in dev_free()