Lines Matching defs:state
85 * skipped when exiting to another 'ready' state.
94 * @not_ready_reason: set during state transitions and notified
101 unsigned long state;
147 * enum sci_port_states - port state machine states
148 * @SCI_PORT_STOPPED: port has successfully been stopped. In this state
149 * no new IO operations are permitted. This state is
150 * entered from the STOPPING state.
152 * state no new IO operations are permitted, but
154 * This state is entered from the READY state.
156 * perform IO operations on this port. This state is
157 * entered from the STARTING state.
163 * add/remove phy event. This state is only
168 * operations on this port. This state is entered
169 * from the READY state.
170 * @SCI_PORT_FAILED: port has failed a reset request. This state is
172 * state is entered from the RESETTING state.