/linux-4.1.27/scripts/gdb/linux/ |
H A D | symbols.py | 153 for saved_state in saved_states: 154 saved_state['breakpoint'].enabled = saved_state['enabled']
|
/linux-4.1.27/drivers/char/ |
H A D | ppdev.c | 84 struct ieee1284_info saved_state; member in struct:pp_struct 364 pp->saved_state.mode = info->mode; pp_do_ioctl() 365 pp->saved_state.phase = info->phase; pp_do_ioctl() 526 info->mode = pp->saved_state.mode; pp_do_ioctl() 527 info->phase = pp->saved_state.phase; pp_do_ioctl() 682 pp->saved_state.mode = info->mode; pp_release() 683 pp->saved_state.phase = info->phase; pp_release() 703 info->mode = pp->saved_state.mode; pp_release() 704 info->phase = pp->saved_state.phase; pp_release()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | pm44xx.c | 34 u32 saved_state; member in struct:power_state 63 pwrst->saved_state = pwrdm_read_next_pwrst(pwrst->pwrdm); omap4_pm_suspend() 92 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->saved_state); omap4_pm_suspend()
|
H A D | pm34xx.c | 62 u32 saved_state; member in struct:power_state 319 pwrst->saved_state = pwrdm_read_next_pwrst(pwrst->pwrdm); omap3_pm_suspend() 341 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->saved_state); omap3_pm_suspend()
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
H A D | sil164_drv.c | 38 uint8_t saved_state[0x10]; member in struct:sil164_priv 235 priv->saved_state); sil164_encoder_save() 248 priv->saved_state); sil164_encoder_restore()
|
H A D | ch7006_drv.c | 77 ch7006_state_save(client, &priv->saved_state); ch7006_encoder_save() 87 ch7006_state_load(client, &priv->saved_state); ch7006_encoder_restore() 166 regs[CH7006_PLL_CONTROL] = priv->saved_state.regs[CH7006_PLL_CONTROL]; ch7006_encoder_mode_set()
|
H A D | ch7006_priv.h | 84 struct ch7006_state saved_state; member in struct:ch7006_priv
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_tmpl.h | 27 uint32_t saved_state[16]; member in struct:qla27xx_fwdt_template
|
H A D | qla_os.c | 5596 /* pci_restore_state() clears the saved_state flag of the device qla2xxx_pci_slot_reset() 5597 * save restored state which resets saved_state flag qla2xxx_pci_slot_reset()
|
/linux-4.1.27/drivers/s390/net/ |
H A D | ctcm_mpc.h | 161 int saved_state; member in struct:mpc_group
|
H A D | ctcm_mpc.c | 1368 grp->saved_state = fsm_getstate(grp->fsm); mpc_action_go_inop() 1370 if (grp->saved_state > MPCG_STATE_XID7INITF) mpc_action_go_inop() 1374 if ((grp->saved_state != MPCG_STATE_RESET) || mpc_action_go_inop() 1381 switch (grp->saved_state) { mpc_action_go_inop() 1431 if (grp->saved_state > MPCG_STATE_XID7INITF) mpc_action_go_inop() 2079 __func__, mpcg_state_names[grp->saved_state]); mpc_send_qllc_discontact() 2081 switch (grp->saved_state) { mpc_send_qllc_discontact()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | yenta_socket.h | 131 u32 saved_state[2]; member in struct:yenta_socket
|
H A D | yenta_socket.c | 1297 pci_read_config_dword(pdev, 16*4, &socket->saved_state[0]); yenta_dev_suspend_noirq() 1298 pci_read_config_dword(pdev, 17*4, &socket->saved_state[1]); yenta_dev_suspend_noirq() 1313 pci_write_config_dword(pdev, 16*4, socket->saved_state[0]); yenta_dev_resume_noirq() 1314 pci_write_config_dword(pdev, 17*4, socket->saved_state[1]); yenta_dev_resume_noirq()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv17.h | 74 struct nv17_tv_state saved_state; member in struct:nv17_tv_encoder
|
H A D | tvnv17.c | 624 nv17_tv_state_save(dev, &tv_enc->saved_state); nv17_tv_save() 626 tv_enc->state.ptv_200 = tv_enc->saved_state.ptv_200; nv17_tv_save() 637 nv17_tv_state_load(dev, &to_tv_enc(encoder)->saved_state); nv17_tv_restore()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | unwind_i.h | 90 struct unw_reg_state saved_state; member in struct:unw_labeled_state
|
H A D | unwind.c | 1041 memcpy(&sr->curr, &ls->saved_state, sizeof(sr->curr)); desc_copy_state() 1042 sr->curr.next = dup_state_stack(ls->saved_state.next); desc_copy_state() 1060 memcpy(&ls->saved_state, &sr->curr, sizeof(ls->saved_state)); desc_label_state() 1061 ls->saved_state.next = dup_state_stack(sr->curr.next); desc_label_state() 1705 free_state_stack(&ls->saved_state); build_script()
|
/linux-4.1.27/arch/arm/common/ |
H A D | locomo.c | 71 void *saved_state; member in struct:locomo 285 lchip->saved_state = save; locomo_suspend() 326 save = lchip->saved_state; locomo_resume() 349 lchip->saved_state = NULL; locomo_resume()
|
H A D | sa1111.c | 111 void *saved_state; member in struct:sa1111 885 sachip->saved_state = save; sa1111_suspend() 946 save = sachip->saved_state; sa1111_resume() 1001 sachip->saved_state = NULL; sa1111_resume() 1033 kfree(sachip->saved_state); sa1111_remove() 1034 sachip->saved_state = NULL; sa1111_remove()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_minidump.c | 275 return hdr->saved_state[index]; qlcnic_82xx_get_saved_state() 283 hdr->saved_state[index] = value; qlcnic_82xx_set_saved_state() 327 return hdr->saved_state[index]; qlcnic_83xx_get_saved_state() 335 hdr->saved_state[index] = value; qlcnic_83xx_set_saved_state() 1347 hdr_83xx->saved_state[QLC_83XX_OCM_INDEX] = ocm_window; qlcnic_dump_fw() 1348 hdr_83xx->saved_state[QLC_83XX_PCI_INDEX] = ahw->pci_func; qlcnic_dump_fw()
|
H A D | qlcnic.h | 420 u32 saved_state[16]; member in struct:qlcnic_83xx_dump_template_hdr 437 u32 saved_state[16]; member in struct:qlcnic_82xx_dump_template_hdr
|
/linux-4.1.27/drivers/gpu/drm/via/ |
H A D | via_verifier.c | 968 drm_via_state_t saved_state = *hc_state; via_verify_command_stream() local 1026 *hc_state = saved_state; via_verify_command_stream() 1031 *hc_state = saved_state; via_verify_command_stream()
|
/linux-4.1.27/drivers/usb/dwc3/ |
H A D | core.h | 435 * @saved_state: ep state saved during hibernation 457 u32 saved_state; member in struct:dwc3_ep
|
H A D | gadget.c | 480 params.param2 |= dep->saved_state; dwc3_gadget_set_ep_config()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
H A D | omapfb_main.c | 1832 enum omapfb_state saved_state = fbdev->state; omapfb_remove() local 1837 omapfb_free_resources(fbdev, saved_state); omapfb_remove()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 9840 * device saved_state flag, need to save the restored state again. lpfc_pci_resume_one_s3() 10034 * device saved_state flag, need to save the restored state again. lpfc_io_slot_reset_s3() 10590 * device saved_state flag, need to save the restored state again. lpfc_pci_resume_one_s4() 10783 * device saved_state flag, need to save the restored state again. lpfc_io_slot_reset_s4()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 9756 /* pci_restore_state() clears the saved_state flag of the device qla4xxx_pci_slot_reset() 9757 * save restored state which resets saved_state flag qla4xxx_pci_slot_reset()
|