acpi_dev_filter_resource_type
if (acpi_dev_filter_resource_type(acpi_res, IORESOURCE_MEM))
if (acpi_dev_filter_resource_type(ares, IORESOURCE_MEM))
EXPORT_SYMBOL_GPL(acpi_dev_filter_resource_type);
int acpi_dev_filter_resource_type(struct acpi_resource *ares,
return acpi_dev_filter_resource_type(ares, (unsigned long)arg);