Lines Matching +full:power +full:- +full:role

3  * SPDX-License-Identifier: Apache-2.0
8 * @brief USB-C Device APIs
10 * This file contains the USB-C Device APIs.
26 * @brief USB-C Device APIs
27 * @defgroup _usbc_device_api USB-C Device API
56 /** Request Type-C layer to transition to Disabled State */
58 /** Request Type-C layer to transition to Error Recovery State */
60 /** End of Type-C requests */
63 /** Request Policy Engine layer to perform a Data Role Swap */
81 * minimum power
90 /** Power Delivery Accept message was received */
92 /** Power Delivery Reject message was received */
94 /** Power Delivery discarded the message being transmitted */
96 /** Power Delivery Not Supported message was received */
98 /** Data Role has been set to Upstream Facing Port (UFP) */
100 /** Data Role has been set to Downstream Facing Port (DFP) */
106 /** Transition the Power Supply */
134 /** Check if Power Role Swap is allowed */
136 /** Check if Data Role Swap to DFP is allowed */
138 /** Check if Data Role Swap to UFP is allowed */
144 /** Check if Source Power Supply is at default level */
154 /** The port partner is unable to do a Power Role Swap at this time */
156 /** The port partner is unable to do a Data Role Swap at this time */
180 * @param dev USB-C Connector Instance
190 * @param dev USB-C Connector Instance
200 * @param dev USB-C Connector Instance
211 * @param dev USB-C Connector Instance
222 * @param dev USB-C Connector Instance
231 * @param dev USB-C Connector Instance
237 * @brief Callback type used to check if the sink power supply is at
240 * @param dev USB-C Connector Instance
241 * @return true if power supply is at default level
253 * @param dev USB-C Connector Instance
264 * @param dev USB-C Connector Instance
272 * @brief Callback type used to check if Source Power Supply is ready
274 * @param dev USB-C Connector Instance
275 * @return true if power supply is ready, else false
282 * @param dev USB-C Connector Instance
293 * @param dev USB-C Connector Instance
302 * @param dev USB-C Connector Instance
312 * @param dev USB-C Connector Instance
320 * @param dev USB-C Connector Instance
328 * @brief Start the USB-C Subsystem
337 * @brief Suspend the USB-C Subsystem
346 * @brief Make a request of the USB-C Subsystem
357 * @brief Bypass the next USB-C stack sleep and execute one more iteration of the state machines.
450 * @brief Set the callback used to check if the sink power supply is at
463 * @param dev USB-C Connector Instance
471 * @param dev USB-C Connector Instance
480 * @param dev USB-C Connector Instance
488 * @param dev USB-C Connector Instance
495 * @brief Set the callback used to check if Source Power Supply is ready
497 * @param dev USB-C Connector Instance
506 * @param dev USB-C Connector Instance
516 * @param dev USB-C Connector Instance
525 * @param dev USB-C Connector Instance