HomeSort by relevance Sort by last modified time
    Searched refs:AMDKFD_IOW (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
kfd_ioctl.h 220 #define AMDKFD_IOW(nr,type) _IOW(AMDKFD_IOCTL_BASE, nr, type)
226 #define AMDKFD_IOC_SET_MEMORY_POLICY AMDKFD_IOW(0x04, struct kfd_ioctl_set_memory_policy_args)
230 #define AMDKFD_IOC_UPDATE_QUEUE AMDKFD_IOW(0x07, struct kfd_ioctl_update_queue_args)
232 #define AMDKFD_IOC_DESTROY_EVENT AMDKFD_IOW(0x09, struct kfd_ioctl_destroy_event_args)
234 #define AMDKFD_IOC_SET_EVENT AMDKFD_IOW(0x0A, struct kfd_ioctl_set_event_args)
235 #define AMDKFD_IOC_RESET_EVENT AMDKFD_IOW(0x0B, struct kfd_ioctl_reset_event_args)
237 #define AMDKFD_IOC_DBG_REGISTER AMDKFD_IOW(0x0D, struct kfd_ioctl_dbg_register_args)
239 #define AMDKFD_IOC_DBG_UNREGISTER AMDKFD_IOW(0x0E, struct kfd_ioctl_dbg_unregister_args)
240 #define AMDKFD_IOC_DBG_ADDRESS_WATCH AMDKFD_IOW(0x0F, struct kfd_ioctl_dbg_address_watch_args)
241 #define AMDKFD_IOC_DBG_WAVE_CONTROL AMDKFD_IOW(0x10, struct kfd_ioctl_dbg_wave_control_args
    [all...]
  /external/kernel-headers/original/uapi/linux/
kfd_ioctl.h 238 #define AMDKFD_IOW(nr, type) _IOW(AMDKFD_IOCTL_BASE, nr, type)
251 AMDKFD_IOW(0x04, struct kfd_ioctl_set_memory_policy_args)
260 AMDKFD_IOW(0x07, struct kfd_ioctl_update_queue_args)
266 AMDKFD_IOW(0x09, struct kfd_ioctl_destroy_event_args)
269 AMDKFD_IOW(0x0A, struct kfd_ioctl_set_event_args)
272 AMDKFD_IOW(0x0B, struct kfd_ioctl_reset_event_args)
278 AMDKFD_IOW(0x0D, struct kfd_ioctl_dbg_register_args)
281 AMDKFD_IOW(0x0E, struct kfd_ioctl_dbg_unregister_args)
284 AMDKFD_IOW(0x0F, struct kfd_ioctl_dbg_address_watch_args)
287 AMDKFD_IOW(0x10, struct kfd_ioctl_dbg_wave_control_args
    [all...]

Completed in 37 milliseconds