Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
H A Dremote_node_context.c385 .enter_state = sci_remote_node_context_initial_state_enter,
388 .enter_state = sci_remote_node_context_posting_state_enter,
391 .enter_state = sci_remote_node_context_invalidating_state_enter,
394 .enter_state = sci_remote_node_context_resuming_state_enter,
397 .enter_state = sci_remote_node_context_ready_state_enter,
400 .enter_state = sci_remote_node_context_tx_suspended_state_enter,
403 .enter_state = sci_remote_node_context_tx_rx_suspended_state_enter,
H A Dphy.c1327 .enter_state = sci_phy_stopped_state_enter,
1330 .enter_state = sci_phy_starting_state_enter,
1333 .enter_state = sci_phy_starting_initial_substate_enter,
1339 .enter_state = sci_phy_starting_await_sas_power_substate_enter,
1343 .enter_state = sci_phy_starting_await_sata_power_substate_enter,
1347 .enter_state = sci_phy_starting_await_sata_phy_substate_enter,
1351 .enter_state = sci_phy_starting_await_sata_speed_substate_enter,
1355 .enter_state = sci_phy_starting_await_sig_fis_uf_substate_enter,
1359 .enter_state = sci_phy_starting_final_substate_enter,
1362 .enter_state = sci_phy_ready_state_enter,
[all …]
H A Dport.c1581 .enter_state = sci_port_stopped_state_enter,
1588 .enter_state = sci_port_ready_state_enter,
1591 .enter_state = sci_port_ready_substate_waiting_enter,
1595 .enter_state = sci_port_ready_substate_operational_enter,
1599 .enter_state = sci_port_ready_substate_configuring_enter
1605 .enter_state = sci_port_failed_state_enter,
H A Disci.h522 sci_state_transition_t enter_state; /* Called on state entry */ member
H A Dhost.c157 handler = sm->state_table[initial_state].enter_state; in sci_init_sm()
174 handler = sm->state_table[sm->current_state_id].enter_state; in sci_change_state()
1571 .enter_state = sci_controller_initial_state_enter,
1580 .enter_state = sci_controller_ready_state_enter,
1584 .enter_state = sci_controller_resetting_state_enter,
1587 .enter_state = sci_controller_stopping_state_enter,
/linux/kernel/power/
H A Dsuspend.c576 static int enter_state(suspend_state_t state) in enter_state() function
644 error = enter_state(state); in pm_suspend()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c406 enum tcpm_state enter_state; member
1443 if (port->enter_state == port->state) in tcpm_set_state_cond()
1450 delay_ms, tcpm_states[port->enter_state], in tcpm_set_state_cond()
4783 port->potential_contaminant = ((port->enter_state == SRC_ATTACH_WAIT && in run_state_machine()
4785 (port->enter_state == SNK_ATTACH_WAIT && in run_state_machine()
4787 (port->enter_state == SNK_DEBOUNCED && in run_state_machine()
4790 port->enter_state = port->state; in run_state_machine()