Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/
H A Dacpi_platform.c172 if (acpi_dma_supported(adev)) in acpi_create_platform_device()
H A Dscan.c1497 bool acpi_dma_supported(const struct acpi_device *adev) in acpi_dma_supported() function
1524 if (!acpi_dma_supported(adev)) in acpi_get_dma_attr()
H A Dproperty.c1509 return acpi_dma_supported(to_acpi_device_node(fwnode)); in acpi_fwnode_device_dma_supported()
/linux-6.15/include/acpi/
H A Dacpi_bus.h738 bool acpi_dma_supported(const struct acpi_device *adev);
/linux-6.15/include/linux/
H A Dacpi.h1002 static inline bool acpi_dma_supported(const struct acpi_device *adev) in acpi_dma_supported() function