Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dkfd_ioctl.h183 struct kfd_ioctl_wait_events_args { struct
281 AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkfd_ioctl.h204 struct kfd_ioctl_wait_events_args { struct
322 #define AMDKFD_IOC_WAIT_EVENTS AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args)
/kernel/linux/linux-5.10/include/uapi/linux/
Dkfd_ioctl.h291 struct kfd_ioctl_wait_events_args { struct
514 AMDKFD_IOWR(0x0C, struct kfd_ioctl_wait_events_args)
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c1117 struct kfd_ioctl_wait_events_args *args = data; in kfd_ioctl_wait_events()