Home
last modified time | relevance | path

Searched refs:notification_mask (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/kernel/
Dpadata.c516 int notification_mask = 0; in padata_replace() local
525 notification_mask |= PADATA_CPU_PARALLEL; in padata_replace()
527 notification_mask |= PADATA_CPU_SERIAL; in padata_replace()
532 if (notification_mask) in padata_replace()
534 notification_mask, in padata_replace()
/Linux-v5.4/drivers/gpu/drm/amd/include/
Damd_acpi.h32 u32 notification_mask; /* supported notifications mask */ member
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_acpi.c53 u32 notification_mask; /* supported notifications mask */ member
237 radeon_atif_parse_notification(&atif->notifications, output.notification_mask); in radeon_atif_verify_interface()
/Linux-v5.4/Documentation/
Dpadata.txt95 notification_mask,
98 Here cpumask_change_notifier is registered notifier, notification_mask
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acpi.c200 amdgpu_atif_parse_notification(&atif->notifications, output.notification_mask); in amdgpu_atif_verify_interface()