hdsp_version 87 include/uapi/sound/hdsp.h #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version) hdsp_version 107 include/uapi/sound/hdsp.h typedef struct hdsp_version hdsp_version_t; hdsp_version 4794 sound/pci/rme9652/hdsp.c struct hdsp_version hdsp_version; hdsp_version 4802 sound/pci/rme9652/hdsp.c memset(&hdsp_version, 0, sizeof(hdsp_version)); hdsp_version 4803 sound/pci/rme9652/hdsp.c hdsp_version.io_type = hdsp->io_type; hdsp_version 4804 sound/pci/rme9652/hdsp.c hdsp_version.firmware_rev = hdsp->firmware_rev; hdsp_version 4805 sound/pci/rme9652/hdsp.c if ((err = copy_to_user(argp, &hdsp_version, sizeof(hdsp_version))))