Lines Matching refs:file
138 static int snd_open(struct inode *inode, struct file *file)
160 replace_fops(file, new_fops);
162 if (file->f_op->open)
163 err = file->f_op->open(inode, file);
233 * snd_register_device - Register the ALSA device file for the card
237 * @f_ops: the file operations
241 * Registers an ALSA device file for the given card.
292 * Unregisters the device file already registered via