Lines Matching refs:name
110 char name[32]; member
205 …st struct file_operations *fops, int index, int low, int top, const char *name, umode_t mode, stru… in sound_insert_unit() argument
220 sprintf(s->name, "sound/%s", name); in sound_insert_unit()
222 sprintf(s->name, "sound/%s%d", name, r / SOUND_STEP); in sound_insert_unit()
225 NULL, s->name+6); in sound_insert_unit()
291 const char *name; in register_sound_special_device() local
296 name = "mixer"; in register_sound_special_device()
299 name = "sequencer"; in register_sound_special_device()
305 name = "midi"; in register_sound_special_device()
308 name = "dsp"; in register_sound_special_device()
311 name = "audio"; in register_sound_special_device()
314 name = "sequencer2"; in register_sound_special_device()
320 name = "dmmidi"; in register_sound_special_device()
323 name = "dmfm"; in register_sound_special_device()
326 name = "adsp"; in register_sound_special_device()
329 name = "amidi"; in register_sound_special_device()
332 name = "admmidi"; in register_sound_special_device()
340 name = _name; in register_sound_special_device()
345 name, S_IRUSR | S_IWUSR, dev); in register_sound_special_device()