Lines Matching refs:descriptor
588 &dev->descriptor, sizeof(dev->descriptor)); in snd_usb_extigy_boot_quirk()
836 &dev->descriptor, sizeof(dev->descriptor)); in snd_usb_mbox2_boot_quirk()
989 u32 id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_apply_boot_quirk()
990 le16_to_cpu(dev->descriptor.idProduct)); in snd_usb_apply_boot_quirk()
1203 if ((le16_to_cpu(ep->chip->dev->descriptor.idVendor) == 0x23ba) && in snd_usb_endpoint_start_quirk()
1226 switch (le16_to_cpu(dev->descriptor.idVendor)) { in snd_usb_set_interface_quirk()
1242 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x23ba) && in snd_usb_ctl_msg_quirk()
1250 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x0644) && in snd_usb_ctl_msg_quirk()
1257 if (is_marantz_denon_dac(USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_ctl_msg_quirk()
1258 le16_to_cpu(dev->descriptor.idProduct))) in snd_usb_ctl_msg_quirk()
1265 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1686) && in snd_usb_ctl_msg_quirk()
1266 (le16_to_cpu(dev->descriptor.idProduct) == 0x00dd) && in snd_usb_ctl_msg_quirk()
1283 if (le16_to_cpu(chip->dev->descriptor.idVendor) == 0x23ba) { in snd_usb_interface_dsd_format_quirks()