Home
last modified time | relevance | path

Searched refs:command_code (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acpi.c39 int command_code; member
291 n->command_code = 0; in amdgpu_atif_get_notification_params()
294 n->command_code = 0x81; in amdgpu_atif_get_notification_params()
301 n->command_code = params.command_code; in amdgpu_atif_get_notification_params()
307 n->command_code); in amdgpu_atif_get_notification_params()
376 type != atif->notification_cfg.command_code) { in amdgpu_atif_handler()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_acpi.c49 u8 command_code; /* notify command code */ member
275 n->command_code = 0; in radeon_atif_get_notification_params()
278 n->command_code = 0x81; in radeon_atif_get_notification_params()
285 n->command_code = params.command_code; in radeon_atif_get_notification_params()
291 n->command_code); in radeon_atif_get_notification_params()
358 type != atif->notification_cfg.command_code) in radeon_atif_handler()
H A Dradeon.h2266 int command_code; member
/dragonfly/sys/dev/drm/amd/include/
H A Damd_acpi.h40 u8 command_code; /* notify command code */ member