Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c46 static int kfd_open(struct inode *, struct file *);
56 .open = kfd_open,
110 static int kfd_open(struct inode *inode, struct file *filep) in kfd_open() function