/Linux-v4.19/net/llc/ |
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, 182 .next_state = LLC_CONN_STATE_ERROR, 198 .next_state = LLC_CONN_STATE_ERROR, [all …]
|
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-v4.19/arch/arm/mach-omap2/ |
D | pm34xx.c | 61 u32 next_state; member 325 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state)) in omap3_pm_suspend() 339 if (state > pwrst->next_state) { in omap3_pm_suspend() 341 pwrst->pwrdm->name, pwrst->next_state); in omap3_pm_suspend() 378 pwrst->next_state = PWRDM_POWER_RET; in omap3_pm_off_mode_enable() 382 pwrst->next_state = state; in omap3_pm_off_mode_enable() 384 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap3_pm_off_mode_enable() 394 return pwrst->next_state; in omap3_pm_get_suspend_state() 405 pwrst->next_state = state; in omap3_pm_set_suspend_state() 423 pwrst->next_state = PWRDM_POWER_RET; in pwrdms_setup() [all …]
|
D | pm44xx.c | 31 u32 next_state; member 69 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap4_pm_suspend() 87 if (state > pwrst->next_state) { in omap4_pm_suspend() 89 pwrst->pwrdm->name, pwrst->next_state); in omap4_pm_suspend() 152 pwrst->next_state = pwrdm_get_valid_lp_state(pwrdm, false, in pwrdms_setup() 159 return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in pwrdms_setup()
|
/Linux-v4.19/kernel/sched/ |
D | idle.c | 99 int next_state) in call_cpuidle() argument 116 return cpuidle_enter(drv, dev, next_state); in call_cpuidle() 132 int next_state, entered_state; in cpuidle_idle_call() local 183 next_state = cpuidle_find_deepest_state(drv, dev); in cpuidle_idle_call() 184 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 191 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call() 200 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_midi.c | 451 uint8_t next_state = STATE_INITIAL; in f_midi_transmit_byte() local 458 next_state = port->state; in f_midi_transmit_byte() 468 next_state = STATE_FINISHED; in f_midi_transmit_byte() 474 next_state = STATE_FINISHED; in f_midi_transmit_byte() 481 next_state = STATE_FINISHED; 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() 507 next_state = STATE_2PARAM_1; in f_midi_transmit_byte() 511 next_state = STATE_INITIAL; in f_midi_transmit_byte() [all …]
|
/Linux-v4.19/drivers/cpuidle/ |
D | cpuidle.h | 17 struct cpuidle_driver *drv, int next_state); 41 struct cpuidle_driver *drv, int next_state); 57 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
|
D | coupled.c | 375 struct cpuidle_coupled *coupled, int next_state) in cpuidle_coupled_set_waiting() argument 377 coupled->requested_state[cpu] = next_state; in cpuidle_coupled_set_waiting() 479 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument 505 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled() 601 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled() 603 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
|
/Linux-v4.19/drivers/clk/keystone/ |
D | gate.c | 76 u32 next_state, u32 domain_id) in psc_config() argument 83 mdctl |= next_state; in psc_config() 85 if (next_state == PSC_STATE_DISABLE) in psc_config() 105 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
|
/Linux-v4.19/net/netfilter/ipvs/ |
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-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 4681 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_state_change() 4742 o->state, cur_pending, o->next_state); in bnx2x_queue_comp_cmd() 4755 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state); in bnx2x_queue_comp_cmd() 4761 o->state = o->next_state; in bnx2x_queue_comp_cmd() 4763 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_comp_cmd() 5497 enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() local 5508 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() 5523 next_state = BNX2X_Q_STATE_INITIALIZED; in bnx2x_queue_chk_transition() 5530 next_state = BNX2X_Q_STATE_ACTIVE; in bnx2x_queue_chk_transition() 5532 next_state = BNX2X_Q_STATE_INACTIVE; in bnx2x_queue_chk_transition() [all …]
|
/Linux-v4.19/init/ |
D | initramfs.c | 189 } state, next_state; variable 216 next_state = next; in read_into() 239 state = next_state; in do_collect() 264 next_state = GotSymlink; in do_header() 280 state = next_state; in do_skip() 321 next_state = Reset; in do_name() 389 next_state = Reset; in do_symlink()
|
/Linux-v4.19/drivers/scsi/isci/ |
D | remote_node_context.c | 432 u32 next_state; in sci_remote_node_context_event_handler() local 448 next_state = SCI_RNC_INITIAL; in sci_remote_node_context_event_handler() 450 next_state = SCI_RNC_POSTING; in sci_remote_node_context_event_handler() 451 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler() 504 next_state = SCI_RNC_TX_SUSPENDED; in sci_remote_node_context_event_handler() 507 next_state = SCI_RNC_TX_RX_SUSPENDED; in sci_remote_node_context_event_handler() 513 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
|
D | isci.h | 536 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_sdma.c | 194 enum qib_sdma_states next_state) in sdma_set_state() argument 204 ss->current_state = next_state; in sdma_set_state() 206 if (action[next_state].op_enable) in sdma_set_state() 209 if (action[next_state].op_intenable) in sdma_set_state() 212 if (action[next_state].op_halt) in sdma_set_state() 215 if (action[next_state].op_drain) in sdma_set_state() 218 if (action[next_state].go_s99_running_tofalse) in sdma_set_state() 221 if (action[next_state].go_s99_running_totrue) in sdma_set_state()
|
/Linux-v4.19/kernel/trace/ |
D | trace_entries.h | 126 __field( unsigned char, next_state ) 138 __entry->next_pid, __entry->next_prio, __entry->next_state, 158 __entry->next_pid, __entry->next_prio, __entry->next_state,
|
/Linux-v4.19/include/net/ |
D | llc_s_st.h | 21 u8 next_state; member
|
D | llc_c_st.h | 37 u8 next_state; member
|
/Linux-v4.19/drivers/mfd/ |
D | si476x-i2c.c | 275 enum si476x_power_state next_state) in si476x_core_set_power_state() argument 290 if (next_state != core->power_state) { in si476x_core_set_power_state() 291 switch (next_state) { in si476x_core_set_power_state() 310 core->power_state = next_state; in si476x_core_set_power_state() 314 core->power_state = next_state; in si476x_core_set_power_state()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | transobj.c | 484 int curr_state, int next_state, in mlx5_hairpin_modify_rq() argument 492 if (next_state == MLX5_RQC_STATE_RDY) { in mlx5_hairpin_modify_rq() 498 MLX5_SET(rqc, rqc, state, next_state); in mlx5_hairpin_modify_rq() 505 int curr_state, int next_state, in mlx5_hairpin_modify_sq() argument 513 if (next_state == MLX5_SQC_STATE_RDY) { in mlx5_hairpin_modify_sq() 519 MLX5_SET(sqc, sqc, state, next_state); in mlx5_hairpin_modify_sq()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | tt.h | 80 enum iwl_tt_state next_state; member
|
/Linux-v4.19/drivers/clk/davinci/ |
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-v4.19/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_qp.c | 492 enum ib_qp_state cur_state, next_state; in pvrdma_modify_qp() local 499 next_state = (attr_mask & IB_QP_STATE) ? attr->qp_state : cur_state; in pvrdma_modify_qp() 501 if (!ib_modify_qp_is_ok(cur_state, next_state, ibqp->qp_type, in pvrdma_modify_qp() 532 if (cur_state == next_state && cur_state == IB_QPS_RESET) { in pvrdma_modify_qp() 537 qp->state = next_state; in pvrdma_modify_qp() 581 if (ret == 0 && next_state == IB_QPS_RESET) in pvrdma_modify_qp()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 883 (mask & IWCH_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in iwch_modify_qp() 920 if (qhp->attr.state == attrs->next_state) in iwch_modify_qp() 925 switch (attrs->next_state) { in iwch_modify_qp() 963 switch (attrs->next_state) { in iwch_modify_qp() 1001 switch (attrs->next_state) { in iwch_modify_qp() 1018 if (attrs->next_state != IWCH_QP_STATE_IDLE) { in iwch_modify_qp()
|
/Linux-v4.19/drivers/scsi/ |
D | initio.c | 1228 scb->next_state = 8; in tulip_scsi() 1242 scb->next_state = 8; in tulip_scsi() 1266 next = host->active->next_state; in initio_next_state() 1414 scb->next_state = 3; in initio_state_3() 1483 scb->next_state = 0x4; in initio_state_4() 1627 scb->next_state = 6; in initio_state_6() 1706 scb->next_state = 0x5; in initio_xfer_data_in() 1739 scb->next_state = 0x5; in initio_xfer_data_out() 2322 scb->next_state = 0x1; in initio_select_atn_stop() 2334 scb->next_state = 0x2; in initio_select_atn() [all …]
|