save_state        183 arch/arm/mach-omap2/omap-mpuss-lowpower.c static void l2x0_pwrst_prepare(unsigned int cpu_id, unsigned int save_state)
save_state        188 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		writel_relaxed(save_state, pm_info->l2x0_sar_addr);
save_state        229 arch/arm/mach-omap2/omap-mpuss-lowpower.c 	unsigned int save_state = 0, cpu_logic_state = PWRDM_POWER_RET;
save_state        238 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		save_state = 0;
save_state        242 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		save_state = 1;
save_state        246 arch/arm/mach-omap2/omap-mpuss-lowpower.c 			save_state = 0;
save_state        268 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		save_state = 2;
save_state        275 arch/arm/mach-omap2/omap-mpuss-lowpower.c 	l2x0_pwrst_prepare(cpu, save_state);
save_state        280 arch/arm/mach-omap2/omap-mpuss-lowpower.c 	if (save_state)
save_state        281 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		cpu_suspend(save_state, omap_pm_ops.finish_suspend);
save_state        283 arch/arm/mach-omap2/omap-mpuss-lowpower.c 		omap_pm_ops.finish_suspend(save_state);
save_state         73 arch/arm/mach-omap2/pm.h extern void omap34xx_cpu_suspend(int save_state);
save_state        178 arch/arm/mach-omap2/pm34xx.c static int omap34xx_do_sram_idle(unsigned long save_state)
save_state        180 arch/arm/mach-omap2/pm34xx.c 	omap34xx_cpu_suspend(save_state);
save_state        192 arch/arm/mach-omap2/pm34xx.c 	int save_state = 0;
save_state        203 arch/arm/mach-omap2/pm34xx.c 		save_state = 0;
save_state        206 arch/arm/mach-omap2/pm34xx.c 		save_state = 3;
save_state        258 arch/arm/mach-omap2/pm34xx.c 	if (save_state)
save_state        260 arch/arm/mach-omap2/pm34xx.c 	if (save_state == 1 || save_state == 3)
save_state        261 arch/arm/mach-omap2/pm34xx.c 		cpu_suspend(save_state, omap34xx_do_sram_idle);
save_state        263 arch/arm/mach-omap2/pm34xx.c 		omap34xx_do_sram_idle(save_state);
save_state        114 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c 	if (pll->save_state) {
save_state        115 drivers/gpu/drm/msm/dsi/pll/dsi_pll.c 		pll->save_state(pll);
save_state         34 drivers/gpu/drm/msm/dsi/pll/dsi_pll.h 	void (*save_state)(struct msm_dsi_pll *pll);
save_state        856 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c 	pll->save_state = dsi_pll_10nm_save_state;
save_state       1080 drivers/gpu/drm/msm/dsi/pll/dsi_pll_14nm.c 	pll->save_state = dsi_pll_14nm_save_state;
save_state        612 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c 	pll->save_state = dsi_pll_28nm_save_state;
save_state        513 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm_8960.c 	pll->save_state = dsi_pll_28nm_save_state;
save_state        735 drivers/infiniband/sw/rxe/rxe_req.c 	save_state(wqe, qp, &rollback_wqe, &rollback_psn);
save_state       1837 drivers/net/ethernet/dec/tulip/tulip_core.c 		goto save_state;
save_state       1845 drivers/net/ethernet/dec/tulip/tulip_core.c save_state:
save_state        175 drivers/parport/parport_amiga.c 	.save_state	= amiga_save_state,
save_state        153 drivers/parport/parport_atari.c 	.save_state	= parport_atari_save_state,
save_state        249 drivers/parport/parport_ax88796.c 	.save_state	= parport_ax88796_save_state,
save_state        111 drivers/parport/parport_gsc.c 	.save_state	= parport_gsc_save_state,
save_state       1778 drivers/parport/parport_ip32.c 	.save_state		= parport_ip32_save_state,
save_state        268 drivers/parport/parport_mfc3.c 	.save_state	= mfc3_save_state,
save_state        925 drivers/parport/parport_pc.c 	.save_state	= parport_pc_save_state,
save_state        250 drivers/parport/parport_sunbpp.c 	.save_state	= parport_sunbpp_save_state,
save_state         85 drivers/parport/share.c 	.save_state	= dead_state,
save_state       1153 drivers/parport/share.c 			port->ops->save_state(port, dev->state);
save_state       1347 drivers/parport/share.c 	port->ops->save_state(port, dev->state);
save_state       1217 drivers/pci/pci.c 	struct pci_cap_saved_state *save_state;
save_state       1223 drivers/pci/pci.c 	save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP);
save_state       1224 drivers/pci/pci.c 	if (!save_state) {
save_state       1229 drivers/pci/pci.c 	cap = (u16 *)&save_state->cap.data[0];
save_state       1244 drivers/pci/pci.c 	struct pci_cap_saved_state *save_state;
save_state       1247 drivers/pci/pci.c 	save_state = pci_find_saved_cap(dev, PCI_CAP_ID_EXP);
save_state       1248 drivers/pci/pci.c 	if (!save_state)
save_state       1251 drivers/pci/pci.c 	cap = (u16 *)&save_state->cap.data[0];
save_state       1264 drivers/pci/pci.c 	struct pci_cap_saved_state *save_state;
save_state       1270 drivers/pci/pci.c 	save_state = pci_find_saved_cap(dev, PCI_CAP_ID_PCIX);
save_state       1271 drivers/pci/pci.c 	if (!save_state) {
save_state       1277 drivers/pci/pci.c 			     (u16 *)save_state->cap.data);
save_state       1285 drivers/pci/pci.c 	struct pci_cap_saved_state *save_state;
save_state       1288 drivers/pci/pci.c 	save_state = pci_find_saved_cap(dev, PCI_CAP_ID_PCIX);
save_state       1290 drivers/pci/pci.c 	if (!save_state || !pos)
save_state       1292 drivers/pci/pci.c 	cap = (u16 *)&save_state->cap.data[0];
save_state       1300 drivers/pci/pci.c 	struct pci_cap_saved_state *save_state;
save_state       1310 drivers/pci/pci.c 	save_state = pci_find_saved_ext_cap(dev, PCI_EXT_CAP_ID_LTR);
save_state       1311 drivers/pci/pci.c 	if (!save_state) {
save_state       1316 drivers/pci/pci.c 	cap = (u16 *)&save_state->cap.data[0];
save_state       1323 drivers/pci/pci.c 	struct pci_cap_saved_state *save_state;
save_state       1327 drivers/pci/pci.c 	save_state = pci_find_saved_ext_cap(dev, PCI_EXT_CAP_ID_LTR);
save_state       1329 drivers/pci/pci.c 	if (!save_state || !ltr)
save_state       1332 drivers/pci/pci.c 	cap = (u16 *)&save_state->cap.data[0];
save_state       3063 drivers/pci/pci.c 	struct pci_cap_saved_state *save_state;
save_state       3073 drivers/pci/pci.c 	save_state = kzalloc(sizeof(*save_state) + size, GFP_KERNEL);
save_state       3074 drivers/pci/pci.c 	if (!save_state)
save_state       3077 drivers/pci/pci.c 	save_state->cap.cap_nr = cap;
save_state       3078 drivers/pci/pci.c 	save_state->cap.cap_extended = extended;
save_state       3079 drivers/pci/pci.c 	save_state->cap.size = size;
save_state       3080 drivers/pci/pci.c 	pci_add_saved_cap(dev, save_state);
save_state         62 drivers/pci/pcie/dpc.c 	struct pci_cap_saved_state *save_state;
save_state         72 drivers/pci/pcie/dpc.c 	save_state = pci_find_saved_ext_cap(dev, PCI_EXT_CAP_ID_DPC);
save_state         73 drivers/pci/pcie/dpc.c 	if (!save_state)
save_state         76 drivers/pci/pcie/dpc.c 	cap = (u16 *)&save_state->cap.data[0];
save_state         83 drivers/pci/pcie/dpc.c 	struct pci_cap_saved_state *save_state;
save_state         93 drivers/pci/pcie/dpc.c 	save_state = pci_find_saved_ext_cap(dev, PCI_EXT_CAP_ID_DPC);
save_state         94 drivers/pci/pcie/dpc.c 	if (!save_state)
save_state         97 drivers/pci/pcie/dpc.c 	cap = (u16 *)&save_state->cap.data[0];
save_state        186 drivers/pci/vc.c 				 struct pci_cap_saved_state *save_state,
save_state        192 drivers/pci/vc.c 	u8 *buf = save_state ? (u8 *)save_state->cap.data : NULL;
save_state        195 drivers/pci/vc.c 	if (buf && save_state->cap.size !=
save_state        359 drivers/pci/vc.c 		struct pci_cap_saved_state *save_state;
save_state        365 drivers/pci/vc.c 		save_state = pci_find_saved_ext_cap(dev, vc_caps[i].id);
save_state        366 drivers/pci/vc.c 		if (!save_state) {
save_state        372 drivers/pci/vc.c 		ret = pci_vc_do_save_buffer(dev, pos, save_state, true);
save_state        396 drivers/pci/vc.c 		struct pci_cap_saved_state *save_state;
save_state        399 drivers/pci/vc.c 		save_state = pci_find_saved_ext_cap(dev, vc_caps[i].id);
save_state        400 drivers/pci/vc.c 		if (!save_state || !pos)
save_state        403 drivers/pci/vc.c 		pci_vc_do_save_buffer(dev, pos, save_state, false);
save_state        860 drivers/pcmcia/yenta_socket.c 		.save_state	= ti_save_state,
save_state        866 drivers/pcmcia/yenta_socket.c 		.save_state	= ti_save_state,
save_state        872 drivers/pcmcia/yenta_socket.c 		.save_state	= ti_save_state,
save_state        878 drivers/pcmcia/yenta_socket.c 		.save_state	= ti_save_state,
save_state        884 drivers/pcmcia/yenta_socket.c 		.save_state	= ti_save_state,
save_state        892 drivers/pcmcia/yenta_socket.c 		.save_state	= ricoh_save_state,
save_state       1298 drivers/pcmcia/yenta_socket.c 	if (socket->type && socket->type->save_state)
save_state       1299 drivers/pcmcia/yenta_socket.c 		socket->type->save_state(socket);
save_state        109 drivers/pcmcia/yenta_socket.h 	void	(*save_state)(struct yenta_socket *);
save_state       1383 drivers/scsi/aic7xxx/aic79xx.h 					     int save_state);
save_state       1190 drivers/scsi/aic7xxx/aic7xxx.h 					     int save_state);
save_state       6138 drivers/scsi/aic7xxx/aic7xxx_core.c 		     int save_state)
save_state       6150 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (save_state) {
save_state       6193 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (save_state)
save_state        651 drivers/usb/misc/uss720.c 	.save_state =		parport_uss720_save_state,
save_state        690 drivers/usb/serial/mos7720.c 	.save_state =		parport_mos7715_save_state,
save_state        279 drivers/video/fbdev/intelfb/intelfb.h 	struct intelfb_hwstate save_state;
save_state        835 drivers/video/fbdev/intelfb/intelfbdrv.c 	i = intelfbhw_read_hw_state(dinfo, &dinfo->save_state,
save_state        842 drivers/video/fbdev/intelfb/intelfbdrv.c 	intelfbhw_print_hw_state(dinfo, &dinfo->save_state);
save_state        848 drivers/video/fbdev/intelfb/intelfbdrv.c 	dinfo->pipe = intelfbhw_active_pipe(&dinfo->save_state);
save_state       1343 drivers/video/fbdev/intelfb/intelfbdrv.c 	memcpy(hw, &dinfo->save_state, sizeof(*hw));
save_state         87 include/linux/parport.h 	void (*save_state)(struct parport *, struct parport_state *);
save_state         35 include/linux/rtmutex.h 	int			save_state;