Home
last modified time | relevance | path

Searched refs:msos (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/usb/
H A Ddesc-msos.c63 if (desc->msos->CompatibleID) { in usb_desc_msos_compat()
65 "%s", desc->msos->CompatibleID); in usb_desc_msos_compat()
182 if (desc->msos->Label) { in usb_desc_msos_prop()
188 L"Label", desc->msos->Label); in usb_desc_msos_prop()
192 if (desc->msos->SelectiveSuspendEnabled) { in usb_desc_msos_prop()
H A Ddev-hid.c380 .msos = &desc_msos_suspend,
395 .msos = &desc_msos_suspend,
409 .msos = &desc_msos_suspend,
424 .msos = &desc_msos_suspend,
438 .msos = &desc_msos_suspend,
453 .msos = &desc_msos_suspend,
H A Ddesc.c10 bool msos, uint8_t *dest, size_t len) in usb_desc_device() argument
22 if (msos && dev->bcdUSB < 0x0200) { in usb_desc_device()
512 if (desc->msos && (dev->flags & (1 << USB_DEV_FLAG_MSOS_DESC_ENABLE))) { in usb_desc_init()
632 bool msos = (dev->flags & (1 << USB_DEV_FLAG_MSOS_DESC_IN_USE)); in usb_desc_get_descriptor() local
654 ret = usb_desc_device(&desc->id, dev->device, msos, buf, buflen); in usb_desc_get_descriptor()
711 bool msos = (dev->flags & (1 << USB_DEV_FLAG_MSOS_DESC_IN_USE)); in usb_desc_handle_control() local
799 if (msos) { in usb_desc_handle_control()
805 if (msos) { in usb_desc_handle_control()
H A Ddesc.h199 const USBDescMSOS *msos; member
218 bool msos, uint8_t *dest, size_t len);
H A Dmeson.build9 'desc-msos.c',
H A Dtrace-events242 usb_desc_msos(int addr, int index, int len, int ret) "dev %d msos, index 0x%x, len %d, ret %d"
H A Ddev-mtp.c375 .msos = &desc_msos,