Lines Matching full:toggle
88 td->toggle = !td->toggle; in fhci_transaction_confirm()
110 td->toggle = !td->toggle; in fhci_transaction_confirm()
161 /* calcalate data address,len and toggle and then add the transaction */ in add_packet()
162 if (td->toggle == USB_TD_TOGGLE_CARRY) in add_packet()
163 td->toggle = ed->toggle_carry; in add_packet()
240 ed->ep_addr, ed->mode, ed->speed, td->toggle)) { in add_packet()
703 int toggle = 0; in fhci_queue_urb() local
745 * OHCI handles the DATA toggle itself,we just use the USB in fhci_queue_urb()
746 * toggle bits in fhci_queue_urb()
750 toggle = USB_TD_TOGGLE_CARRY; in fhci_queue_urb()
752 toggle = USB_TD_TOGGLE_DATA0; in fhci_queue_urb()
776 toggle, in fhci_queue_urb()
785 cnt ? USB_TD_TOGGLE_CARRY : toggle, in fhci_queue_urb()