Lines Matching refs:filep
102 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open() argument
130 static int kfd_ioctl_get_version(struct file *filep, struct kfd_process *p, in kfd_ioctl_get_version() argument
249 static int kfd_ioctl_create_queue(struct file *filep, struct kfd_process *p, in kfd_ioctl_create_queue() argument
286 err = pqm_create_queue(&p->pqm, dev, filep, &q_properties, in kfd_ioctl_create_queue()
384 static int kfd_ioctl_set_memory_policy(struct file *filep, in kfd_ioctl_set_memory_policy() argument
436 static int kfd_ioctl_dbg_register(struct file *filep, in kfd_ioctl_dbg_register() argument
490 static int kfd_ioctl_dbg_unrgesiter(struct file *filep, in kfd_ioctl_dbg_unrgesiter() argument
528 static int kfd_ioctl_dbg_address_watch(struct file *filep, in kfd_ioctl_dbg_address_watch() argument
637 static int kfd_ioctl_dbg_wave_control(struct file *filep, in kfd_ioctl_dbg_wave_control() argument
731 static int kfd_ioctl_get_clock_counters(struct file *filep, in kfd_ioctl_get_clock_counters() argument
927 static long kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kfd_ioctl() argument
995 retcode = func(filep, process, kdata); in kfd_ioctl()