Lines Matching refs:filep

110 static int kfd_open(struct inode *inode, struct file *filep)  in kfd_open()  argument
128 process = kfd_create_process(filep); in kfd_open()
140 filep->private_data = process; in kfd_open()
148 static int kfd_release(struct inode *inode, struct file *filep) in kfd_release() argument
150 struct kfd_process *process = filep->private_data; in kfd_release()
158 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version() argument
275 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue() argument
313 err = pqm_create_queue(&p->pqm, dev, filep, &q_properties, &queue_id, in kfd_ioctl_create_queue()
471 static int kfd_ioctl_get_queue_wave_state(struct file *filep, in kfd_ioctl_get_queue_wave_state() argument
489 static int kfd_ioctl_set_memory_policy(struct file *filep, in kfd_ioctl_set_memory_policy() argument
541 static int kfd_ioctl_set_trap_handler(struct file *filep, in kfd_ioctl_set_trap_handler() argument
569 static int kfd_ioctl_dbg_register(struct file *filep, in kfd_ioctl_dbg_register() argument
623 static int kfd_ioctl_dbg_unregister(struct file *filep, in kfd_ioctl_dbg_unregister() argument
661 static int kfd_ioctl_dbg_address_watch(struct file *filep, in kfd_ioctl_dbg_address_watch() argument
761 static int kfd_ioctl_dbg_wave_control(struct file *filep, in kfd_ioctl_dbg_wave_control() argument
845 static int kfd_ioctl_get_clock_counters(struct file *filep, in kfd_ioctl_get_clock_counters() argument
1113 static int kfd_ioctl_set_scratch_backing_va(struct file *filep, in kfd_ioctl_set_scratch_backing_va() argument
1149 static int kfd_ioctl_get_tile_config(struct file *filep, in kfd_ioctl_get_tile_config() argument
1191 static int kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p, in kfd_ioctl_acquire_vm() argument
1254 static int kfd_ioctl_alloc_memory_of_gpu(struct file *filep, in kfd_ioctl_alloc_memory_of_gpu() argument
1363 static int kfd_ioctl_free_memory_of_gpu(struct file *filep, in kfd_ioctl_free_memory_of_gpu() argument
1419 static int kfd_ioctl_map_memory_to_gpu(struct file *filep, in kfd_ioctl_map_memory_to_gpu() argument
1532 static int kfd_ioctl_unmap_memory_from_gpu(struct file *filep, in kfd_ioctl_unmap_memory_from_gpu() argument
1639 static int kfd_ioctl_alloc_queue_gws(struct file *filep, in kfd_ioctl_alloc_queue_gws() argument
1678 static int kfd_ioctl_get_dmabuf_info(struct file *filep, in kfd_ioctl_get_dmabuf_info() argument
1733 static int kfd_ioctl_import_dmabuf(struct file *filep, in kfd_ioctl_import_dmabuf() argument
1791 static int kfd_ioctl_smi_events(struct file *filep, in kfd_ioctl_smi_events() argument
1804 static int kfd_ioctl_set_xnack_mode(struct file *filep, in kfd_ioctl_set_xnack_mode() argument
1830 static int kfd_ioctl_svm(struct file *filep, struct kfd_process *p, void *data) in kfd_ioctl_svm() argument
1853 static int kfd_ioctl_svm(struct file *filep, struct kfd_process *p, void *data) in kfd_ioctl_svm() argument
1966 static long kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kfd_ioctl() argument
2000 process = filep->private_data; in kfd_ioctl()
2039 retcode = func(filep, process, kdata); in kfd_ioctl()