Symbol: enter_state
drivers/scsi/isci/host.c
157
handler = sm->state_table[initial_state].enter_state;
drivers/scsi/isci/host.c
1571
.enter_state = sci_controller_initial_state_enter,
drivers/scsi/isci/host.c
1580
.enter_state = sci_controller_ready_state_enter,
drivers/scsi/isci/host.c
1584
.enter_state = sci_controller_resetting_state_enter,
drivers/scsi/isci/host.c
1587
.enter_state = sci_controller_stopping_state_enter,
drivers/scsi/isci/host.c
174
handler = sm->state_table[sm->current_state_id].enter_state;
drivers/scsi/isci/isci.h
522
sci_state_transition_t enter_state; /* Called on state entry */
drivers/scsi/isci/phy.c
1327
.enter_state = sci_phy_stopped_state_enter,
drivers/scsi/isci/phy.c
1330
.enter_state = sci_phy_starting_state_enter,
drivers/scsi/isci/phy.c
1333
.enter_state = sci_phy_starting_initial_substate_enter,
drivers/scsi/isci/phy.c
1339
.enter_state = sci_phy_starting_await_sas_power_substate_enter,
drivers/scsi/isci/phy.c
1343
.enter_state = sci_phy_starting_await_sata_power_substate_enter,
drivers/scsi/isci/phy.c
1347
.enter_state = sci_phy_starting_await_sata_phy_substate_enter,
drivers/scsi/isci/phy.c
1351
.enter_state = sci_phy_starting_await_sata_speed_substate_enter,
drivers/scsi/isci/phy.c
1355
.enter_state = sci_phy_starting_await_sig_fis_uf_substate_enter,
drivers/scsi/isci/phy.c
1359
.enter_state = sci_phy_starting_final_substate_enter,
drivers/scsi/isci/phy.c
1362
.enter_state = sci_phy_ready_state_enter,
drivers/scsi/isci/phy.c
1366
.enter_state = sci_phy_resetting_state_enter,
drivers/scsi/isci/port.c
1581
.enter_state = sci_port_stopped_state_enter,
drivers/scsi/isci/port.c
1588
.enter_state = sci_port_ready_state_enter,
drivers/scsi/isci/port.c
1591
.enter_state = sci_port_ready_substate_waiting_enter,
drivers/scsi/isci/port.c
1595
.enter_state = sci_port_ready_substate_operational_enter,
drivers/scsi/isci/port.c
1599
.enter_state = sci_port_ready_substate_configuring_enter
drivers/scsi/isci/port.c
1605
.enter_state = sci_port_failed_state_enter,
drivers/scsi/isci/remote_device.c
1153
.enter_state = sci_remote_device_initial_state_enter,
drivers/scsi/isci/remote_device.c
1156
.enter_state = sci_remote_device_stopped_state_enter,
drivers/scsi/isci/remote_device.c
1159
.enter_state = sci_remote_device_starting_state_enter,
drivers/scsi/isci/remote_device.c
1162
.enter_state = sci_remote_device_ready_state_enter,
drivers/scsi/isci/remote_device.c
1166
.enter_state = sci_stp_remote_device_ready_idle_substate_enter,
drivers/scsi/isci/remote_device.c
1169
.enter_state = sci_stp_remote_device_ready_cmd_substate_enter,
drivers/scsi/isci/remote_device.c
1173
.enter_state = sci_stp_remote_device_ready_ncq_error_substate_enter,
drivers/scsi/isci/remote_device.c
1178
.enter_state = sci_smp_remote_device_ready_idle_substate_enter,
drivers/scsi/isci/remote_device.c
1181
.enter_state = sci_smp_remote_device_ready_cmd_substate_enter,
drivers/scsi/isci/remote_device.c
1187
.enter_state = sci_remote_device_resetting_state_enter,
drivers/scsi/isci/remote_node_context.c
385
.enter_state = sci_remote_node_context_initial_state_enter,
drivers/scsi/isci/remote_node_context.c
388
.enter_state = sci_remote_node_context_posting_state_enter,
drivers/scsi/isci/remote_node_context.c
391
.enter_state = sci_remote_node_context_invalidating_state_enter,
drivers/scsi/isci/remote_node_context.c
394
.enter_state = sci_remote_node_context_resuming_state_enter,
drivers/scsi/isci/remote_node_context.c
397
.enter_state = sci_remote_node_context_ready_state_enter,
drivers/scsi/isci/remote_node_context.c
400
.enter_state = sci_remote_node_context_tx_suspended_state_enter,
drivers/scsi/isci/remote_node_context.c
403
.enter_state = sci_remote_node_context_tx_rx_suspended_state_enter,
drivers/scsi/isci/request.c
3028
.enter_state = sci_request_started_state_enter,
drivers/scsi/isci/request.c
3031
.enter_state = sci_stp_request_started_non_data_await_h2d_completion_enter,
drivers/scsi/isci/request.c
3035
.enter_state = sci_stp_request_started_pio_await_h2d_completion_enter,
drivers/scsi/isci/request.c
3051
.enter_state = sci_request_completed_state_enter,
drivers/scsi/isci/request.c
3054
.enter_state = sci_request_aborting_state_enter,
drivers/usb/typec/tcpm/tcpm.c
1443
if (port->enter_state == port->state)
drivers/usb/typec/tcpm/tcpm.c
1450
delay_ms, tcpm_states[port->enter_state],
drivers/usb/typec/tcpm/tcpm.c
406
enum tcpm_state enter_state;
drivers/usb/typec/tcpm/tcpm.c
4783
port->potential_contaminant = ((port->enter_state == SRC_ATTACH_WAIT &&
drivers/usb/typec/tcpm/tcpm.c
4785
(port->enter_state == SNK_ATTACH_WAIT &&
drivers/usb/typec/tcpm/tcpm.c
4787
(port->enter_state == SNK_DEBOUNCED &&
drivers/usb/typec/tcpm/tcpm.c
4790
port->enter_state = port->state;
kernel/power/suspend.c
644
error = enter_state(state);