Lines Matching defs:atif
218 * @atif: radeon atif struct
226 struct radeon_atif *atif)
252 radeon_atif_parse_notification(&atif->notifications, output.notification_mask);
253 radeon_atif_parse_functions(&atif->functions, output.function_bits);
264 * @n: atif notification configuration struct
329 * @req: atif sbios request struct
369 * @event: atif sbios request struct
371 * Checks the acpi event and if it matches an atif event,
378 struct radeon_atif *atif = &rdev->atif;
389 if (!atif->notification_cfg.enabled ||
390 event->type != atif->notification_cfg.command_code)
404 struct radeon_encoder *enc = atif->encoder_for_bl;
754 struct radeon_atif *atif = &rdev->atif;
782 ret = radeon_atif_verify_interface(handle, atif);
788 if (atif->notifications.brightness_change) {
815 atif->encoder_for_bl = target;
818 if (atif->functions.sbios_requests && !atif->functions.system_params) {
823 atif->functions.system_params = true;
826 if (atif->functions.system_params) {
828 &atif->notification_cfg);
833 atif->notification_cfg.enabled = false;