Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 25 of 69) sorted by relevance

123

/linux/net/llc/
H A Dllc_c_st.c47 .next_state = LLC_CONN_STATE_D_CONN,
64 .next_state = LLC_CONN_STATE_RESET,
84 .next_state = LLC_CONN_STATE_NORMAL,
100 .next_state = LLC_CONN_STATE_ADM,
119 .next_state = LLC_CONN_STATE_RESET,
134 .next_state = LLC_CONN_STATE_ADM,
150 .next_state = LLC_CONN_STATE_ERROR,
166 .next_state = LLC_CONN_STATE_ERROR,
182 .next_state = LLC_CONN_STATE_ERROR,
198 .next_state = LLC_CONN_STATE_ERROR,
[all …]
H A Dllc_s_st.c39 .next_state = LLC_SAP_STATE_ACTIVE,
57 .next_state = LLC_SAP_STATE_ACTIVE,
69 .next_state = LLC_SAP_STATE_ACTIVE,
81 .next_state = LLC_SAP_STATE_ACTIVE,
93 .next_state = LLC_SAP_STATE_ACTIVE,
105 .next_state = LLC_SAP_STATE_ACTIVE,
117 .next_state = LLC_SAP_STATE_ACTIVE,
129 .next_state = LLC_SAP_STATE_ACTIVE,
141 .next_state = LLC_SAP_STATE_ACTIVE,
155 .next_state = LLC_SAP_STATE_INACTIVE,
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_ism.c47 enum amdgpu_dm_ism_state *next_state) in dm_ism_next_state() argument
52 *next_state = DM_ISM_STATE_HYSTERESIS_WAITING; in dm_ism_next_state()
56 *next_state = DM_ISM_STATE_FULL_POWER_BUSY; in dm_ism_next_state()
61 *next_state = DM_ISM_STATE_HYSTERESIS_BUSY; in dm_ism_next_state()
65 *next_state = DM_ISM_STATE_FULL_POWER_RUNNING; in dm_ism_next_state()
70 *next_state = DM_ISM_STATE_TIMER_ABORTED; in dm_ism_next_state()
74 *next_state = DM_ISM_STATE_HYSTERESIS_BUSY; in dm_ism_next_state()
78 *next_state = DM_ISM_STATE_OPTIMIZED_IDLE; in dm_ism_next_state()
82 *next_state = DM_ISM_STATE_OPTIMIZED_IDLE; in dm_ism_next_state()
87 *next_state = DM_ISM_STATE_FULL_POWER_BUSY; in dm_ism_next_state()
[all …]
/linux/arch/arm/mach-omap2/
H A Dpm34xx.c57 u32 next_state; member
319 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state)) in omap3_pm_suspend()
333 if (state > pwrst->next_state) { in omap3_pm_suspend()
335 pwrst->pwrdm->name, pwrst->next_state); in omap3_pm_suspend()
372 pwrst->next_state = PWRDM_POWER_RET; in omap3_pm_off_mode_enable()
376 pwrst->next_state = state; in omap3_pm_off_mode_enable()
378 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap3_pm_off_mode_enable()
388 return pwrst->next_state; in omap3_pm_get_suspend_state()
399 pwrst->next_state = state; in omap3_pm_set_suspend_state()
419 pwrst->next_state = PWRDM_POWER_OFF; in pwrdms_setup()
[all …]
H A Dpm44xx.c28 u32 next_state; member
66 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap4_pm_suspend()
84 if (state > pwrst->next_state) { in omap4_pm_suspend()
86 pwrst->pwrdm->name, pwrst->next_state); in omap4_pm_suspend()
140 pwrst->next_state = pwrdm_get_valid_lp_state(pwrdm, false, in pwrdms_setup()
147 return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in pwrdms_setup()
/linux/drivers/usb/gadget/function/
H A Df_midi.c452 uint8_t next_state = STATE_INITIAL; in f_midi_transmit_byte() local
459 next_state = port->state; in f_midi_transmit_byte()
469 next_state = STATE_FINISHED; in f_midi_transmit_byte()
475 next_state = STATE_FINISHED; in f_midi_transmit_byte()
482 next_state = STATE_FINISHED; in f_midi_transmit_byte()
486 next_state = port->state; in f_midi_transmit_byte()
499 next_state = STATE_SYSEX_1; in f_midi_transmit_byte()
504 next_state = STATE_1PARAM; in f_midi_transmit_byte()
508 next_state = STATE_2PARAM_1; in f_midi_transmit_byte()
512 next_state = STATE_INITIAL; in f_midi_transmit_byte()
[all …]
/linux/kernel/sched/
H A Didle.c144 int next_state) in call_cpuidle() argument
161 return cpuidle_enter(drv, dev, next_state); in call_cpuidle()
185 int next_state, entered_state; in cpuidle_idle_call() local
230 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns); in cpuidle_idle_call()
231 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
243 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call()
247 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
/linux/drivers/cpuidle/
H A Dcpuidle.h19 struct cpuidle_driver *drv, int next_state);
44 struct cpuidle_driver *drv, int next_state);
60 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
H A Dcoupled.c367 struct cpuidle_coupled *coupled, int next_state) in cpuidle_coupled_set_waiting() argument
369 coupled->requested_state[cpu] = next_state; in cpuidle_coupled_set_waiting()
466 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
492 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled()
588 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled()
590 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
/linux/tools/verification/rvgen/rvgen/
H A Ddot2c.py177 next_state = self.function[x][y]
178 if next_state != self.invalid_state_str:
179 next_state = self.function[x][y] + self.enum_suffix
182 line += f"\t\t\t{next_state}"
184 line += f"{next_state:>{maxlen}}"
/linux/kernel/trace/rv/monitors/wip/
H A Dwip_trace.h9 TP_PROTO(char *state, char *event, char *next_state, bool final_state),
10 TP_ARGS(state, event, next_state, final_state));
/linux/kernel/trace/rv/monitors/snep/
H A Dsnep_trace.h9 TP_PROTO(char *state, char *event, char *next_state, bool final_state),
10 TP_ARGS(state, event, next_state, final_state));
/linux/kernel/trace/rv/monitors/scpd/
H A Dscpd_trace.h9 TP_PROTO(char *state, char *event, char *next_state, bool final_state),
10 TP_ARGS(state, event, next_state, final_state));
/linux/kernel/trace/rv/monitors/sco/
H A Dsco_trace.h9 TP_PROTO(char *state, char *event, char *next_state, bool final_state),
10 TP_ARGS(state, event, next_state, final_state));
/linux/kernel/trace/rv/monitors/sts/
H A Dsts_trace.h9 TP_PROTO(char *state, char *event, char *next_state, bool final_state),
10 TP_ARGS(state, event, next_state, final_state));
/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c57 enum vfio_device_mig_state next_state; in pds_vfio_set_device_state() local
60 new_state, &next_state); in pds_vfio_set_device_state()
66 res = pds_vfio_step_device_state_locked(pds_vfio, next_state); in pds_vfio_set_device_state()
70 pds_vfio->state = next_state; in pds_vfio_set_device_state()
/linux/kernel/trace/rv/monitors/wwnr/
H A Dwwnr_trace.h10 TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
11 TP_ARGS(id, state, event, next_state, final_state));
/linux/kernel/trace/rv/monitors/snroc/
H A Dsnroc_trace.h9 TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
10 TP_ARGS(id, state, event, next_state, final_state));
/linux/kernel/trace/rv/monitors/sssw/
H A Dsssw_trace.h9 TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
10 TP_ARGS(id, state, event, next_state, final_state));
/linux/kernel/trace/rv/monitors/nrp/
H A Dnrp_trace.h9 TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
10 TP_ARGS(id, state, event, next_state, final_state));
/linux/drivers/clk/keystone/
H A Dgate.c72 u32 next_state, u32 domain_id) in psc_config() argument
79 mdctl |= next_state; in psc_config()
81 if (next_state == PSC_STATE_DISABLE) in psc_config()
101 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
/linux/drivers/md/dm-vdo/
H A Dadmin-state.c210 vdo_set_admin_state_code(state, state->next_state); in vdo_finish_operation()
233 const struct admin_state_code *next_state = get_next_state(state, operation); in begin_operation() local
235 if (next_state == NULL) { in begin_operation()
246 state->next_state = next_state; in begin_operation()
/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c379 int event, next_state; in set_sctp_state() local
430 next_state = sctp_states[direction][event][cp->state]; in set_sctp_state()
432 if (next_state != cp->state) { in set_sctp_state()
445 sctp_state_name(next_state), in set_sctp_state()
449 (next_state != IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state()
454 (next_state == IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state()
460 if (next_state == IP_VS_SCTP_S_ESTABLISHED) in set_sctp_state()
464 cp->timeout = pd->timeout_table[cp->state = next_state]; in set_sctp_state()
466 cp->timeout = sctp_timeouts[cp->state = next_state]; in set_sctp_state()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4683 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_state_change()
4744 o->state, cur_pending, o->next_state); in bnx2x_queue_comp_cmd()
4757 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state); in bnx2x_queue_comp_cmd()
4763 o->state = o->next_state; in bnx2x_queue_comp_cmd()
4765 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_comp_cmd()
5498 enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() local
5509 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition()
5524 next_state = BNX2X_Q_STATE_INITIALIZED; in bnx2x_queue_chk_transition()
5531 next_state = BNX2X_Q_STATE_ACTIVE; in bnx2x_queue_chk_transition()
5533 next_state = BNX2X_Q_STATE_INACTIVE; in bnx2x_queue_chk_transition()
[all …]
/linux/drivers/scsi/isci/
H A Dremote_node_context.c425 u32 next_state; in sci_remote_node_context_event_handler() local
441 next_state = SCI_RNC_INITIAL; in sci_remote_node_context_event_handler()
443 next_state = SCI_RNC_POSTING; in sci_remote_node_context_event_handler()
444 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
497 next_state = SCI_RNC_TX_SUSPENDED; in sci_remote_node_context_event_handler()
500 next_state = SCI_RNC_TX_RX_SUSPENDED; in sci_remote_node_context_event_handler()
506 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()

123