sound_unit 113 sound/sound_core.c struct sound_unit *next; sound_unit 162 sound/sound_core.c static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) sound_unit 215 sound/sound_core.c static struct sound_unit *__sound_remove_unit(struct sound_unit **list, int unit) sound_unit 219 sound/sound_core.c struct sound_unit *p=*list; sound_unit 242 sound/sound_core.c static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name, umode_t mode, struct device *dev) sound_unit 244 sound/sound_core.c struct sound_unit *s = kmalloc(sizeof(*s), GFP_KERNEL); sound_unit 298 sound/sound_core.c static void sound_remove_unit(struct sound_unit **list, int unit) sound_unit 300 sound/sound_core.c struct sound_unit *p; sound_unit 335 sound/sound_core.c static struct sound_unit *chains[SOUND_STEP]; sound_unit 522 sound/sound_core.c static struct sound_unit *__look_for_unit(int chain, int unit) sound_unit 524 sound/sound_core.c struct sound_unit *s; sound_unit 540 sound/sound_core.c struct sound_unit *s;