• Home
  • Raw
  • Download

Lines Matching defs:filep

105 static int kfd_open(struct inode *inode, struct file *filep)  in kfd_open()
136 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version()
252 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue()
448 static int kfd_ioctl_get_queue_wave_state(struct file *filep, in kfd_ioctl_get_queue_wave_state()
466 static int kfd_ioctl_set_memory_policy(struct file *filep, in kfd_ioctl_set_memory_policy()
518 static int kfd_ioctl_set_trap_handler(struct file *filep, in kfd_ioctl_set_trap_handler()
550 static int kfd_ioctl_dbg_register(struct file *filep, in kfd_ioctl_dbg_register()
604 static int kfd_ioctl_dbg_unregister(struct file *filep, in kfd_ioctl_dbg_unregister()
642 static int kfd_ioctl_dbg_address_watch(struct file *filep, in kfd_ioctl_dbg_address_watch()
742 static int kfd_ioctl_dbg_wave_control(struct file *filep, in kfd_ioctl_dbg_wave_control()
826 static int kfd_ioctl_get_clock_counters(struct file *filep, in kfd_ioctl_get_clock_counters()
1106 static int kfd_ioctl_set_scratch_backing_va(struct file *filep, in kfd_ioctl_set_scratch_backing_va()
1142 static int kfd_ioctl_get_tile_config(struct file *filep, in kfd_ioctl_get_tile_config()
1184 static int kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p, in kfd_ioctl_acquire_vm()
1247 static int kfd_ioctl_alloc_memory_of_gpu(struct file *filep, in kfd_ioctl_alloc_memory_of_gpu()
1329 static int kfd_ioctl_free_memory_of_gpu(struct file *filep, in kfd_ioctl_free_memory_of_gpu()
1373 static int kfd_ioctl_map_memory_to_gpu(struct file *filep, in kfd_ioctl_map_memory_to_gpu()
1483 static int kfd_ioctl_unmap_memory_from_gpu(struct file *filep, in kfd_ioctl_unmap_memory_from_gpu()
1570 static int kfd_ioctl_get_dmabuf_info(struct file *filep, in kfd_ioctl_get_dmabuf_info()
1625 static int kfd_ioctl_import_dmabuf(struct file *filep, in kfd_ioctl_import_dmabuf()
1776 static long kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kfd_ioctl()