/linux/drivers/char/ |
A D | ppdev.c | 81 struct ieee1284_info saved_state; member 396 pp->saved_state.mode = info->mode; in pp_do_ioctl() 397 pp->saved_state.phase = info->phase; in pp_do_ioctl() 545 info->mode = pp->saved_state.mode; in pp_do_ioctl() 546 info->phase = pp->saved_state.phase; in pp_do_ioctl() 721 pp->saved_state.mode = info->mode; in pp_release() 722 pp->saved_state.phase = info->phase; in pp_release() 742 info->mode = pp->saved_state.mode; in pp_release() 743 info->phase = pp->saved_state.phase; in pp_release()
|
/linux/arch/arm/mach-omap2/ |
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()
|
A D | pm34xx.c | 58 u32 saved_state; member 308 pwrst->saved_state = pwrdm_read_next_pwrst(pwrst->pwrdm); in omap3_pm_suspend() 330 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->saved_state); in omap3_pm_suspend()
|
/linux/scripts/gdb/linux/ |
A D | symbols.py | 164 for saved_state in saved_states: 165 saved_state['breakpoint'].enabled = saved_state['enabled']
|
/linux/drivers/gpu/drm/i2c/ |
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()
|
A D | ch7006_drv.c | 77 ch7006_state_save(client, &priv->saved_state); in ch7006_encoder_save() 87 ch7006_state_load(client, &priv->saved_state); in ch7006_encoder_restore() 166 regs[CH7006_PLL_CONTROL] = priv->saved_state.regs[CH7006_PLL_CONTROL]; in ch7006_encoder_mode_set()
|
A D | ch7006_priv.h | 84 struct ch7006_state saved_state; member
|
/linux/arch/arm/common/ |
A D | sa1111.c | 111 void *saved_state; member 981 sachip->saved_state = save; in sa1111_suspend_noirq() 1042 save = sachip->saved_state; in sa1111_resume_noirq() 1097 sachip->saved_state = NULL; in sa1111_resume_noirq() 1129 kfree(sachip->saved_state); in sa1111_remove() 1130 sachip->saved_state = NULL; in sa1111_remove()
|
A D | locomo.c | 68 void *saved_state; member 283 lchip->saved_state = save; in locomo_suspend() 324 save = lchip->saved_state; in locomo_resume() 347 lchip->saved_state = NULL; in locomo_resume()
|
/linux/drivers/pcmcia/ |
A D | yenta_socket.h | 132 u32 saved_state[2]; member
|
A D | yenta_socket.c | 1313 pci_read_config_dword(pdev, 16*4, &socket->saved_state[0]); in yenta_dev_suspend_noirq() 1314 pci_read_config_dword(pdev, 17*4, &socket->saved_state[1]); in yenta_dev_suspend_noirq() 1329 pci_write_config_dword(pdev, 16*4, socket->saved_state[0]); in yenta_dev_resume_noirq() 1330 pci_write_config_dword(pdev, 17*4, socket->saved_state[1]); in yenta_dev_resume_noirq()
|
/linux/include/linux/ |
A D | console_struct.h | 97 struct vc_state state, saved_state; member
|
A D | sched.h | 259 current->saved_state = current->__state; \ 270 WRITE_ONCE(current->__state, current->saved_state); \ 271 current->saved_state = TASK_RUNNING; \ 735 unsigned int saved_state; member
|
/linux/arch/ia64/kernel/ |
A D | unwind_i.h | 91 struct unw_reg_state saved_state; member
|
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()
|
/linux/Documentation/locking/ |
A D | locktypes.rst | 270 task->saved_state = task->state 274 task->state = task->saved_state 287 task->saved_state = task->state 291 task->saved_state = TASK_RUNNING 294 task->state = task->saved_state
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
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()
|
/linux/drivers/s390/net/ |
A D | ctcm_mpc.c | 1353 grp->saved_state = fsm_getstate(grp->fsm); in mpc_action_go_inop() 1355 if (grp->saved_state > MPCG_STATE_XID7INITF) in mpc_action_go_inop() 1359 if ((grp->saved_state != MPCG_STATE_RESET) || in mpc_action_go_inop() 1366 switch (grp->saved_state) { in mpc_action_go_inop() 1415 if (grp->saved_state > MPCG_STATE_XID7INITF) in mpc_action_go_inop() 2057 __func__, mpcg_state_names[grp->saved_state]); in mpc_send_qllc_discontact() 2059 switch (grp->saved_state) { in mpc_send_qllc_discontact()
|
A D | ctcm_mpc.h | 162 int saved_state; member
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
A D | tvnv17.h | 74 struct nv17_tv_state saved_state; member
|
A D | tvnv17.c | 616 nv17_tv_state_save(dev, &tv_enc->saved_state); in nv17_tv_save() 618 tv_enc->state.ptv_200 = tv_enc->saved_state.ptv_200; in nv17_tv_save() 629 nv17_tv_state_load(dev, &to_tv_enc(encoder)->saved_state); in nv17_tv_restore()
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_tmpl.h | 26 uint32_t saved_state[16]; member
|
/linux/drivers/gpu/drm/via/ |
A D | via_verifier.c | 969 drm_via_state_t saved_state = *hc_state; in via_verify_command_stream() local 1027 *hc_state = saved_state; in via_verify_command_stream() 1032 *hc_state = saved_state; in via_verify_command_stream()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_display.c | 6984 struct intel_crtc_state *saved_state; in copy_bigjoiner_crtc_state() local 6987 saved_state = kmemdup(from_crtc_state, sizeof(*saved_state), GFP_KERNEL); in copy_bigjoiner_crtc_state() 6988 if (!saved_state) in copy_bigjoiner_crtc_state() 6991 saved_state->uapi = crtc_state->uapi; in copy_bigjoiner_crtc_state() 6999 kfree(saved_state); in copy_bigjoiner_crtc_state() 7027 struct intel_crtc_state *saved_state; in intel_crtc_prepare_cleared_state() local 7029 saved_state = intel_crtc_state_alloc(crtc); in intel_crtc_prepare_cleared_state() 7030 if (!saved_state) in intel_crtc_prepare_cleared_state() 7041 saved_state->uapi = crtc_state->uapi; in intel_crtc_prepare_cleared_state() 7050 saved_state->wm = crtc_state->wm; in intel_crtc_prepare_cleared_state() [all …]
|
/linux/drivers/video/fbdev/omap/ |
A D | omapfb_main.c | 1788 enum omapfb_state saved_state = fbdev->state; in omapfb_remove() local 1793 omapfb_free_resources(fbdev, saved_state); in omapfb_remove()
|