/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap-mpuss-lowpower.c | 184 static void l2x0_pwrst_prepare(unsigned int cpu_id, unsigned int save_state) in l2x0_pwrst_prepare() argument 189 writel_relaxed(save_state, pm_info->l2x0_sar_addr); in l2x0_pwrst_prepare() 230 unsigned int save_state = 0, cpu_logic_state = PWRDM_POWER_RET; in omap4_enter_lowpower() local 239 save_state = 0; in omap4_enter_lowpower() 243 save_state = 1; in omap4_enter_lowpower() 247 save_state = 0; in omap4_enter_lowpower() 270 save_state = 2; in omap4_enter_lowpower() 277 l2x0_pwrst_prepare(cpu, save_state); in omap4_enter_lowpower() 282 if (save_state) in omap4_enter_lowpower() 283 cpu_suspend(save_state, omap_pm_ops.finish_suspend); in omap4_enter_lowpower() [all …]
|
D | pm34xx.c | 182 static int omap34xx_do_sram_idle(unsigned long save_state) in omap34xx_do_sram_idle() argument 184 omap34xx_cpu_suspend(save_state); in omap34xx_do_sram_idle() 196 int save_state = 0; in omap_sram_idle() local 209 save_state = 0; in omap_sram_idle() 212 save_state = 3; in omap_sram_idle() 266 if (save_state) in omap_sram_idle() 268 if (save_state == 1 || save_state == 3) in omap_sram_idle() 269 cpu_suspend(save_state, omap34xx_do_sram_idle); in omap_sram_idle() 271 omap34xx_do_sram_idle(save_state); in omap_sram_idle()
|
D | pm.h | 76 extern void omap34xx_cpu_suspend(int save_state);
|
/linux-4.1.27/drivers/pci/ |
D | vc.c | 188 struct pci_cap_saved_state *save_state, in pci_vc_do_save_buffer() argument 194 u8 *buf = save_state ? (u8 *)save_state->cap.data : NULL; in pci_vc_do_save_buffer() 197 if (buf && save_state->cap.size != in pci_vc_do_save_buffer() 362 struct pci_cap_saved_state *save_state; in pci_save_vc_state() local 368 save_state = pci_find_saved_ext_cap(dev, vc_caps[i].id); in pci_save_vc_state() 369 if (!save_state) { in pci_save_vc_state() 375 ret = pci_vc_do_save_buffer(dev, pos, save_state, true); in pci_save_vc_state() 399 struct pci_cap_saved_state *save_state; in pci_restore_vc_state() local 402 save_state = pci_find_saved_ext_cap(dev, vc_caps[i].id); in pci_restore_vc_state() 403 if (!save_state || !pos) in pci_restore_vc_state() [all …]
|
D | pci.c | 924 struct pci_cap_saved_state *save_state; in pci_save_pcie_state() local 930 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP); in pci_save_pcie_state() 931 if (!save_state) { in pci_save_pcie_state() 936 cap = (u16 *)&save_state->cap.data[0]; in pci_save_pcie_state() 951 struct pci_cap_saved_state *save_state; in pci_restore_pcie_state() local 954 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP); in pci_restore_pcie_state() 955 if (!save_state) in pci_restore_pcie_state() 958 cap = (u16 *)&save_state->cap.data[0]; in pci_restore_pcie_state() 972 struct pci_cap_saved_state *save_state; in pci_save_pcix_state() local 978 save_state = pci_find_saved_cap(dev, PCI_CAP_ID_PCIX); in pci_save_pcix_state() [all …]
|
/linux-4.1.27/include/linux/ |
D | rtmutex.h | 35 int save_state; member
|
D | pm_domain.h | 39 int (*save_state)(struct device *dev); member
|
D | parport.h | 86 void (*save_state)(struct parport *, struct parport_state *); member
|
/linux-4.1.27/drivers/pcmcia/ |
D | yenta_socket.h | 108 void (*save_state)(struct yenta_socket *); member
|
D | yenta_socket.c | 859 .save_state = ti_save_state, 865 .save_state = ti_save_state, 871 .save_state = ti_save_state, 877 .save_state = ti_save_state, 883 .save_state = ti_save_state, 891 .save_state = ricoh_save_state, 1293 if (socket->type && socket->type->save_state) in yenta_dev_suspend_noirq() 1294 socket->type->save_state(socket); in yenta_dev_suspend_noirq()
|
/linux-4.1.27/drivers/parport/ |
D | parport_atari.c | 152 .save_state = parport_atari_save_state,
|
D | share.c | 84 .save_state = dead_state, 790 port->ops->save_state(port, dev->state); in parport_claim() 976 port->ops->save_state(port, dev->state); in parport_release()
|
D | parport_amiga.c | 174 .save_state = amiga_save_state,
|
D | parport_mfc3.c | 267 .save_state = mfc3_save_state,
|
D | parport_gsc.c | 116 .save_state = parport_gsc_save_state,
|
D | parport_sunbpp.c | 249 .save_state = parport_sunbpp_save_state,
|
D | parport_ax88796.c | 253 .save_state = parport_ax88796_save_state,
|
D | parport_ip32.c | 1789 .save_state = parport_ip32_save_state,
|
D | parport_pc.c | 924 .save_state = parport_pc_save_state,
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfb.h | 278 struct intelfb_hwstate save_state; member
|
D | intelfbdrv.c | 866 i = intelfbhw_read_hw_state(dinfo, &dinfo->save_state, in intelfb_pci_register() 873 intelfbhw_print_hw_state(dinfo, &dinfo->save_state); in intelfb_pci_register() 879 dinfo->pipe = intelfbhw_active_pipe(&dinfo->save_state); in intelfb_pci_register() 1379 memcpy(hw, &dinfo->save_state, sizeof(*hw)); in intelfb_set_par()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1195 int save_state);
|
D | aic79xx.h | 1392 int save_state);
|
D | aic7xxx_core.c | 6171 int save_state) in ahc_search_disc_list() argument 6183 if (save_state) { in ahc_search_disc_list() 6226 if (save_state) in ahc_search_disc_list()
|
/linux-4.1.27/drivers/usb/misc/ |
D | uss720.c | 670 .save_state = parport_uss720_save_state,
|
/linux-4.1.27/drivers/base/power/ |
D | domain.c | 358 return GENPD_DEV_TIMED_CALLBACK(genpd, int, save_state, dev, in genpd_save_dev() 1930 genpd->dev_ops.save_state = pm_genpd_default_save_state; in pm_genpd_init()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | tulip_core.c | 1846 goto save_state; in tulip_suspend() 1854 save_state: in tulip_suspend()
|
/linux-4.1.27/drivers/usb/serial/ |
D | mos7720.c | 683 .save_state = parport_mos7715_save_state,
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 594 Lots of changes to use save_state/restore_state instead of cli/sti.
|