Home
last modified time | relevance | path

Searched refs:USB_SPEED_HIGH (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h47 USB_SPEED_HIGH, /* usb 2.0 480M */ enumerator
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_validate_desc.c224 case USB_SPEED_HIGH: in AudioUsbParseDataInterval()
H A Daudio_usb_parse_interface.c593 if (AudioUsbGetSpeed(dev) == USB_SPEED_HIGH) { in AudioUsbFormatInit()
H A Daudio_usb_endpoints.c224 if (AudioUsbGetSpeed(endpoint->audioUsbDriver->dev) >= USB_SPEED_HIGH) { in AudioUsbPrepareOutboundUrb()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c913 case USB_SPEED_HIGH: in UsbnetHostUpdateMaxQlen()