Lines Matching defs:atif
203 * @atif: radeon atif struct
211 struct radeon_atif *atif)
237 radeon_atif_parse_notification(&atif->notifications, output.notification_mask);
238 radeon_atif_parse_functions(&atif->functions, output.function_bits);
249 * @n: atif notification configuration struct
312 * @req: atif sbios request struct
352 * @event: atif sbios request struct
354 * Checks the acpi event and if it matches an atif event,
361 struct radeon_atif *atif = &rdev->atif;
372 if (!atif->notification_cfg.enabled ||
373 event->type != atif->notification_cfg.command_code)
387 struct radeon_encoder *enc = atif->encoder_for_bl;
713 struct radeon_atif *atif = &rdev->atif;
731 ret = radeon_atif_verify_interface(handle, atif);
737 if (atif->notifications.brightness_change) {
764 atif->encoder_for_bl = target;
767 if (atif->functions.sbios_requests && !atif->functions.system_params) {
772 atif->functions.system_params = true;
775 if (atif->functions.system_params) {
777 &atif->notification_cfg);
782 atif->notification_cfg.enabled = false;