Lines Matching full:endpoints

359  * interrupt endpoints.  We will take the liberty of creating an interrupt URB
484 * @period: polling rate for interrupt endpoints, in frames or
485 * (for high speed endpoints) microframes; ignored for bulk
637 * Bulk transfers are valid for full or high speed endpoints.
646 * speed interrupt endpoints, which allow at most one packet per millisecond,
1182 * This is used to clear halt conditions for bulk and interrupt endpoints,
1183 * as reported by URB completion status. Endpoints that are halted are
1184 * sometimes referred to as being "stalled". Such endpoints are unable
1190 * Note that control and isochronous endpoints don't halt, although control
1191 * endpoints report "protocol stall" (for unsupported requests) using the
1209 * this request for iso endpoints, which can't halt! in usb_clear_halt()
1325 * usb_disable_interface -- Disable all endpoints for an interface
1331 * Disables all the endpoints for the interface's current altsetting.
1347 * usb_disable_device_endpoints -- Disable all endpoints for a device
1348 * @dev: the device whose endpoints are being disabled
1362 /* Remove endpoints from the host controller internal state */ in usb_disable_device_endpoints()
1375 * usb_disable_device - Disable all the endpoints for a USB device
1376 * @dev: the device whose endpoints are being disabled
1379 * Disables all the device's endpoints, potentially including endpoint 0.
1380 * Deallocates hcd/hardware state for the endpoints (nuking all or most
1443 * For control endpoints, both the input and output sides are handled.
1462 * usb_enable_interface - Enable all the endpoints for an interface
1465 * @reset_eps: flag to reset the endpoints' state
1467 * Enables all the endpoints for the interface's current altsetting.
1495 * Also, isochronous endpoints may never be part of an
1511 * endpoints in that interface; all such urbs must first be completed
1547 * Make sure the interface endpoints are flushed before that in usb_set_interface()
1637 /* 9.1.1.5: reset toggles for all endpoints in the new altsetting in usb_set_interface()
1641 * endpoints from the descriptor does not contain EP0. Due to its in usb_set_interface()
1665 * endpoints). Other usbcore state is unchanged, including bindings of
1680 * with endpoints disabled, and interfaces only partially enabled.
1710 /* xHCI adds all endpoints in usb_hcd_alloc_bandwidth */ in usb_reset_configuration()
2022 * configuration. Remove endpoints from the schedule if we're dropping in usb_set_configuration()
2024 * host controller will not allow submissions to dropped endpoints. If in usb_set_configuration()