| /OK3568_Linux_fs/kernel/net/llc/ |
| H 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, 182 .next_state = LLC_CONN_STATE_ERROR, 198 .next_state = LLC_CONN_STATE_ERROR, [all …]
|
| H 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,
|
| /OK3568_Linux_fs/u-boot/drivers/remoteproc/ |
| H A D | sandbox_testproc.c | 73 enum sandbox_state next_state) in sandbox_dev_move_to_state() argument 78 if (ddata->current_state == next_state) in sandbox_dev_move_to_state() 82 next_state); in sandbox_dev_move_to_state() 85 if (next_state == sb_init) in sandbox_dev_move_to_state() 90 if (next_state == sb_reset || next_state == sb_loaded) in sandbox_dev_move_to_state() 95 if (next_state == sb_loaded || next_state == sb_init) in sandbox_dev_move_to_state() 100 if (next_state == sb_reset || next_state == sb_init || in sandbox_dev_move_to_state() 101 next_state == sb_running) in sandbox_dev_move_to_state() 106 if (next_state == sb_reset || next_state == sb_init) in sandbox_dev_move_to_state() 113 ddata->current_state = next_state; in sandbox_dev_move_to_state()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | pm34xx.c | 57 u32 next_state; member 316 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state)) in omap3_pm_suspend() 330 if (state > pwrst->next_state) { in omap3_pm_suspend() 332 pwrst->pwrdm->name, pwrst->next_state); in omap3_pm_suspend() 369 pwrst->next_state = PWRDM_POWER_RET; in omap3_pm_off_mode_enable() 373 pwrst->next_state = state; in omap3_pm_off_mode_enable() 375 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap3_pm_off_mode_enable() 385 return pwrst->next_state; in omap3_pm_get_suspend_state() 396 pwrst->next_state = state; in omap3_pm_set_suspend_state() 416 pwrst->next_state = PWRDM_POWER_OFF; in pwrdms_setup() [all …]
|
| H 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()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | idle.c | 143 int next_state) in call_cpuidle() argument 160 return cpuidle_enter(drv, dev, next_state); in call_cpuidle() 176 int next_state, entered_state; in cpuidle_idle_call() local 226 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns); in cpuidle_idle_call() 227 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 234 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call() 241 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_sdp.c | 102 enum sdp_state next_state; member 270 sdp->next_state = SDP_STATE_TX_REGISTER; in sdp_rx_command_complete() 282 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete() 293 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete() 301 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete() 309 sdp->next_state = SDP_STATE_JUMP; in sdp_rx_command_complete() 317 sdp->next_state = SDP_STATE_IDLE; in sdp_rx_command_complete() 394 sdp->state = sdp->next_state; in sdp_tx_complete() 398 sdp->state = sdp->next_state; in sdp_tx_complete() 733 sdp_func->next_state = SDP_STATE_IDLE; in sdp_handle_in_ep()
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H 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
|
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.c | 4683 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 …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/clk/keystone/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | initramfs.c | 193 } state, next_state; variable 219 next_state = next; in read_into() 242 state = next_state; in do_collect() 267 next_state = GotSymlink; in do_header() 283 state = next_state; in do_skip() 328 next_state = Reset; in do_name() 400 next_state = Reset; in do_symlink()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_scan.h | 74 ((mlmeext)->sitesurvey_res.next_state = (_state)); \ 81 #define mlmeext_scan_next_state(mlmeext) ((mlmeext)->sitesurvey_res.next_state) 84 ((mlmeext)->sitesurvey_res.next_state = (_state)); \ 191 u8 next_state; /* will set to state on next cmd hdl */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_scan.h | 74 ((mlmeext)->sitesurvey_res.next_state = (_state)); \ 81 #define mlmeext_scan_next_state(mlmeext) ((mlmeext)->sitesurvey_res.next_state) 84 ((mlmeext)->sitesurvey_res.next_state = (_state)); \ 191 u8 next_state; /* will set to state on next cmd hdl */ member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_parse.c | 899 p_Dec->next_state = SliceSTATE_ResetSlice; in parse_loop() 903 switch (p_Dec->next_state) { in parse_loop() 906 p_Dec->next_state = SliceSTATE_ReadNalu; in parse_loop() 912 p_Dec->next_state = SliceSTATE_RegisterOneFrame; in parse_loop() 921 p_Dec->next_state = SliceSTATE_ParseNalu; in parse_loop() 928 p_Dec->next_state = SliceSTATE_GetSliceData; in parse_loop() 930 p_Dec->next_state = SliceSTATE_InitPicture; in parse_loop() 938 p_Dec->next_state = SliceSTATE_ReadNalu; in parse_loop() 947 p_Dec->next_state = SliceSTATE_GetSliceData; in parse_loop() 954 p_Dec->next_state = SliceSTATE_RegisterOneFrame; in parse_loop() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/isci/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H 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()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/ |
| H A D | psc.c | 250 u32 next_state; in psc_module_keep_in_reset_enabled() local 267 next_state = gate_clocks ? PSC_REG_VAL_MDCTL_NEXT_OFF : in psc_module_keep_in_reset_enabled() 269 mdctl = PSC_REG_MDCTL_SET_NEXT(mdctl, next_state); in psc_module_keep_in_reset_enabled()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H 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,
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | npc.h | 171 u8 next_state; member 213 u64 next_state : 8; member 233 u64 next_state : 8;
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | llc_s_st.h | 21 u8 next_state; member
|