Home
last modified time | relevance | path

Searched refs:backup (Results 151 – 175 of 274) sorted by relevance

1234567891011

/openbmc/linux/net/mptcp/
H A Dprotocol.h164 backup:1, member
421 backup : 1, member
493 backup : 1,
/openbmc/linux/Documentation/scsi/
H A DNinjaSCSI.rst140 your data. Please backup your data when you use this driver.
/openbmc/docs/designs/
H A Dci-authorization.md100 GitHub has vastly superior load balancing and backup capability so there is a
/openbmc/linux/drivers/dma/
H A Dste_dma40.c533 u32 *backup; member
2959 static void dma40_backup(void __iomem *baseaddr, u32 *backup, in dma40_backup() argument
2968 backup[i] = readl_relaxed(addr); in dma40_backup()
2970 writel_relaxed(backup[i], addr); in dma40_backup()
3001 if (base->gen_dmac.backup) in d40_save_restore_registers()
3003 base->gen_dmac.backup, in d40_save_restore_registers()
3232 base->gen_dmac.backup = d40_backup_regs_v4b; in d40_hw_detect_init()
3246 base->gen_dmac.backup = d40_backup_regs_v4a; in d40_hw_detect_init()
/openbmc/u-boot/env/
H A DKconfig145 a valid backup copy in case there is a power failure during
195 valid backup copy in case the other copy is corrupted, e.g. due
228 that there is a valid backup copy in case there is a power failure
323 that there is a valid backup copy in case there is a power failure
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am625-sk.dts253 label = "ospi.env.backup";
H A Dk3-j7200-som-p0.dtsi312 label = "ospi.env.backup";
H A Dk3-j784s4-evm.dts507 label = "ospi.env.backup";
570 label = "qspi.env.backup";
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c265 DriveBackup backup = { in hmp_drive_backup() local
281 qmp_drive_backup(&backup, &err); in hmp_drive_backup()
/openbmc/u-boot/arch/arm/dts/
H A Dam437x-sk-evm.dts590 label = "QSPI.U_BOOT.backup";
602 label = "QSPI.U-BOOT-ENV.backup";
H A Dulcb.dtsi256 rohm,ddr-backup-power = <0xf>;
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap5-board-common.dtsi412 ti,backup-battery-chargeable;
413 ti,backup-battery-charge-high-current;
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ampere-mtjade.dts776 /*B0-B7*/ "i2c-backup-sel","","","",
811 /*AC0-AC7*/ "sys-pwr-gd","","spi0-program-sel","spi0-backup-sel","bmc-ok",
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1532 struct vmw_bo *backup = res->guest_memory_bo; in vmw_gb_surface_define_internal() local
1534 ttm_bo_reserve(&backup->tbo, false, false, NULL); in vmw_gb_surface_define_internal()
1538 ret = vmw_bo_dirty_add(backup); in vmw_gb_surface_define_internal()
1543 ttm_bo_unreserve(&backup->tbo); in vmw_gb_surface_define_internal()
/openbmc/linux/tools/memory-model/Documentation/
H A Dreferences.txt105 Ordering" (backup material for the LWN articles)
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-piix4.rst65 updates first, for example), and backup first! An even more dangerous
/openbmc/qemu/docs/devel/
H A Dluks-detached-header.rst59 backup detached header
/openbmc/qemu/qapi/
H A Dblock-core.json1539 # Optional parameters for backup. These parameters don't affect
1579 # (Since 2.4 (drive-backup), 3.1 (blockdev-backup))
1880 # @drive-backup:
1885 # 'backup'. The operation can be stopped before it has completed
1890 # @deprecated: This command is deprecated. Use @blockdev-backup
1906 { 'command': 'drive-backup', 'boxed': true,
1911 # @blockdev-backup:
1932 { 'command': 'blockdev-backup', 'boxed': true,
2344 # backup from this point in time forward will only backup clusters
2416 # backup checkpoints, or in simpler usages, to copy bitmaps.
[all …]
/openbmc/linux/Documentation/filesystems/
H A Ddax.rst263 sysadmins have an option to restore the lost data from a prior ``backup/inbuilt``
266 1. Delete the affected file, and restore from a backup (sysadmin route):
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3033 backup[i] = rtl8xxxu_read8(priv, reg[i]); in rtl8xxxu_save_mac_regs()
3035 backup[i] = rtl8xxxu_read32(priv, reg[i]); in rtl8xxxu_save_mac_regs()
3039 const u32 *reg, u32 *backup) in rtl8xxxu_restore_mac_regs() argument
3044 rtl8xxxu_write8(priv, reg[i], backup[i]); in rtl8xxxu_restore_mac_regs()
3046 rtl8xxxu_write32(priv, reg[i], backup[i]); in rtl8xxxu_restore_mac_regs()
3050 u32 *backup, int count) in rtl8xxxu_save_regs() argument
3055 backup[i] = rtl8xxxu_read32(priv, regs[i]); in rtl8xxxu_save_regs()
3059 u32 *backup, int count) in rtl8xxxu_restore_regs() argument
3064 rtl8xxxu_write32(priv, regs[i], backup[i]); in rtl8xxxu_restore_regs()
3089 const u32 *regs, u32 *backup) in rtl8xxxu_mac_calibration() argument
[all …]
/openbmc/linux/net/ethtool/
H A Dioctl.c2562 struct ethtool_coalesce *backup = NULL, *tmp = NULL; in ethtool_set_per_queue_coalesce() local
2573 tmp = backup = kmalloc_array(n_queue, sizeof(*backup), GFP_KERNEL); in ethtool_set_per_queue_coalesce()
2574 if (!backup) in ethtool_set_per_queue_coalesce()
2605 tmp = backup; in ethtool_set_per_queue_coalesce()
2611 kfree(backup); in ethtool_set_per_queue_coalesce()
/openbmc/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-sm-k26-revA.dts212 label = "U-Boot storage variables backup";
/openbmc/linux/drivers/thermal/qcom/
H A Dtsens.h630 int tsens_read_calibration(struct tsens_priv *priv, int shift, u32 *p1, u32 *p2, bool backup);
/openbmc/linux/arch/arm/mach-s3c/
H A Dmach-crag6410.c557 .backup = &banff_backup_pdata,
/openbmc/phosphor-host-ipmid/
H A Dmeson.options74 …description: 'Use the getActiveSoftwareVersionInfo for the BMC version and dev_id.json as backup')

1234567891011