Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevice.h609 struct list_head dma_pools; /* dma pools (if dma'ble) */ member
/linux/drivers/base/
H A Dcore.c3160 INIT_LIST_HEAD(&dev->dma_pools); in device_initialize()