Lines Matching refs:le16_to_cpu
191 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); in create_fixed_stream_quirk()
467 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); in create_uaxx_quirk()
572 if (le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_OLD || in snd_usb_extigy_boot_quirk()
573 le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_NEW) { in snd_usb_extigy_boot_quirk()
589 le16_to_cpu(get_cfg_desc(config)->wTotalLength)); in snd_usb_extigy_boot_quirk()
799 fwsize = le16_to_cpu(get_cfg_desc(config)->wTotalLength); in snd_usb_mbox2_boot_quirk()
838 le16_to_cpu(get_cfg_desc(config)->wTotalLength)); 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()