Lines Matching refs:sci_remote_node_context
88 struct sci_remote_node_context;
160 struct sci_remote_node_context { struct
200 void sci_remote_node_context_construct(struct sci_remote_node_context *rnc, argument
205 struct sci_remote_node_context *sci_rnc);
207 bool sci_remote_node_context_is_suspended(struct sci_remote_node_context *sci_rnc);
209 enum sci_status sci_remote_node_context_event_handler(struct sci_remote_node_context *sci_rnc,
211 enum sci_status sci_remote_node_context_destruct(struct sci_remote_node_context *sci_rnc,
214 enum sci_status sci_remote_node_context_suspend(struct sci_remote_node_context *sci_rnc,
217 enum sci_status sci_remote_node_context_resume(struct sci_remote_node_context *sci_rnc,
220 enum sci_status sci_remote_node_context_start_task(struct sci_remote_node_context *sci_rnc,
224 enum sci_status sci_remote_node_context_start_io(struct sci_remote_node_context *sci_rnc,
227 struct sci_remote_node_context *sci_rnc);
230 struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_is_being_destroyed()