Searched refs:hdsp_version (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | hdsp.h | 58 struct hdsp_version { struct 62 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version) 76 typedef struct hdsp_version hdsp_version_t;
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | hdsp.h | 70 struct hdsp_version { struct 75 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | hdsp.h | 72 struct hdsp_version { struct 76 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | hdsp.h | 72 struct hdsp_version { struct 76 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version)
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | hdsp.c | 4832 struct hdsp_version hdsp_version; in snd_hdsp_hwdep_ioctl() local 4841 memset(&hdsp_version, 0, sizeof(hdsp_version)); in snd_hdsp_hwdep_ioctl() 4842 hdsp_version.io_type = hdsp->io_type; in snd_hdsp_hwdep_ioctl() 4843 hdsp_version.firmware_rev = hdsp->firmware_rev; in snd_hdsp_hwdep_ioctl() 4844 if (copy_to_user(argp, &hdsp_version, sizeof(hdsp_version))) in snd_hdsp_hwdep_ioctl()
|
Completed in 18 milliseconds