Home
last modified time | relevance | path

Searched refs:snd_ctl_event (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dcontrol.c1787 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()
1790 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()
1791 struct snd_ctl_event ev; in snd_ctl_read()
1818 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()
1823 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()
1824 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()
1825 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
/kernel/linux/linux-6.6/sound/core/
H A Dcontrol.c2083 if (count < sizeof(struct snd_ctl_event)) in snd_ctl_read()
2086 while (count >= sizeof(struct snd_ctl_event)) { in snd_ctl_read()
2087 struct snd_ctl_event ev; in snd_ctl_read()
2114 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()
2119 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()
2120 count -= sizeof(struct snd_ctl_event); in snd_ctl_read()
2121 result += sizeof(struct snd_ctl_event); in snd_ctl_read()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h823 struct snd_ctl_event { struct
/kernel/linux/linux-5.10/tools/include/uapi/sound/
H A Dasound.h1118 struct snd_ctl_event { struct
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasound.h1118 struct snd_ctl_event { struct
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasound.h1220 struct snd_ctl_event { struct
/kernel/linux/linux-6.6/tools/include/uapi/sound/
H A Dasound.h1220 struct snd_ctl_event { struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound.h899 struct snd_ctl_event { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound.h899 struct snd_ctl_event { struct

Completed in 30 milliseconds