Searched defs:usb_xfer_flags_int (Results 1 – 1 of 1) sorted by relevance
84 struct usb_xfer_flags_int { struct86 enum usb_hc_mode usb_mode; /* shadow copy of "udev->usb_mode" */87 uint16_t control_rem; /* remainder in bytes */89 uint8_t open:1; /* set if USB pipe has been opened */90 uint8_t transferring:1; /* set if an USB transfer is in92 uint8_t did_dma_delay:1; /* set if we waited for HW DMA */93 uint8_t did_close:1; /* set if we closed the USB transfer */94 uint8_t draining:1; /* set if we are draining an USB96 uint8_t started:1; /* keeps track of started or stopped */97 uint8_t bandwidth_reclaimed:1;[all …]