Lines Matching refs:file
144 static int snd_open(struct inode *inode, struct file *file)
166 replace_fops(file, new_fops);
168 if (file->f_op->open)
169 err = file->f_op->open(inode, file);
239 * snd_register_device - Register the ALSA device file for the card
243 * @f_ops: the file operations
247 * Registers an ALSA device file for the given card.
298 * Unregisters the device file already registered via