Searched refs:atcs (Results 1 – 2 of 2) sorted by relevance
487 struct radeon_atcs *atcs) in radeon_atcs_verify_interface() argument513 radeon_atcs_parse_functions(&atcs->functions, output.function_bits); in radeon_atcs_verify_interface()531 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_is_pcie_performance_request_supported() local533 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy) in radeon_acpi_is_pcie_performance_request_supported()552 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_pcie_notify_device_ready() local559 if (!atcs->functions.pcie_dev_rdy) in radeon_acpi_pcie_notify_device_ready()587 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_pcie_performance_request() local599 if (!atcs->functions.pcie_perf_req) in radeon_acpi_pcie_performance_request()694 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_init() local705 ret = radeon_atcs_verify_interface(handle, atcs); in radeon_acpi_init()
2442 struct radeon_atcs atcs; member