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