Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_acpi.c53 int command_code; member
293 n->command_code = 0; in amdgpu_atif_get_notification_params()
296 n->command_code = 0x81; in amdgpu_atif_get_notification_params()
303 n->command_code = params.command_code; in amdgpu_atif_get_notification_params()
309 n->command_code); in amdgpu_atif_get_notification_params()
443 event->type != atif->notification_cfg.command_code) { in amdgpu_atif_handler()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_acpi.c76 u8 command_code; /* notify command code */ member
302 n->command_code = 0; in radeon_atif_get_notification_params()
305 n->command_code = 0x81; in radeon_atif_get_notification_params()
312 n->command_code = params.command_code; in radeon_atif_get_notification_params()
318 n->command_code); in radeon_atif_get_notification_params()
390 event->type != atif->notification_cfg.command_code) in radeon_atif_handler()
H A Dradeon.h2303 int command_code; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Damd_acpi.h42 u8 command_code; /* notify command code */ member