Lines Matching refs:file
7 * In the OSS Version, this file is compiled to a separate MODULE,
10 * & writing one blindfold is difficult) this file's object is statically
15 * the following is a copy of the 2.4.18 OSS FREE file-heading comment:
216 void snd_msnd_dsp_halt(struct snd_msnd *chip, struct file *file)
218 if ((file ? file->f_mode : chip->mode) & FMODE_READ) {
222 if (file) {
224 ": Stopping read for %p\n", file);
229 if ((file ? file->f_mode : chip->mode) & FMODE_WRITE) {
235 if (file) {
237 LOGNAME ": Stopping write for %p\n", file);