Home
last modified time | relevance | path

Searched refs:enter_state (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dremote_node_context.c392 .enter_state = sci_remote_node_context_initial_state_enter,
395 .enter_state = sci_remote_node_context_posting_state_enter,
398 .enter_state = sci_remote_node_context_invalidating_state_enter,
401 .enter_state = sci_remote_node_context_resuming_state_enter,
404 .enter_state = sci_remote_node_context_ready_state_enter,
407 .enter_state = sci_remote_node_context_tx_suspended_state_enter,
410 .enter_state = sci_remote_node_context_tx_rx_suspended_state_enter,
H A Dphy.c1331 .enter_state = sci_phy_stopped_state_enter,
1334 .enter_state = sci_phy_starting_state_enter,
1337 .enter_state = sci_phy_starting_initial_substate_enter,
1343 .enter_state = sci_phy_starting_await_sas_power_substate_enter,
1347 .enter_state = sci_phy_starting_await_sata_power_substate_enter,
1351 .enter_state = sci_phy_starting_await_sata_phy_substate_enter,
1355 .enter_state = sci_phy_starting_await_sata_speed_substate_enter,
1359 .enter_state = sci_phy_starting_await_sig_fis_uf_substate_enter,
1363 .enter_state = sci_phy_starting_final_substate_enter,
1366 .enter_state = sci_phy_ready_state_enter,
[all …]
H A Dremote_device.c1197 .enter_state = sci_remote_device_initial_state_enter,
1200 .enter_state = sci_remote_device_stopped_state_enter,
1203 .enter_state = sci_remote_device_starting_state_enter,
1206 .enter_state = sci_remote_device_ready_state_enter,
1210 .enter_state = sci_stp_remote_device_ready_idle_substate_enter,
1213 .enter_state = sci_stp_remote_device_ready_cmd_substate_enter,
1217 .enter_state = sci_stp_remote_device_ready_ncq_error_substate_enter,
1222 .enter_state = sci_smp_remote_device_ready_idle_substate_enter,
1225 .enter_state = sci_smp_remote_device_ready_cmd_substate_enter,
1231 .enter_state = sci_remote_device_resetting_state_enter,
H A Dport.c1579 .enter_state = sci_port_stopped_state_enter,
1586 .enter_state = sci_port_ready_state_enter,
1589 .enter_state = sci_port_ready_substate_waiting_enter,
1593 .enter_state = sci_port_ready_substate_operational_enter,
1597 .enter_state = sci_port_ready_substate_configuring_enter
1603 .enter_state = sci_port_failed_state_enter,
H A Disci.h529 sci_state_transition_t enter_state; /* Called on state entry */ member
H A Dhost.c159 handler = sm->state_table[initial_state].enter_state; in sci_init_sm()
176 handler = sm->state_table[sm->current_state_id].enter_state; in sci_change_state()
1573 .enter_state = sci_controller_initial_state_enter,
1582 .enter_state = sci_controller_ready_state_enter,
1586 .enter_state = sci_controller_resetting_state_enter,
1589 .enter_state = sci_controller_stopping_state_enter,
H A Drequest.c3039 .enter_state = sci_request_started_state_enter,
3042 .enter_state = sci_stp_request_started_non_data_await_h2d_completion_enter,
3046 .enter_state = sci_stp_request_started_pio_await_h2d_completion_enter,
3062 .enter_state = sci_request_completed_state_enter,
3065 .enter_state = sci_request_aborting_state_enter,
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsuspend.c558 static int enter_state(suspend_state_t state) in enter_state() function
624 error = enter_state(state); in pm_suspend()
/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpm.c335 enum tcpm_state enter_state; member
882 if (port->enter_state == port->state) in tcpm_set_state_cond()
888 delay_ms, tcpm_states[port->enter_state], in tcpm_set_state_cond()
2216 port->enter_state = port->state; in run_state_machine()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c355 enum tcpm_state enter_state; member
1283 if (port->enter_state == port->state) in tcpm_set_state_cond()
1290 delay_ms, tcpm_states[port->enter_state], in tcpm_set_state_cond()
3902 port->enter_state = port->state; in run_state_machine()