Home
last modified time | relevance | path

Searched refs:top (Results 1 – 1 of 1) sorted by relevance

/sound/
Dsound_core.c174 …nit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() argument
183 while(n<top) in __sound_insert_unit()
192 if(n>=top) in __sound_insert_unit()
254 …d_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name, … in sound_insert_unit() argument
264 r = __sound_insert_unit(s, list, fops, index, low, top); in sound_insert_unit()