Lines Matching +full:mode +full:- +full:flag
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
56 /* USB Device and Host mode - Mandatory */
70 * The following flag is set if one or more control transfers are
75 * The following flag is set if one or more bulk transfers are
80 * The following flag is set if one or more interrupt transfers are
85 * The following flag is set if one or more isochronous transfers
90 * The following flag is set if one or more non-root-HUB devices
95 * The following flag is set if we are suspending
99 * The following flag is set if we are resuming
103 * The following flag is set if we are shutting down
107 /* USB Device mode only - Mandatory */
113 /* USB Device mode mandatory. USB Host mode optional. */
121 /* Optional fixed power mode support */
137 /* Optional for device and host mode */
143 /* Optional for host mode */
147 /* Optional for device and host mode */
157 /* Mandatory USB Device and Host mode callbacks: */
175 uint16_t max_in_frame_size; /* IN-token direction */
176 uint16_t max_out_frame_size; /* OUT-token direction */
183 uint8_t support_in:1; /* IN-token is supported */
184 uint8_t support_out:1; /* OUT-token is supported */