Searched defs:snd_ctl_elem_list (Results 1 – 8 of 8) sorted by relevance
834 struct snd_ctl_elem_list { struct835 unsigned int offset;836 unsigned int space;837 unsigned int used;839 unsigned int count;840 struct snd_ctl_elem_id __user *pids;841 unsigned char reserved[50];
830 struct snd_ctl_elem_list { struct831 unsigned int offset; /* W: first element ID to get */832 unsigned int space; /* W: count of element IDs to get */833 unsigned int used; /* R: count of element IDs set */834 unsigned int count; /* R: count of all elements */835 struct snd_ctl_elem_id __user *pids; /* R: IDs */836 unsigned char reserved[50];
842 struct snd_ctl_elem_list { struct843 unsigned int offset; /* W: first element ID to get */844 unsigned int space; /* W: count of element IDs to get */845 unsigned int used; /* R: count of element IDs set */846 unsigned int count; /* R: count of all elements */847 struct snd_ctl_elem_id __user *pids; /* R: IDs */848 unsigned char reserved[50];
840 struct snd_ctl_elem_list { struct841 unsigned int offset;842 unsigned int space;844 unsigned int used;845 unsigned int count;846 struct snd_ctl_elem_id __user * pids;847 unsigned char reserved[50];
832 struct snd_ctl_elem_list { struct834 unsigned int offset;835 unsigned int space;836 unsigned int used;837 unsigned int count;839 struct snd_ctl_elem_id __user *pids;840 unsigned char reserved[50];
831 struct snd_ctl_elem_list { struct832 unsigned int offset; /* W: first element ID to get */833 unsigned int space; /* W: count of element IDs to get */834 unsigned int used; /* R: count of element IDs set */835 unsigned int count; /* R: count of all elements */836 struct snd_ctl_elem_id __user *pids; /* R: IDs */837 unsigned char reserved[50];