Lines Matching refs:name
114 char name[32]; member
238 …st struct file_operations *fops, int index, int low, int top, const char *name, umode_t mode, stru… in sound_insert_unit() argument
254 sprintf(s->name, "sound/%s", name); in sound_insert_unit()
256 sprintf(s->name, "sound/%s%d", name, r / SOUND_STEP); in sound_insert_unit()
264 r = __register_chrdev(SOUND_MAJOR, s->unit_minor, 1, s->name, in sound_insert_unit()
280 NULL, "%s", s->name+6); in sound_insert_unit()
304 p->name); in sound_remove_unit()
351 const char *name; in register_sound_special_device() local
356 name = "mixer"; in register_sound_special_device()
359 name = "sequencer"; in register_sound_special_device()
365 name = "midi"; in register_sound_special_device()
368 name = "dsp"; in register_sound_special_device()
371 name = "audio"; in register_sound_special_device()
374 name = "dspW"; in register_sound_special_device()
377 name = "sequencer2"; in register_sound_special_device()
383 name = "dmmidi"; in register_sound_special_device()
386 name = "dmfm"; in register_sound_special_device()
389 name = "adsp"; in register_sound_special_device()
392 name = "amidi"; in register_sound_special_device()
395 name = "admmidi"; in register_sound_special_device()
403 name = _name; in register_sound_special_device()
408 name, 0600, dev); in register_sound_special_device()