Searched refs:debug_async_open (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ohci-dbg.c | 359 static int debug_async_open(struct inode *, struct file *); 362 static int debug_async_open(struct inode *, struct file *); 368 .open = debug_async_open, 737 static int debug_async_open(struct inode *inode, struct file *file) in debug_async_open() function
|
D | ehci-dbg.c | 336 static int debug_async_open(struct inode *, struct file *); 346 .open = debug_async_open, 1014 static int debug_async_open(struct inode *inode, struct file *file) in debug_async_open() function
|
D | fusbh200-hcd.c | 301 static int debug_async_open(struct inode *, struct file *); 304 static int debug_async_open(struct inode *, struct file *); 311 .open = debug_async_open, 814 static int debug_async_open(struct inode *inode, struct file *file) in debug_async_open() function
|
D | fotg210-hcd.c | 309 static int debug_async_open(struct inode *, struct file *); 312 static int debug_async_open(struct inode *, struct file *); 319 .open = debug_async_open, 843 static int debug_async_open(struct inode *inode, struct file *file) in debug_async_open() function
|