/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/ |
H A D | led.c | 11 static uint8_t saved_state[2] = {CONFIG_LED_STATUS_OFF, CONFIG_LED_STATUS_OFF}; variable 20 saved_state[led] = CONFIG_LED_STATUS_ON; in switch_LED_on() 28 saved_state[led] = CONFIG_LED_STATUS_OFF; in switch_LED_off() 59 if (CONFIG_LED_STATUS_ON == saved_state[CONFIG_LED_STATUS_RED]) in __led_toggle() 65 saved_state[CONFIG_LED_STATUS_GREEN]) in __led_toggle()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | pm44xx.c | 31 u32 saved_state; member 60 pwrst->saved_state = pwrdm_read_next_pwrst(pwrst->pwrdm); in omap4_pm_suspend() 89 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->saved_state); in omap4_pm_suspend()
|
H A D | pm34xx.c | 59 u32 saved_state; member 316 pwrst->saved_state = pwrdm_read_next_pwrst(pwrst->pwrdm); in omap3_pm_suspend() 338 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->saved_state); in omap3_pm_suspend()
|
/openbmc/linux/drivers/char/ |
H A D | ppdev.c | 81 struct ieee1284_info saved_state; member 403 pp->saved_state.mode = info->mode; in pp_do_ioctl() 404 pp->saved_state.phase = info->phase; in pp_do_ioctl() 552 info->mode = pp->saved_state.mode; in pp_do_ioctl() 553 info->phase = pp->saved_state.phase; in pp_do_ioctl() 728 pp->saved_state.mode = info->mode; in pp_release() 729 pp->saved_state.phase = info->phase; in pp_release() 749 info->mode = pp->saved_state.mode; in pp_release() 750 info->phase = pp->saved_state.phase; in pp_release()
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | symbols.py | 167 for saved_state in saved_states: 168 saved_state['breakpoint'].enabled = saved_state['enabled']
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | sil164_drv.c | 39 uint8_t saved_state[0x10]; member 236 priv->saved_state); in sil164_encoder_save() 249 priv->saved_state); in sil164_encoder_restore()
|
H A D | ch7006_drv.c | 79 ch7006_state_save(client, &priv->saved_state); in ch7006_encoder_save() 89 ch7006_state_load(client, &priv->saved_state); in ch7006_encoder_restore() 168 regs[CH7006_PLL_CONTROL] = priv->saved_state.regs[CH7006_PLL_CONTROL]; in ch7006_encoder_mode_set()
|
H A D | ch7006_priv.h | 83 struct ch7006_state saved_state; member
|
/openbmc/linux/drivers/pcmcia/ |
H A D | yenta_socket.h | 132 u32 saved_state[2]; member
|
H A D | yenta_socket.c | 1315 pci_read_config_dword(pdev, 16*4, &socket->saved_state[0]); in yenta_dev_suspend_noirq() 1316 pci_read_config_dword(pdev, 17*4, &socket->saved_state[1]); in yenta_dev_suspend_noirq() 1331 pci_write_config_dword(pdev, 16*4, socket->saved_state[0]); in yenta_dev_resume_noirq() 1332 pci_write_config_dword(pdev, 17*4, socket->saved_state[1]); in yenta_dev_resume_noirq()
|
/openbmc/linux/include/linux/ |
H A D | console_struct.h | 96 struct vc_state state, saved_state; member
|
H A D | sched.h | 243 * task when blocking on the lock is saved in task_struct::saved_state and 247 * redirected to operate on task_struct::saved_state to ensure that these 248 * are not dropped. On restore task_struct::saved_state is set to 249 * TASK_RUNNING so any wakeup attempt redirected to saved_state will fail. 268 current->saved_state = current->__state; \ 279 WRITE_ONCE(current->__state, current->saved_state); \ 280 current->saved_state = TASK_RUNNING; \ 758 unsigned int saved_state; member
|
/openbmc/linux/arch/arm/common/ |
H A D | sa1111.c | 114 void *saved_state; member 984 sachip->saved_state = save; in sa1111_suspend_noirq() 1045 save = sachip->saved_state; in sa1111_resume_noirq() 1100 sachip->saved_state = NULL; in sa1111_resume_noirq() 1132 kfree(sachip->saved_state); in sa1111_remove() 1133 sachip->saved_state = NULL; in sa1111_remove()
|
H A D | locomo.c | 67 void *saved_state; member 282 lchip->saved_state = save; in locomo_suspend() 323 save = lchip->saved_state; in locomo_resume() 346 lchip->saved_state = NULL; in locomo_resume()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | unwind_i.h | 91 struct unw_reg_state saved_state; member
|
H A D | unwind.c | 1040 memcpy(&sr->curr, &ls->saved_state, sizeof(sr->curr)); in desc_copy_state() 1041 sr->curr.next = dup_state_stack(ls->saved_state.next); in desc_copy_state() 1059 memcpy(&ls->saved_state, &sr->curr, sizeof(ls->saved_state)); in desc_label_state() 1060 ls->saved_state.next = dup_state_stack(sr->curr.next); in desc_label_state() 1703 free_state_stack(&ls->saved_state); in build_script()
|
/openbmc/linux/Documentation/locking/ |
H A D | locktypes.rst | 267 task->saved_state = task->state 271 task->state = task->saved_state 284 task->saved_state = task->state 288 task->saved_state = TASK_RUNNING 291 task->state = task->saved_state
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_minidump.c | 274 return hdr->saved_state[index]; in qlcnic_82xx_get_saved_state() 282 hdr->saved_state[index] = value; in qlcnic_82xx_set_saved_state() 326 return hdr->saved_state[index]; in qlcnic_83xx_get_saved_state() 334 hdr->saved_state[index] = value; in qlcnic_83xx_set_saved_state() 1347 hdr_83xx->saved_state[QLC_83XX_OCM_INDEX] = ocm_window; in qlcnic_dump_fw() 1348 hdr_83xx->saved_state[QLC_83XX_PCI_INDEX] = ahw->pci_func; in qlcnic_dump_fw()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv17.h | 74 struct nv17_tv_state saved_state; member
|
H A D | tvnv17.c | 623 nv17_tv_state_save(dev, &tv_enc->saved_state); in nv17_tv_save() 625 tv_enc->state.ptv_200 = tv_enc->saved_state.ptv_200; in nv17_tv_save() 636 nv17_tv_state_load(dev, &to_tv_enc(encoder)->saved_state); in nv17_tv_restore()
|
/openbmc/linux/drivers/s390/net/ |
H A D | ctcm_mpc.h | 162 int saved_state; member
|
H A D | ctcm_mpc.c | 1354 grp->saved_state = fsm_getstate(grp->fsm); in mpc_action_go_inop() 1356 if (grp->saved_state > MPCG_STATE_XID7INITF) in mpc_action_go_inop() 1360 if ((grp->saved_state != MPCG_STATE_RESET) || in mpc_action_go_inop() 1367 switch (grp->saved_state) { in mpc_action_go_inop() 1416 if (grp->saved_state > MPCG_STATE_XID7INITF) in mpc_action_go_inop() 2056 __func__, mpcg_state_names[grp->saved_state]); in mpc_send_qllc_discontact() 2058 switch (grp->saved_state) { in mpc_send_qllc_discontact()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_tmpl.h | 26 uint32_t saved_state[16]; member
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 4558 struct intel_crtc_state *saved_state; in copy_bigjoiner_crtc_state_modeset() local 4563 saved_state = kmemdup(master_crtc_state, sizeof(*saved_state), GFP_KERNEL); in copy_bigjoiner_crtc_state_modeset() 4564 if (!saved_state) in copy_bigjoiner_crtc_state_modeset() 4568 saved_state->uapi = slave_crtc_state->uapi; in copy_bigjoiner_crtc_state_modeset() 4569 saved_state->scaler_state = slave_crtc_state->scaler_state; in copy_bigjoiner_crtc_state_modeset() 4570 saved_state->shared_dpll = slave_crtc_state->shared_dpll; in copy_bigjoiner_crtc_state_modeset() 4571 saved_state->crc_enabled = slave_crtc_state->crc_enabled; in copy_bigjoiner_crtc_state_modeset() 4574 memcpy(slave_crtc_state, saved_state, sizeof(*slave_crtc_state)); in copy_bigjoiner_crtc_state_modeset() 4575 kfree(saved_state); in copy_bigjoiner_crtc_state_modeset() 4608 struct intel_crtc_state *saved_state; in intel_crtc_prepare_cleared_state() local [all …]
|
/openbmc/qemu/migration/ |
H A D | migration-hmp-cmds.c | 368 RunState saved_state = runstate_get(); in hmp_loadvm() local 376 load_snapshot_resume(saved_state); in hmp_loadvm()
|