OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_kctl_ioctl_func_t
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h
105
typedef int (*
snd_kctl_ioctl_func_t
) (struct snd_card * card,
typedef
122
int snd_ctl_register_ioctl(
snd_kctl_ioctl_func_t
fcn);
123
int snd_ctl_unregister_ioctl(
snd_kctl_ioctl_func_t
fcn);
125
int snd_ctl_register_ioctl_compat(
snd_kctl_ioctl_func_t
fcn);
126
int snd_ctl_unregister_ioctl_compat(
snd_kctl_ioctl_func_t
fcn);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h
105
typedef int (*
snd_kctl_ioctl_func_t
) (struct snd_card * card,
typedef
122
int snd_ctl_register_ioctl(
snd_kctl_ioctl_func_t
fcn);
123
int snd_ctl_unregister_ioctl(
snd_kctl_ioctl_func_t
fcn);
125
int snd_ctl_register_ioctl_compat(
snd_kctl_ioctl_func_t
fcn);
126
int snd_ctl_unregister_ioctl_compat(
snd_kctl_ioctl_func_t
fcn);
Completed in 288 milliseconds