Searched refs:AMDKFD_IOW (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/include/uapi/linux/ |
D | kfd_ioctl.h | 1449 #define AMDKFD_IOW(nr, type) _IOW(AMDKFD_IOCTL_BASE, nr, type) macro 1462 AMDKFD_IOW(0x04, struct kfd_ioctl_set_memory_policy_args) 1471 AMDKFD_IOW(0x07, struct kfd_ioctl_update_queue_args) 1477 AMDKFD_IOW(0x09, struct kfd_ioctl_destroy_event_args) 1480 AMDKFD_IOW(0x0A, struct kfd_ioctl_set_event_args) 1483 AMDKFD_IOW(0x0B, struct kfd_ioctl_reset_event_args) 1489 AMDKFD_IOW(0x0D, struct kfd_ioctl_dbg_register_args) 1492 AMDKFD_IOW(0x0E, struct kfd_ioctl_dbg_unregister_args) 1495 AMDKFD_IOW(0x0F, struct kfd_ioctl_dbg_address_watch_args) 1498 AMDKFD_IOW(0x10, struct kfd_ioctl_dbg_wave_control_args) [all …]
|