Lines Matching full:hard

39 	/** Flag to note PE triggered a hard reset */
41 /** Flag to note hard reset has completed */
43 /** Flag to note port partner sent a hard reset */
87 * @brief Protocol Layer Hard Reset States
149 * @brief Directs the Protocol Layer to perform a hard reset. This function
167 * @brief Instructs the Protocol Layer that a hard reset is complete.
316 /* Run Protocol Layer Hard Reset state machine */ in prl_run()
320 * During Hard Reset no USB Power Delivery Protocol Messages in prl_run()
321 * are sent or received; only Hard Reset Signaling is present in prl_run()
324 * the Hard Reset. in prl_run()
407 * @brief Set the Protocol Layer Hard Reset state
419 * @brief Get the Protocol Layer Hard Reset state
477 /* The header is unused for hard reset, etc. */ in prl_tx_construct_message()
502 * @brief Transmit a Hard Reset Message
510 /* Header is not used for hard reset */ in prl_hr_send_msg_to_phy()
956 * All necessary Protocol Hard Reset States (Section 6.12.2.4)
964 * Hard Reset is requested by either the Policy Engine or the
973 /* Reset all Protocol Layer Hard Reset flags */ in prl_hr_wait_for_request_entry()
986 * The PRL_FLAGS_PE_HARD_RESET flag is set when a Hard Reset request is in prl_hr_wait_for_request_run()
989 * The PRL_FLAGS_PORT_PARTNER_HARD_RESET flag is set when Hard Reset in prl_hr_wait_for_request_run()
994 /* Start Hard Reset */ in prl_hr_wait_for_request_run()
1019 /* Hard reset resets messageIDCounters for all TX types */ in prl_hr_reset_layer_entry()
1033 * Specification Revision level until a Detach, Hard Reset or Error in prl_hr_reset_layer_entry()
1036 * This covers the Hard Reset case. in prl_hr_reset_layer_entry()
1056 * Hard Reset was initiated by Policy Engine in prl_hr_reset_layer_entry()
1060 * Request PHY to perform a Hard Reset. Note in prl_hr_reset_layer_entry()
1068 * Hard Reset was initiated by Port Partner in prl_hr_reset_layer_entry()
1071 /* Inform Policy Engine of the Hard Reset */ in prl_hr_reset_layer_entry()
1088 * indicate that the Hard Reset completed. in prl_hr_wait_for_phy_hard_reset_complete_entry()
1104 * Wait for hard reset from PHY or timeout in prl_hr_wait_for_phy_hard_reset_complete_run()
1109 /* Inform Policy Engine Hard Reset was sent */ in prl_hr_wait_for_phy_hard_reset_complete_run()
1142 /* Wait for Hard Reset complete indication from Policy Engine */ in prl_hr_wait_for_pe_hard_reset_complete_run()
1326 * @brief Protocol Layer Hard Reset State table