Searched defs:usb_xfer_flags (Results 1 – 1 of 1) sorted by relevance
183 struct usb_xfer_flags { struct184 uint8_t force_short_xfer:1; /* force a short transmit transfer186 uint8_t short_xfer_ok:1; /* allow short receive transfers */187 uint8_t short_frames_ok:1; /* allow short frames */188 uint8_t pipe_bof:1; /* block pipe on failure */189 uint8_t proxy_buffer:1; /* makes buffer size a factor of191 uint8_t ext_buffer:1; /* uses external DMA buffer */192 uint8_t manual_status:1; /* non automatic status stage on194 uint8_t no_pipe_ok:1; /* set if "USB_ERR_NO_PIPE" error can196 uint8_t stall_pipe:1; /* set if the endpoint belonging to[all …]