Lines Matching refs:filep
105 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open() argument
123 process = kfd_create_process(filep); in kfd_open()
136 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version() argument
252 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue() argument
289 err = pqm_create_queue(&p->pqm, dev, filep, &q_properties, &queue_id); in kfd_ioctl_create_queue()
448 static int kfd_ioctl_get_queue_wave_state(struct file *filep, in kfd_ioctl_get_queue_wave_state() argument
466 static int kfd_ioctl_set_memory_policy(struct file *filep, in kfd_ioctl_set_memory_policy() argument
518 static int kfd_ioctl_set_trap_handler(struct file *filep, in kfd_ioctl_set_trap_handler() argument
550 static int kfd_ioctl_dbg_register(struct file *filep, in kfd_ioctl_dbg_register() argument
604 static int kfd_ioctl_dbg_unregister(struct file *filep, in kfd_ioctl_dbg_unregister() argument
642 static int kfd_ioctl_dbg_address_watch(struct file *filep, in kfd_ioctl_dbg_address_watch() argument
742 static int kfd_ioctl_dbg_wave_control(struct file *filep, in kfd_ioctl_dbg_wave_control() argument
826 static int kfd_ioctl_get_clock_counters(struct file *filep, in kfd_ioctl_get_clock_counters() argument
1106 static int kfd_ioctl_set_scratch_backing_va(struct file *filep, in kfd_ioctl_set_scratch_backing_va() argument
1142 static int kfd_ioctl_get_tile_config(struct file *filep, in kfd_ioctl_get_tile_config() argument
1184 static int kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p, in kfd_ioctl_acquire_vm() argument
1247 static int kfd_ioctl_alloc_memory_of_gpu(struct file *filep, in kfd_ioctl_alloc_memory_of_gpu() argument
1329 static int kfd_ioctl_free_memory_of_gpu(struct file *filep, in kfd_ioctl_free_memory_of_gpu() argument
1373 static int kfd_ioctl_map_memory_to_gpu(struct file *filep, in kfd_ioctl_map_memory_to_gpu() argument
1483 static int kfd_ioctl_unmap_memory_from_gpu(struct file *filep, in kfd_ioctl_unmap_memory_from_gpu() argument
1570 static int kfd_ioctl_get_dmabuf_info(struct file *filep, in kfd_ioctl_get_dmabuf_info() argument
1625 static int kfd_ioctl_import_dmabuf(struct file *filep, in kfd_ioctl_import_dmabuf() argument
1776 static long kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kfd_ioctl() argument
1844 retcode = func(filep, process, kdata); in kfd_ioctl()