Searched refs:atcs (Results 1 – 2 of 2) sorted by relevance
504 struct radeon_atcs *atcs) in radeon_atcs_verify_interface() argument530 radeon_atcs_parse_functions(&atcs->functions, output.function_bits); in radeon_atcs_verify_interface()548 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_is_pcie_performance_request_supported() local550 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy) in radeon_acpi_is_pcie_performance_request_supported()569 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_pcie_notify_device_ready() local576 if (!atcs->functions.pcie_dev_rdy) in radeon_acpi_pcie_notify_device_ready()604 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_pcie_performance_request() local616 if (!atcs->functions.pcie_perf_req) in radeon_acpi_pcie_performance_request()711 struct radeon_atcs *atcs = &rdev->atcs; in radeon_acpi_init() local722 ret = radeon_atcs_verify_interface(handle, atcs); in radeon_acpi_init()
2428 struct radeon_atcs atcs; member