Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dbuffer.c69 (!is_device_dma_capable(hcd->self.sysdev) && in hcd_buffer_create()
133 (!is_device_dma_capable(bus->sysdev) && in hcd_buffer_alloc()
160 (!is_device_dma_capable(bus->sysdev) && in hcd_buffer_free()
/Linux-v4.19/arch/x86/kernel/
Dpci-dma.c85 if (!is_device_dma_capable(*dev)) in arch_dma_alloc_attrs()
/Linux-v4.19/include/linux/
Ddma-mapping.h153 static inline int is_device_dma_capable(struct device *dev) in is_device_dma_capable() function