Lines Matching refs:direction
109 * direction.
183 setup->type, setup->direction, setup->ep_index);
193 /* setup expected endpoint direction mask and value */
195 if (setup->direction == UE_DIR_RX) {
199 } else if (setup->direction == UE_DIR_TX) {
203 } else if (setup->direction == UE_DIR_ANY) {
204 /* match any endpoint direction */
208 /* match the given endpoint direction */
210 ea_val = (setup->direction & (UE_DIR_IN | UE_DIR_OUT));
261 * address" and "any direction" returns the first endpoint of the
262 * interface. "iface_index" and "direction" is ignored: