Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/block/paride/
Dpt.c195 static int pt_open(struct inode *inode, struct file *file);
244 .open = pt_open,
659 static int pt_open(struct inode *inode, struct file *file) in pt_open() function