Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Ddebug.c73 static int debug_open(struct inode *inode, struct file *file);
164 .open = debug_open,
530 static int debug_open(struct inode *inode, struct file *file) in debug_open() function