Searched refs:sound_unit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/ |
H A D | sound_core.c | 109 struct sound_unit struct 113 struct sound_unit *next; 162 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() 215 static struct sound_unit *__sound_remove_unit(struct sound_unit **list, int unit) in __sound_remove_unit() 219 struct sound_unit *p=*list; in __sound_remove_unit() 242 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) in sound_insert_unit() 244 struct sound_unit *s = kmalloc(sizeof(*s), GFP_KERNEL); in sound_insert_unit() 298 static void sound_remove_unit(struct sound_unit **lis [all...] |
/kernel/linux/linux-6.6/sound/ |
H A D | sound_core.c | 110 struct sound_unit struct 114 struct sound_unit *next; 159 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() 212 static struct sound_unit *__sound_remove_unit(struct sound_unit **list, int unit) in __sound_remove_unit() 216 struct sound_unit *p=*list; in __sound_remove_unit() 239 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) in sound_insert_unit() 241 struct sound_unit *s = kmalloc(sizeof(*s), GFP_KERNEL); in sound_insert_unit() 295 static void sound_remove_unit(struct sound_unit **lis [all...] |
Completed in 2 milliseconds