Home
last modified time | relevance | path

Searched refs:kfd_open (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c49 static int kfd_open(struct inode *, struct file *);
59 .open = kfd_open,
127 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open() function