Searched refs:hdsp_version (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | hdsp.h | 82 struct hdsp_version { struct 87 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version) argument 107 typedef struct hdsp_version hdsp_version_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | hdsp.h | 82 struct hdsp_version { struct 87 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version) argument 107 typedef struct hdsp_version hdsp_version_t;
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | hdsp.h | 84 struct hdsp_version { struct 89 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version) argument
|
| /OK3568_Linux_fs/kernel/sound/pci/rme9652/ |
| H A D | hdsp.c | 4789 struct hdsp_version hdsp_version; in snd_hdsp_hwdep_ioctl() local 4797 memset(&hdsp_version, 0, sizeof(hdsp_version)); in snd_hdsp_hwdep_ioctl() 4798 hdsp_version.io_type = hdsp->io_type; in snd_hdsp_hwdep_ioctl() 4799 hdsp_version.firmware_rev = hdsp->firmware_rev; in snd_hdsp_hwdep_ioctl() 4800 if ((err = copy_to_user(argp, &hdsp_version, sizeof(hdsp_version)))) in snd_hdsp_hwdep_ioctl()
|