Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-dbg.c360 static int debug_async_open(struct inode *, struct file *);
363 static int debug_async_open(struct inode *, struct file *);
369 .open = debug_async_open,
740 static int debug_async_open(struct inode *inode, struct file *file) in debug_async_open() function