Lines Matching refs:descriptor
581 &dev->descriptor, sizeof(dev->descriptor)); in snd_usb_extigy_boot_quirk()
829 &dev->descriptor, sizeof(dev->descriptor)); in snd_usb_mbox2_boot_quirk()
982 u32 id = USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_apply_boot_quirk()
983 le16_to_cpu(dev->descriptor.idProduct)); in snd_usb_apply_boot_quirk()
1196 if ((le16_to_cpu(ep->chip->dev->descriptor.idVendor) == 0x23ba) && in snd_usb_endpoint_start_quirk()
1219 switch (le16_to_cpu(dev->descriptor.idVendor)) { in snd_usb_set_interface_quirk()
1235 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x23ba) && in snd_usb_ctl_msg_quirk()
1243 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x0644) && in snd_usb_ctl_msg_quirk()
1250 if (is_marantz_denon_dac(USB_ID(le16_to_cpu(dev->descriptor.idVendor), in snd_usb_ctl_msg_quirk()
1251 le16_to_cpu(dev->descriptor.idProduct))) in snd_usb_ctl_msg_quirk()
1258 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1686) && in snd_usb_ctl_msg_quirk()
1259 (le16_to_cpu(dev->descriptor.idProduct) == 0x00dd) && in snd_usb_ctl_msg_quirk()
1276 if (le16_to_cpu(chip->dev->descriptor.idVendor) == 0x23ba) { in snd_usb_interface_dsd_format_quirks()