Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dsound_core.c54 int unit_minor; member
78 while (*list && (*list)->unit_minor<n) in __sound_insert_unit()
84 if(*list==NULL || (*list)->unit_minor>n) in __sound_insert_unit()
95 if ((*list)->unit_minor==n) in __sound_insert_unit()
97 if ((*list)->unit_minor>n) in __sound_insert_unit()
107 s->unit_minor=n; in __sound_insert_unit()
131 if(p->unit_minor==unit) in __sound_remove_unit()
181 DEVFS_FL_NONE, SOUND_MAJOR, s->unit_minor, in sound_insert_unit()
471 while(s && s->unit_minor <= unit) in __look_for_unit()
473 if(s->unit_minor==unit) in __look_for_unit()