Lines Matching refs:sci_remote_node_context

85 	struct sci_remote_node_context *sci_rnc)  in sci_remote_node_context_is_ready()
96 bool sci_remote_node_context_is_suspended(struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_is_suspended()
114 static void sci_remote_node_context_construct_buffer(struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_construct_buffer()
172 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_setup_to_resume()
187 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_setup_to_destroy()
205 struct sci_remote_node_context *rnc) in sci_remote_node_context_notify_user()
215 static void sci_remote_node_context_continue_state_transitions(struct sci_remote_node_context *rnc) in sci_remote_node_context_continue_state_transitions()
232 static void sci_remote_node_context_validate_context_buffer(struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_validate_context_buffer()
254 static void sci_remote_node_context_invalidate_context_buffer(struct sci_remote_node_context *sci_r… in sci_remote_node_context_invalidate_context_buffer()
270 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_initial_state_enter()
288 struct sci_remote_node_context *sci_rnc = container_of(sm, typeof(*sci_rnc), sm); in sci_remote_node_context_posting_state_enter()
295 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_invalidating_state_enter()
304 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_resuming_state_enter()
325 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_ready_state_enter()
347 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_tx_suspended_state_enter()
354 struct sci_remote_node_context *rnc = container_of(sm, typeof(*rnc), sm); in sci_remote_node_context_tx_rx_suspended_state_enter()
375 struct sci_remote_node_context *rnc in sci_remote_node_context_await_suspend_state_exit()
410 void sci_remote_node_context_construct(struct sci_remote_node_context *rnc, in sci_remote_node_context_construct()
413 memset(rnc, 0, sizeof(struct sci_remote_node_context)); in sci_remote_node_context_construct()
421 enum sci_status sci_remote_node_context_event_handler(struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_event_handler()
524 enum sci_status sci_remote_node_context_destruct(struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_destruct()
564 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_suspend()
655 enum sci_status sci_remote_node_context_resume(struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_resume()
744 enum sci_status sci_remote_node_context_start_io(struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_start_io()
770 struct sci_remote_node_context *sci_rnc, in sci_remote_node_context_start_task()
784 struct sci_remote_node_context *sci_rnc) in sci_remote_node_context_is_safe_to_abort()