| /linux/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,
|
| /linux/kernel/trace/rv/ |
| H A D | rv_trace.h | 14 TP_PROTO(char *state, char *event, char *next_state, bool final_state), 16 TP_ARGS(state, event, next_state, final_state), 21 __string( next_state, next_state ) 28 __assign_str(next_state); 35 __get_str(next_state), 73 TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state), 75 TP_ARGS(id, state, event, next_state, final_state), 81 __string( next_state, next_state ) 88 __assign_str(next_state); 97 __get_str(next_state),
|
| /linux/arch/arm/mach-omap2/ |
| H A D | pm34xx.c | 57 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 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/include/rv/ |
| H A D | da_monitor.h | 108 enum states_##name curr_state, next_state; \ 112 next_state = model_get_next_state_##name(curr_state, event); \ 113 if (next_state == INVALID_STATE) { \ 119 if (likely(try_cmpxchg(&da_mon->curr_state, &curr_state, next_state))) { \ 122 model_get_state_name_##name(next_state), \ 123 model_is_final_state_##name(next_state)); \ 147 enum states_##name curr_state, next_state; \ 151 next_state = model_get_next_state_##name(curr_state, event); \ 152 if (next_state == INVALID_STATE) { \ 159 if (likely(try_cmpxchg(&da_mon->curr_state, &curr_state, next_state))) { \ [all …]
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_midi.c | 452 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 D | idle.c | 144 int next_state) in call_cpuidle() argument 161 return cpuidle_enter(drv, dev, next_state); in call_cpuidle() 177 int next_state, entered_state; in cpuidle_idle_call() local 222 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns); in cpuidle_idle_call() 223 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 230 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call() 237 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
|
| /linux/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() 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 D | dot2c.py | 167 next_state = self.function[x][y] 168 if next_state != self.invalid_state_str: 169 next_state = self.function[x][y] + self.enum_suffix 172 line += "\t\t\t%s" % next_state 174 line += "%*s" % (maxlen, next_state)
|
| /linux/kernel/trace/rv/monitors/wip/ |
| H A D | wip_trace.h | 9 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 D | snep_trace.h | 9 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 D | scpd_trace.h | 9 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 D | sco_trace.h | 9 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/opid/ |
| H A D | opid_trace.h | 9 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 D | sts_trace.h | 9 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 D | vfio_dev.c | 57 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 D | wwnr_trace.h | 10 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 D | snroc_trace.h | 9 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 D | sssw_trace.h | 9 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 D | nrp_trace.h | 9 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/fs/btrfs/ |
| H A D | extent-io-tree.c | 204 static inline struct extent_state *next_state(struct extent_state *state) in next_state() function 270 entry = next_state(entry); in tree_search_for_insert() 313 entry = next_state(entry); in tree_search_prev_next() 361 next = next_state(state); in merge_next_state() 548 return next_state(state); in next_search_state() 826 state = next_state(state); in wait_extent_bit() 876 state = next_state(state); in find_first_extent_bit_state() 900 while ((state = next_state(state)) != NULL) { in btrfs_find_first_extent_bit() 966 while ((state = next_state(state)) != NULL) { in btrfs_find_contiguous_extent_bit() 1025 state = next_state(state); in btrfs_find_delalloc_range() [all …]
|
| /linux/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()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | admin-state.c | 210 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()
|