Lines Matching refs:info
120 struct snd_firewire_get_info info;
122 memset(&info, 0, sizeof(info));
123 info.type = SNDRV_FIREWIRE_TYPE_MOTU;
124 info.card = dev->card->index;
125 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]);
126 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]);
127 strscpy(info.device_name, dev_name(&dev->device),
128 sizeof(info.device_name));
130 if (copy_to_user(arg, &info, sizeof(info)))