[go: nahoru, domu]

Searched refs:restore (Results 1 - 25 of 135) sorted by relevance

123456

/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c161 func->restore(encoder);
165 crtc->funcs->restore(crtc);
185 * best thing to do probably is to make save/restore routines not
186 * save/restore "pre-load" state, but more general so we can save
192 func->restore(encoder);
196 crtc->funcs->restore(crtc);
H A Ddac.c476 nv_encoder->restore.output = NVReadRAMDAC(dev, 0, NV_PRAMDAC_DACCLK +
487 nv_encoder->restore.output);
503 .restore = nv04_dac_restore,
514 .restore = nv04_dac_restore,
/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h54 struct nv04_output_reg restore; member in struct:nouveau_encoder
/drivers/net/wireless/ath/ath9k/
H A Dar9003_rtt.c208 bool restore; local
247 restore = false;
252 restore = ar9003_hw_rtt_force_restore(ah);
257 return restore;
/drivers/video/fbdev/via/
H A Ddvi.c269 int restore; local
273 restore = viaparinfo->chip_info->tmds_chip_info.tmds_chip_slave_addr;
280 tmds_chip_info.tmds_chip_slave_addr = restore;
292 int i, restore; local
297 restore = tmds_chip->tmds_chip_slave_addr;
323 tmds_chip->tmds_chip_slave_addr = restore;
/drivers/char/hw_random/
H A Dn2-asm.S39 restore %g0, %o0, %o0
H A Dvirtio-rng.c206 .restore = virtrng_restore,
/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c106 .restore = syncpt_restore,
/drivers/gpu/drm/gma500/
H A Dpsb_device.c177 * Save the state we need in order to be able to restore the interface
213 * psb_restore_display_registers - restore lost register state
241 crtc->funcs->restore(crtc);
244 if (connector->funcs->restore)
245 connector->funcs->restore(connector);
/drivers/scsi/
H A Dscsi_pm.c48 return pm && pm->restore ? pm->restore(dev) : 0;
350 .restore = scsi_bus_restore,
/drivers/gpu/drm/armada/
H A Darmada_slave.c58 .restore = drm_i2c_encoder_restore,
/drivers/gpu/drm/
H A Ddrm_encoder_slave.c182 get_slave_funcs(encoder)->restore(encoder);
/drivers/iio/adc/
H A Dti_am335x_adc.c517 unsigned int restore; local
520 restore = tiadc_readl(adc_dev, REG_CTRL);
521 restore &= ~(CNTRLREG_POWERDOWN);
522 tiadc_writel(adc_dev, REG_CTRL, restore);
/drivers/s390/cio/
H A Dcss.h78 * @restore: callback for restoring after hibernation
94 int (*restore)(struct subchannel *); member in struct:css_driver
H A Dccwgroup.c536 return gdrv->restore ? gdrv->restore(gdev) : 0;
544 .restore = ccwgroup_pm_restore,
/drivers/video/fbdev/vermilion/
H A Dcr_pll.c147 .restore = crvml_sys_restore,
H A Dvermilion.h241 int (*restore) (struct vml_sys * sys); member in struct:vml_sys
/drivers/base/power/
H A Dgeneric_ops.c253 * @dev: Device to restore.
276 * pm_generic_restore - Generic restore callback for subsystems.
277 * @dev: Device to restore.
283 return pm && pm->restore ? pm->restore(dev) : 0;
/drivers/gpu/host1x/
H A Ddev.h73 void (*restore)(struct host1x_syncpt *syncpt); member in struct:host1x_syncpt_ops
144 host->syncpt_op->restore(sp);
/drivers/gpu/drm/ast/
H A Dast_drv.c173 .restore = ast_pm_resume,
/drivers/platform/x86/
H A Dtc1100-wmi.c230 .restore = tc1100_resume,
/drivers/virtio/
H A Dvirtio.c327 if (drv->restore) {
328 int ret = drv->restore(dev);
/drivers/pci/
H A Dpci-driver.c474 * pci_restore_standard_config - restore standard config registers of PCI device
1066 if (pcibios_pm_ops.restore) {
1067 error = pcibios_pm_ops.restore(dev);
1073 * This is necessary for the hibernation error path in which restore is
1085 if (pm->restore)
1086 error = pm->restore(dev);
1220 .restore = pci_pm_restore,
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c298 .restore = vmw_du_crtc_restore,
332 .restore = vmw_du_connector_restore,
H A Dvmwgfx_scrn.c394 .restore = vmw_du_crtc_restore,
428 .restore = vmw_du_connector_restore,

Completed in 2133 milliseconds

123456