Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h135 #define SNDCTL_FM_LOAD_INSTR _SIOW ('Q', 7, struct sbi_instrument) /* Obsolete. Don't use!!!!!! */ macro
/external/python/cpython2/Modules/
Dossaudiodev.c1095 _EXPORT_INT(m, SNDCTL_FM_LOAD_INSTR); in initossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc739 unsigned IOCTL_SNDCTL_FM_LOAD_INSTR = SNDCTL_FM_LOAD_INSTR;
Dsanitizer_common_interceptors_ioctl.inc258 _(SNDCTL_FM_LOAD_INSTR, READ, struct_sbi_instrument_sz);