Lines Matching full:remote
61 * common to all remote device object definitions.
77 * @brief This enumeration depicts all the states for the common remote device
83 * Simply the initial state for the base remote device state machine.
88 * This state indicates that the remote device has successfully been
96 * This state indicates the remote device is in the process of
104 * This state indicates the remote device is now ready. Thus, the user
105 * is able to perform IO operations on the remote device.
111 * This state indicates that the remote device is in the process of
120 * This state indicates that the remote device has failed.
143 * Simply the final state for the base remote device state machine.
154 * @brief The base remote device object abstracts the fields common to all
155 * SCI remote device objects.
160 * The field specifies that the parent object for the base remote
166 * This field contains the information for the base remote device state
201 * base remote device state machines. Handler methods provide the ability
209 * start a remote device.
215 * stop a remote device.
220 * The fail_handler specifies the method invoked when a remote device
228 * destruct a remote device.
234 * remote device.
240 * that a reset has completed to the remote device.
246 * attempts to start an IO request for a remote device.
252 * attempts to complete an IO request for a remote device.
258 * attempts to continue an IO request for a remote device.
264 * attempts to start a task management request for a remote device.
270 * attempts to complete a task management request for a remote device.
277 * @brief Construct the base remote device
279 * @param[in] this_remote_device This parameter specifies the base remote
282 * this base remote device object.
284 * definitions to be utilized for the remote device state machine.