Searched refs:atif (Results 1 – 2 of 2) sorted by relevance
180 struct radeon_atif *atif) in radeon_atif_verify_interface() argument206 radeon_atif_parse_notification(&atif->notifications, output.notification_mask); in radeon_atif_verify_interface()207 radeon_atif_parse_functions(&atif->functions, output.function_bits); in radeon_atif_verify_interface()330 struct radeon_atif *atif = &rdev->atif; in radeon_atif_handler() local338 if (!atif->notification_cfg.enabled || in radeon_atif_handler()339 type != atif->notification_cfg.command_code) in radeon_atif_handler()353 struct radeon_encoder *enc = atif->encoder_for_bl; in radeon_atif_handler()539 struct radeon_atif *atif = &rdev->atif; in radeon_acpi_init() local557 ret = radeon_atif_verify_interface(handle, atif); in radeon_acpi_init()563 if (atif->notifications.brightness_change) { in radeon_acpi_init()[all …]
1660 struct radeon_atif atif; member