Searched defs:sq_open (Results 1 - 2 of 2) sorted by relevance

/sound/oss/dmasound/
H A Ddmasound.h132 int (*sq_open)(fmode_t); /* optional */ member in struct:__anon34
H A Ddmasound_core.c752 static int sq_open(struct inode *inode, struct file *file) function
771 if (dmasound.mach.sq_open)
772 dmasound.mach.sq_open(file->f_mode);
1159 .open = sq_open,

Completed in 509 milliseconds