Searched refs:LE16ToCPU (Results 1 – 5 of 5) sorted by relevance
1598 *status = LE16ToCPU(hub->status.hub.wHubStatus); in hub_hub_status()1599 *change = LE16ToCPU(hub->status.hub.wHubChange); in hub_hub_status()1934 hub->descriptor.wHubCharacteristics = LE16ToCPU(hub->descriptor.wHubCharacteristics); in hub_configure()3786 *status = LE16ToCPU(hub->status.port.wPortStatus); in hub_port_status()3787 *change = LE16ToCPU(hub->status.port.wPortChange); in hub_port_status()8364 descriptor->bcdUSB = LE16ToCPU(descriptor->bcdUSB); in usb_physical_reset_device()8365 descriptor->idVendor = LE16ToCPU(descriptor->idVendor); in usb_physical_reset_device()8366 descriptor->idProduct = LE16ToCPU(descriptor->idProduct); in usb_physical_reset_device()8367 descriptor->bcdDevice = LE16ToCPU(descriptor->bcdDevice); in usb_physical_reset_device()
121 endpoint->desc.wMaxPacketSize = LE16ToCPU(endpoint->desc.wMaxPacketSize); in usb_parse_endpoint()422 config->desc.wTotalLength = LE16ToCPU(config->desc.wTotalLength); in usb_parse_configuration()605 length = LE16ToCPU(desc->wTotalLength); in usb_get_configuration()610 length = LE16ToCPU(desc->wTotalLength); in usb_get_configuration()
324 dev->descriptor.bcdUSB = LE16ToCPU(dev->descriptor.bcdUSB); in usb_get_device_descriptor()325 dev->descriptor.idVendor = LE16ToCPU(dev->descriptor.idVendor); in usb_get_device_descriptor()326 dev->descriptor.idProduct = LE16ToCPU(dev->descriptor.idProduct); in usb_get_device_descriptor()327 dev->descriptor.bcdDevice = LE16ToCPU(dev->descriptor.bcdDevice); in usb_get_device_descriptor()
334 wValue = LE16ToCPU (cmd->wValue); in rh_call_control()335 wIndex = LE16ToCPU (cmd->wIndex); in rh_call_control()336 wLength = LE16ToCPU (cmd->wLength); in rh_call_control()
155 #define LE16ToCPU(x) (x) macro