Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_platform.c149 if (acpi_dma_supported(adev)) in acpi_create_platform_device()
H A Dscan.c1374 bool acpi_dma_supported(struct acpi_device *adev) in acpi_dma_supported() function
1401 if (!acpi_dma_supported(adev)) in acpi_get_dma_attr()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacpi_bus.h588 bool acpi_dma_supported(struct acpi_device *adev);
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c872 return acpi_dma_supported(ACPI_COMPANION(dev)); in device_dma_supported()
/OK3568_Linux_fs/kernel/include/linux/
H A Dacpi.h902 static inline bool acpi_dma_supported(struct acpi_device *adev) in acpi_dma_supported() function