Lines Matching refs:filep

103 static int kfd_open(struct inode *inode, struct file *filep)  in kfd_open()  argument
121 process = kfd_create_process(filep); in kfd_open()
134 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version() argument
253 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue() argument
290 err = pqm_create_queue(&p->pqm, dev, filep, &q_properties, &queue_id); in kfd_ioctl_create_queue()
450 static int kfd_ioctl_set_memory_policy(struct file *filep, in kfd_ioctl_set_memory_policy() argument
502 static int kfd_ioctl_set_trap_handler(struct file *filep, in kfd_ioctl_set_trap_handler() argument
534 static int kfd_ioctl_dbg_register(struct file *filep, in kfd_ioctl_dbg_register() argument
588 static int kfd_ioctl_dbg_unregister(struct file *filep, in kfd_ioctl_dbg_unregister() argument
626 static int kfd_ioctl_dbg_address_watch(struct file *filep, in kfd_ioctl_dbg_address_watch() argument
726 static int kfd_ioctl_dbg_wave_control(struct file *filep, in kfd_ioctl_dbg_wave_control() argument
810 static int kfd_ioctl_get_clock_counters(struct file *filep, in kfd_ioctl_get_clock_counters() argument
1091 static int kfd_ioctl_set_scratch_backing_va(struct file *filep, in kfd_ioctl_set_scratch_backing_va() argument
1127 static int kfd_ioctl_get_tile_config(struct file *filep, in kfd_ioctl_get_tile_config() argument
1169 static int kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p, in kfd_ioctl_acquire_vm() argument
1232 static int kfd_ioctl_alloc_memory_of_gpu(struct file *filep, in kfd_ioctl_alloc_memory_of_gpu() argument
1294 static int kfd_ioctl_free_memory_of_gpu(struct file *filep, in kfd_ioctl_free_memory_of_gpu() argument
1337 static int kfd_ioctl_map_memory_to_gpu(struct file *filep, in kfd_ioctl_map_memory_to_gpu() argument
1447 static int kfd_ioctl_unmap_memory_from_gpu(struct file *filep, in kfd_ioctl_unmap_memory_from_gpu() argument
1622 static long kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kfd_ioctl() argument
1690 retcode = func(filep, process, kdata); in kfd_ioctl()