Lines Matching defs:endpoint
207 /* round robin endpoint clear stall */
241 ep = ep_first; /* endpoint wrapped around */
286 * clear endpoint halt feature. Silently ignore such
310 /* store current endpoint */
678 * Make sure that the control endpoint is no longer
1929 * contains the maximum packet size to use on control endpoint
2045 /* only reset a particular device and endpoint */
2198 uint8_t port, uint8_t addr, uint8_t type, uint8_t endpoint)
2209 wValue = (endpoint & 0xF) | ((addr & 0x7F) << 4) |
2210 ((endpoint & 0x80) << 8) | ((type & 3) << 12);