Lines Matching defs:atif
202 * @atif: radeon atif struct
210 struct radeon_atif *atif)
236 radeon_atif_parse_notification(&atif->notifications, output.notification_mask);
237 radeon_atif_parse_functions(&atif->functions, output.function_bits);
248 * @n: atif notification configuration struct
311 * @req: atif sbios request struct
351 * @event: atif sbios request struct
353 * Checks the acpi event and if it matches an atif event,
360 struct radeon_atif *atif = &rdev->atif;
371 if (!atif->notification_cfg.enabled ||
372 event->type != atif->notification_cfg.command_code)
386 struct radeon_encoder *enc = atif->encoder_for_bl;
710 struct radeon_atif *atif = &rdev->atif;
728 ret = radeon_atif_verify_interface(handle, atif);
734 if (atif->notifications.brightness_change) {
761 atif->encoder_for_bl = target;
764 if (atif->functions.sbios_requests && !atif->functions.system_params) {
769 atif->functions.system_params = true;
772 if (atif->functions.system_params) {
774 &atif->notification_cfg);
779 atif->notification_cfg.enabled = false;