Lines Matching refs:name
119 char name[32]; member
254 …st struct file_operations *fops, int index, int low, int top, const char *name, umode_t mode, stru… in sound_insert_unit() argument
270 sprintf(s->name, "sound/%s", name); in sound_insert_unit()
272 sprintf(s->name, "sound/%s%d", name, r / SOUND_STEP); in sound_insert_unit()
280 r = __register_chrdev(SOUND_MAJOR, s->unit_minor, 1, s->name, in sound_insert_unit()
296 NULL, "%s", s->name+6); in sound_insert_unit()
320 p->name); in sound_remove_unit()
367 const char *name; in register_sound_special_device() local
372 name = "mixer"; in register_sound_special_device()
375 name = "sequencer"; in register_sound_special_device()
381 name = "midi"; in register_sound_special_device()
384 name = "dsp"; in register_sound_special_device()
387 name = "audio"; in register_sound_special_device()
390 name = "dspW"; in register_sound_special_device()
393 name = "sequencer2"; in register_sound_special_device()
399 name = "dmmidi"; in register_sound_special_device()
402 name = "dmfm"; in register_sound_special_device()
405 name = "adsp"; in register_sound_special_device()
408 name = "amidi"; in register_sound_special_device()
411 name = "admmidi"; in register_sound_special_device()
419 name = _name; in register_sound_special_device()
424 name, S_IRUSR | S_IWUSR, dev); in register_sound_special_device()