acpi_dma_supported(9) Check DMA support for the specified device.

SYNOPSIS

bool acpi_dma_supported(struct acpi_device * adev);

ARGUMENTS

adev

The pointer to acpi device

DESCRIPTION

Return false if DMA is not supported. Otherwise, return true

COPYRIGHT