Lines Matching refs:totlen
2398 int s, len, value, index, l, totlen = 0; in ohci_root_ctrl_start() local
2437 totlen = 1; in ohci_root_ctrl_start()
2448 totlen = l = min(len, USB_DEVICE_DESCRIPTOR_SIZE); in ohci_root_ctrl_start()
2457 totlen = l = min(len, USB_CONFIG_DESCRIPTOR_SIZE); in ohci_root_ctrl_start()
2462 totlen += l; in ohci_root_ctrl_start()
2467 totlen += l; in ohci_root_ctrl_start()
2474 totlen = 1; in ohci_root_ctrl_start()
2477 totlen = ohci_str(buf, len, sc->sc_vendor); in ohci_root_ctrl_start()
2480 totlen = ohci_str(buf, len, "OHCI root hub"); in ohci_root_ctrl_start()
2492 totlen = 1; in ohci_root_ctrl_start()
2498 totlen = 2; in ohci_root_ctrl_start()
2505 totlen = 2; in ohci_root_ctrl_start()
2608 totlen = l; in ohci_root_ctrl_start()
2617 totlen = len; in ohci_root_ctrl_start()
2637 totlen = l; in ohci_root_ctrl_start()
2688 xfer->actlen = totlen; in ohci_root_ctrl_start()