/linux/net/llc/ |
A D | llc_c_st.c | 47 .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, 397 .next_state = LLC_CONN_STATE_ADM, 411 .next_state = LLC_CONN_STATE_ADM, [all …]
|
A D | llc_s_st.c | 39 .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/arch/arm/mach-omap2/ |
A D | pm34xx.c | 56 u32 next_state; member 311 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state)) in omap3_pm_suspend() 325 if (state > pwrst->next_state) { in omap3_pm_suspend() 327 pwrst->pwrdm->name, pwrst->next_state); in omap3_pm_suspend() 364 pwrst->next_state = PWRDM_POWER_RET; in omap3_pm_off_mode_enable() 368 pwrst->next_state = state; in omap3_pm_off_mode_enable() 370 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap3_pm_off_mode_enable() 380 return pwrst->next_state; in omap3_pm_get_suspend_state() 391 pwrst->next_state = state; in omap3_pm_set_suspend_state() 411 pwrst->next_state = PWRDM_POWER_OFF; in pwrdms_setup() [all …]
|
A D | pm44xx.c | 28 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/ |
A D | f_midi.c | 458 next_state = port->state; in f_midi_transmit_byte() 485 next_state = port->state; in f_midi_transmit_byte() 498 next_state = STATE_SYSEX_1; in f_midi_transmit_byte() 503 next_state = STATE_1PARAM; in f_midi_transmit_byte() 511 next_state = STATE_INITIAL; in f_midi_transmit_byte() 530 next_state = STATE_1PARAM; in f_midi_transmit_byte() 547 next_state = STATE_1PARAM; in f_midi_transmit_byte() 567 next_state = STATE_SYSEX_1; in f_midi_transmit_byte() 571 next_state = STATE_SYSEX_2; in f_midi_transmit_byte() 578 next_state = STATE_SYSEX_0; in f_midi_transmit_byte() [all …]
|
/linux/kernel/sched/ |
A D | idle.c | 141 int next_state) in call_cpuidle() argument 158 return cpuidle_enter(drv, dev, next_state); in call_cpuidle() 174 int next_state, entered_state; in cpuidle_idle_call() local 224 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns); in cpuidle_idle_call() 225 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 232 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call() 239 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
|
/linux/drivers/cpuidle/ |
A D | cpuidle.h | 19 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
|
A D | coupled.c | 367 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() 471 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument 497 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled() 593 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled() 595 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_sp.c | 4763 o->state = o->next_state; in bnx2x_queue_comp_cmd() 4765 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_comp_cmd() 5509 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() 5639 next_state = BNX2X_Q_STATE_RESET; in bnx2x_queue_chk_transition() 5649 state, cmd, next_state); in bnx2x_queue_chk_transition() 5650 o->next_state = next_state; in bnx2x_queue_chk_transition() 5755 cur_pending, o->next_state); in bnx2x_func_state_change_comp() 5763 o->state = o->next_state; in bnx2x_func_state_change_comp() 5764 o->next_state = BNX2X_F_STATE_MAX; in bnx2x_func_state_change_comp() 5897 state, cmd, next_state); in bnx2x_func_chk_transition() [all …]
|
/linux/net/netfilter/ipvs/ |
A D | ip_vs_proto_sctp.c | 383 int event, next_state; in set_sctp_state() local 434 next_state = sctp_states[direction][event][cp->state]; in set_sctp_state() 436 if (next_state != cp->state) { in set_sctp_state() 449 sctp_state_name(next_state), in set_sctp_state() 453 (next_state != IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state() 458 (next_state == IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state() 464 if (next_state == IP_VS_SCTP_S_ESTABLISHED) in set_sctp_state() 468 cp->timeout = pd->timeout_table[cp->state = next_state]; in set_sctp_state() 470 cp->timeout = sctp_timeouts[cp->state = next_state]; in set_sctp_state()
|
/linux/drivers/clk/keystone/ |
A D | gate.c | 72 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/scsi/isci/ |
A D | remote_node_context.c | 425 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()
|
/linux/init/ |
A D | initramfs.c | 205 } state, next_state; variable 231 next_state = next; in read_into() 254 state = next_state; in do_collect() 279 next_state = GotSymlink; in do_header() 295 state = next_state; in do_skip() 340 next_state = Reset; in do_name() 412 next_state = Reset; in do_symlink()
|
/linux/drivers/infiniband/hw/qib/ |
A D | qib_sdma.c | 195 enum qib_sdma_states next_state) in sdma_set_state() argument 205 ss->current_state = next_state; in sdma_set_state() 207 if (action[next_state].op_enable) in sdma_set_state() 210 if (action[next_state].op_intenable) in sdma_set_state() 213 if (action[next_state].op_halt) in sdma_set_state() 216 if (action[next_state].op_drain) in sdma_set_state() 219 if (action[next_state].go_s99_running_tofalse) in sdma_set_state() 222 if (action[next_state].go_s99_running_totrue) in sdma_set_state()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | transobj.c | 352 int curr_state, int next_state, in mlx5_hairpin_modify_rq() argument 360 if (next_state == MLX5_RQC_STATE_RDY) { in mlx5_hairpin_modify_rq() 366 MLX5_SET(rqc, rqc, state, next_state); in mlx5_hairpin_modify_rq() 372 int curr_state, int next_state, in mlx5_hairpin_modify_sq() argument 380 if (next_state == MLX5_SQC_STATE_RDY) { in mlx5_hairpin_modify_sq() 386 MLX5_SET(sqc, sqc, state, next_state); in mlx5_hairpin_modify_sq()
|
/linux/kernel/trace/ |
A D | trace_entries.h | 121 __field( unsigned char, next_state ) 133 __entry->next_pid, __entry->next_prio, __entry->next_state, 151 __entry->next_pid, __entry->next_prio, __entry->next_state,
|
/linux/drivers/mfd/ |
A D | si476x-i2c.c | 266 enum si476x_power_state next_state) in si476x_core_set_power_state() argument 281 if (next_state != core->power_state) { in si476x_core_set_power_state() 282 switch (next_state) { in si476x_core_set_power_state() 301 core->power_state = next_state; in si476x_core_set_power_state() 305 core->power_state = next_state; in si476x_core_set_power_state()
|
/linux/include/net/ |
A D | llc_s_st.h | 21 u8 next_state; member
|
A D | llc_c_st.h | 37 u8 next_state; member
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | npc.h | 245 u8 next_state; member 287 u64 next_state : 8; member 307 u64 next_state : 8;
|
/linux/drivers/bus/mhi/core/ |
A D | pm.c | 557 enum dev_st_transition next_state; in mhi_pm_sys_error_transition() local 682 next_state = DEV_ST_TRANSITION_PBL; in mhi_pm_sys_error_transition() 684 next_state = DEV_ST_TRANSITION_READY; in mhi_pm_sys_error_transition() 687 mhi_queue_state_transition(mhi_cntrl, next_state); in mhi_pm_sys_error_transition() 1054 enum dev_st_transition next_state; in mhi_async_power_up() local 1123 next_state = MHI_IN_PBL(current_ee) ? in mhi_async_power_up() 1126 mhi_queue_state_transition(mhi_cntrl, next_state); in mhi_async_power_up()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | tt.h | 61 enum iwl_tt_state next_state; member
|
/linux/drivers/clk/davinci/ |
A D | psc.c | 110 enum davinci_lpsc_state next_state) in davinci_lpsc_config() argument 115 next_state); in davinci_lpsc_config() 141 (mdstat & MDSTAT_STATE_MASK) == next_state, in davinci_lpsc_config()
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
A D | pvrdma_qp.c | 533 enum ib_qp_state cur_state, next_state; in pvrdma_modify_qp() local 543 next_state = (attr_mask & IB_QP_STATE) ? attr->qp_state : cur_state; in pvrdma_modify_qp() 545 if (!ib_modify_qp_is_ok(cur_state, next_state, ibqp->qp_type, in pvrdma_modify_qp() 576 if (cur_state == next_state && cur_state == IB_QPS_RESET) { in pvrdma_modify_qp() 581 qp->state = next_state; in pvrdma_modify_qp() 625 if (ret == 0 && next_state == IB_QPS_RESET) in pvrdma_modify_qp()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | health.c | 166 msp.next_state = MLX5_SQC_STATE_RST; in mlx5e_health_sq_to_ready() 176 msp.next_state = MLX5_SQC_STATE_RDY; in mlx5e_health_sq_to_ready()
|