Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 83 of 83) sorted by relevance

/linux-4.4.14/drivers/net/wireless/b43legacy/
Dradio.c386 u16 backup[20] = { 0 }; in b43legacy_calc_nrssi_offset() local
391 backup[0] = b43legacy_phy_read(dev, 0x0001); in b43legacy_calc_nrssi_offset()
392 backup[1] = b43legacy_phy_read(dev, 0x0811); in b43legacy_calc_nrssi_offset()
393 backup[2] = b43legacy_phy_read(dev, 0x0812); in b43legacy_calc_nrssi_offset()
394 backup[3] = b43legacy_phy_read(dev, 0x0814); in b43legacy_calc_nrssi_offset()
395 backup[4] = b43legacy_phy_read(dev, 0x0815); in b43legacy_calc_nrssi_offset()
396 backup[5] = b43legacy_phy_read(dev, 0x005A); in b43legacy_calc_nrssi_offset()
397 backup[6] = b43legacy_phy_read(dev, 0x0059); in b43legacy_calc_nrssi_offset()
398 backup[7] = b43legacy_phy_read(dev, 0x0058); in b43legacy_calc_nrssi_offset()
399 backup[8] = b43legacy_phy_read(dev, 0x000A); in b43legacy_calc_nrssi_offset()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Drtc-palmas.txt11 - ti,backup-battery-chargeable: The Palmas series device like TPS65913 or
12 TPS80036 supports the backup battery for powering the RTC when main
13 battery is removed or in very low power state. The backup battery
17 - ti,backup-battery-charge-high-current: Enable high current charging in
18 backup battery. Device supports the < 100mA and > 100mA charging.
29 ti,backup-battery-chargeable;
30 ti,backup-battery-charge-high-current;
/linux-4.4.14/drivers/net/wireless/b43/
Dphy_g.c424 u16 backup[20] = { 0 }; in b43_calc_nrssi_offset() local
429 backup[0] = b43_phy_read(dev, 0x0001); in b43_calc_nrssi_offset()
430 backup[1] = b43_phy_read(dev, 0x0811); in b43_calc_nrssi_offset()
431 backup[2] = b43_phy_read(dev, 0x0812); in b43_calc_nrssi_offset()
433 backup[3] = b43_phy_read(dev, 0x0814); in b43_calc_nrssi_offset()
434 backup[4] = b43_phy_read(dev, 0x0815); in b43_calc_nrssi_offset()
436 backup[5] = b43_phy_read(dev, 0x005A); in b43_calc_nrssi_offset()
437 backup[6] = b43_phy_read(dev, 0x0059); in b43_calc_nrssi_offset()
438 backup[7] = b43_phy_read(dev, 0x0058); in b43_calc_nrssi_offset()
439 backup[8] = b43_phy_read(dev, 0x000A); in b43_calc_nrssi_offset()
[all …]
Dwa.c35 u16 backup; in b43_wa_papd() local
37 backup = b43_ofdmtab_read16(dev, B43_OFDMTAB_PWRDYN2, 0); in b43_wa_papd()
41 b43_ofdmtab_write16(dev, B43_OFDMTAB_PWRDYN2, 0, backup); in b43_wa_papd()
/linux-4.4.14/drivers/power/
Dwm831x_backup.c24 struct power_supply *backup; member
52 if (!wm831x_pdata || !wm831x_pdata->backup) { in wm831x_config_backup()
58 pdata = wm831x_pdata->backup; in wm831x_config_backup()
197 devdata->backup = power_supply_register(&pdev->dev, in wm831x_backup_probe()
200 return PTR_ERR_OR_ZERO(devdata->backup); in wm831x_backup_probe()
207 power_supply_unregister(devdata->backup); in wm831x_backup_remove()
DKconfig23 backup batteries, and optional builtin charger.
47 tristate "WM831X backup battery charger support"
50 Say Y here to enable support for the backup battery charger
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c129 if (res->backup) { in vmw_resource_release()
130 struct ttm_buffer_object *bo = &res->backup->base; in vmw_resource_release()
144 vmw_dmabuf_unreference(&res->backup); in vmw_resource_release()
229 res->backup = NULL; in vmw_resource_init()
1086 struct vmw_dma_buffer *backup; in vmw_resource_buf_alloc() local
1089 if (likely(res->backup)) { in vmw_resource_buf_alloc()
1090 BUG_ON(res->backup->base.num_pages * PAGE_SIZE < size); in vmw_resource_buf_alloc()
1094 backup = kzalloc(sizeof(*backup), GFP_KERNEL); in vmw_resource_buf_alloc()
1095 if (unlikely(backup == NULL)) in vmw_resource_buf_alloc()
1098 ret = vmw_dmabuf_init(res->dev_priv, backup, res->backup_size, in vmw_resource_buf_alloc()
[all …]
Dvmwgfx_cotable.c164 struct ttm_buffer_object *bo = &res->backup->base; in vmw_cotable_unscrub()
215 val_buf->bo = &res->backup->base; in vmw_cotable_bind()
369 vmw_fence_single_bo(&res->backup->base, fence); in vmw_cotable_readback()
391 struct vmw_dma_buffer *buf, *old_buf = res->backup; in vmw_cotable_resize()
392 struct ttm_buffer_object *bo, *old_bo = &res->backup->base; in vmw_cotable_resize()
463 res->backup = buf; in vmw_cotable_resize()
474 res->backup = old_buf; in vmw_cotable_resize()
Dvmwgfx_surface.c857 &res->backup, in vmw_surface_define_ioctl()
1330 &res->backup, in vmw_gb_surface_define_ioctl()
1332 if (ret == 0 && res->backup->base.num_pages * PAGE_SIZE < in vmw_gb_surface_define_ioctl()
1335 vmw_dmabuf_unreference(&res->backup); in vmw_gb_surface_define_ioctl()
1345 &res->backup, in vmw_gb_surface_define_ioctl()
1368 if (res->backup) { in vmw_gb_surface_define_ioctl()
1370 drm_vma_node_offset_addr(&res->backup->base.vma_node); in vmw_gb_surface_define_ioctl()
1371 rep->buffer_size = res->backup->base.num_pages * PAGE_SIZE; in vmw_gb_surface_define_ioctl()
1416 if (srf->res.backup == NULL) { in vmw_gb_surface_reference_ioctl()
1422 ret = vmw_user_dmabuf_reference(tfile, srf->res.backup, in vmw_gb_surface_reference_ioctl()
[all …]
Dvmwgfx_kms.c703 vmw_framebuffer_to_vfbs(&vfb->base)->surface->res.backup; in vmw_framebuffer_pin()
735 vmw_framebuffer_to_vfbs(&vfb->base)->surface->res.backup; in vmw_framebuffer_unpin()
816 vmw_dmabuf_unreference(&res->backup); in vmw_create_dmabuf_proxy()
817 res->backup = vmw_dmabuf_reference(dmabuf_mob); in vmw_create_dmabuf_proxy()
1919 vmw_kms_helper_buffer_revert(res->backup); in vmw_kms_helper_resource_revert()
1952 if (res->backup) { in vmw_kms_helper_resource_prepare()
1953 ret = vmw_kms_helper_buffer_prepare(res->dev_priv, res->backup, in vmw_kms_helper_resource_prepare()
1965 vmw_kms_helper_buffer_revert(res->backup); in vmw_kms_helper_resource_prepare()
1984 if (res->backup || out_fence) in vmw_kms_helper_resource_finish()
1985 vmw_kms_helper_buffer_finish(res->dev_priv, NULL, res->backup, in vmw_kms_helper_resource_finish()
Dvmwgfx_shader.c180 res->backup = vmw_dmabuf_reference(byte_code); in vmw_gb_shader_init()
285 BUG_ON(res->backup->base.mem.mem_type != VMW_PL_MOB); in vmw_gb_shader_unbind()
414 cmd->body.mobid = res->backup->base.mem.start; in vmw_dx_shader_unscrub()
528 BUG_ON(res->backup->base.mem.mem_type != VMW_PL_MOB); in vmw_dx_shader_unbind()
Dvmwgfx_execbuf.c568 if (res->backup) { in vmw_resources_reserve()
569 struct vmw_dma_buffer *vbo = res->backup; in vmw_resources_reserve()
610 struct vmw_dma_buffer *backup = res->backup; in vmw_resources_validate() local
620 if (backup && res->backup && (backup != res->backup)) { in vmw_resources_validate()
621 struct vmw_dma_buffer *vbo = res->backup; in vmw_resources_validate()
Dvmwgfx_drv.h119 struct vmw_dma_buffer *backup; member
/linux-4.4.14/arch/arm/probes/uprobes/
Dactions-arm.c75 autask->backup = regs->uregs[pcreg]; in uprobe_set_pc()
84 regs->uregs[auprobe->pcreg] = autask->backup; in uprobe_unset_pc()
94 regs->uregs[pcreg] = autask->backup; in uprobe_aluwrite_pc()
104 regs->uregs[pcreg] = autask->backup; in uprobe_write_pc()
/linux-4.4.14/include/net/
Dbonding.h165 u8 backup:1, /* indicates backup slave. Value corresponds with member
328 if (slave->backup) { in bond_set_active_slave()
329 slave->backup = 0; in bond_set_active_slave()
337 if (!slave->backup) { in bond_set_backup_slave()
338 slave->backup = 1; in bond_set_backup_slave()
347 if (slave->backup == slave_state) in bond_set_slave_state()
350 slave->backup = slave_state; in bond_set_slave_state()
391 return slave->backup; in bond_slave_state()
/linux-4.4.14/arch/sh/boards/mach-hp6xx/
Dhp6xx_apm.c34 int battery, backup, charging, percentage; in hp6x0_apm_get_power_status() local
38 backup = adc_single(ADC_CHANNEL_BACKUP); in hp6x0_apm_get_power_status()
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dtwl-charger.txt20 - ti,bb-uvolt: microvolts for charging the backup battery.
21 - ti,bb-uamp: microamps for charging the backup battery.
Dqcom,coincell-charger.txt4 used to provide power backup for certain features of the power management
/linux-4.4.14/fs/ocfs2/
Dresize.c191 struct buffer_head *backup = NULL; in update_backups() local
202 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &backup); in update_backups()
208 memcpy(backup->b_data, data, inode->i_sb->s_blocksize); in update_backups()
210 backup_di = (struct ocfs2_dinode *)backup->b_data; in update_backups()
213 ret = ocfs2_write_super_or_backup(osb, backup); in update_backups()
214 brelse(backup); in update_backups()
215 backup = NULL; in update_backups()
/linux-4.4.14/arch/arm/boot/dts/
Darmada-370-netgear-rn102.dts219 blue-backup-led {
220 label = "rn102:blue:backup";
245 backup-button {
276 backup_led_pin: backup-led-pin {
281 backup_button_pin: backup-button-pin {
Darmada-370-netgear-rn104.dts211 blue-backup-led {
212 label = "rn104:blue:backup";
255 backup-button {
288 backup_button_pin: backup-button-pin {
298 backup_led_pin: backup-led-pin {
Dkirkwood-iomega_ix2_200.dts42 pmx_led_backup: pmx-led-backup {
70 pmx_led_backup_brt_ctrl_1: pmx-led-backup-brt-ctrl-1 {
74 pmx_led_backup_brt_ctrl_2: pmx-led-backup-brt-ctrl-2 {
Dkirkwood-netgear_readynas_duo_v2.dts48 pmx_button_backup: pmx-button-backup {
78 pmx_led_blue_backup: pmx-led-blue-backup {
177 backup-button {
Dkirkwood-netgear_readynas_nv+_v2.dts50 pmx_button_backup: pmx-button-backup {
65 pmx_led_blue_backup: pmx-led-blue-backup {
189 backup-button {
Darmada-370-dlink-dns327l.dts170 backup-button {
207 backup-led-pin {
286 backup_led_pin: backup-led-pin {
316 backup_button_pin: backup-button-pin {
Dam437x-idk-evm.dts358 label = "QSPI.U_BOOT.backup";
370 label = "QSPI.U-BOOT-ENV.backup";
Domap5-board-common.dtsi390 ti,backup-battery-chargeable;
391 ti,backup-battery-charge-high-current;
Dam437x-sk-evm.dts617 label = "QSPI.U_BOOT.backup";
629 label = "QSPI.U-BOOT-ENV.backup";
Dam43x-epos-evm.dts715 label = "QSPI.U_BOOT.backup";
727 label = "QSPI.U-BOOT-ENV.backup";
Domap3-pandora-common.dtsi427 /* backup battery charger */
Dste-dbx5x0.dtsi195 * The backup RAM is used for retention during sleep
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dphy.c897 u32 *backup, u32 register_num) in save_adda_registers() argument
902 backup[i] = phy_query_bb_reg(adapt, addareg[i], bMaskDWord); in save_adda_registers()
907 u32 *backup) in save_mac_registers() argument
912 backup[i] = usb_read8(adapt, mac_reg[i]); in save_mac_registers()
914 backup[i] = usb_read32(adapt, mac_reg[i]); in save_mac_registers()
918 u32 *backup, u32 regiester_num) in reload_adda_reg() argument
923 phy_set_bb_reg(adapt, adda_reg[i], bMaskDWord, backup[i]); in reload_adda_reg()
927 u32 *mac_reg, u32 *backup) in reload_mac_registers() argument
932 usb_write8(adapt, mac_reg[i], (u8)backup[i]); in reload_mac_registers()
934 usb_write32(adapt, mac_reg[i], backup[i]); in reload_mac_registers()
[all …]
/linux-4.4.14/Documentation/hwmon/
Dda905228 Channel 9: VBBAT - measurement of the backup battery voltage
42 The backup battery voltage is calculated as:
/linux-4.4.14/arch/arm/include/asm/
Duprobes.h26 u32 backup; member
/linux-4.4.14/drivers/net/team/
DKconfig53 tristate "Active-backup mode support"
57 for backup.
/linux-4.4.14/include/linux/mfd/wm831x/
Dpdata.h133 struct wm831x_backup_pdata *backup; member
/linux-4.4.14/Documentation/networking/
Dbonding.txt168 (active-backup, balance-alb and balance-tlb). Possible values
324 backup or 2
326 Validation is performed only for backup slaves.
345 only for backup slaves.
354 that they were generated by an arp_ip_target. Since backup slaves
356 for backup slaves is on the broadcast ARP request sent out via the
358 configurations may result in situations wherein the backup slaves
360 of backup slaves must be disabled.
362 The validation of ARP requests on backup slaves is mainly helping
365 backup slave will work if it's selected as the next active slave.
[all …]
Dipvs-sysctl.txt23 in backup mode to avoid packet loops for DR/TUN methods.
225 sloppy_sctp flags on backup servers. For non-persistent services
Dxfrm_sync.txt16 This way a backup stays as closely uptodate as an active member.
/linux-4.4.14/fs/nilfs2/
DKconfig18 its writable mount, and this feature is convenient for online backup.
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-20023 * Ver 0.2 Nov 23 95 A short backup (few megabytes) and restore procedure
6 * A longer backup resulted in major swapping, bad
13 * from the background backup procedure.
84 * user backup program. On my tape drive, it sometimes
110 * during a backup/restore procedure is supported. The
Dide-tape.txt36 2. No buffering is performed by the user backup program.
/linux-4.4.14/scripts/package/
Dbuilddeb421 mv debian/ debian.backup # debian/ might be cleaned away
423 mv debian.backup debian
/linux-4.4.14/Documentation/filesystems/
Decryptfs.txt14 maintain a backup copy of any data you write into eCryptfs.
Djfs.txt22 from backup media. The integrity of the volume is not
Dafs.txt98 The name of the volume can be suffixes with ".backup" or ".readonly" to
Dbtrfs.txt33 * Efficient incremental backup and FS mirroring (not yet implemented)
Daffs.txt168 restore or repair your RDB. So please do make a backup copy of it
Dnilfs2.txt20 for online backup.
Dext2.txt108 to mounting the filesystem. Since it is so important, backup copies of
113 filesystems, later revisions can optionally reduce the number of backup
Dvfat.txt64 escaped sequences. This would let you backup and
Dntfs.txt183 the boot sector from the backup copy.
Dext4.txt588 and copy data from the backup. Note, that
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-genwqe21 Description: Currently active bitstream. 1 is default, 0 is backup.
/linux-4.4.14/drivers/net/wireless/p54/
DKconfig64 backup set of generic values to get the device working.
/linux-4.4.14/Documentation/fb/
Dudlfb.txt131 backup in case reading the actual EDID of the monitor
136 monitor (or last backup value written). This is
/linux-4.4.14/Documentation/device-mapper/
Dera.txt10 Use cases include tracking changed blocks for backup software, and
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.c2958 rtl8xxxu_save_mac_regs(struct rtl8xxxu_priv *priv, const u32 *reg, u32 *backup) in rtl8xxxu_save_mac_regs() argument
2963 backup[i] = rtl8xxxu_read8(priv, reg[i]); in rtl8xxxu_save_mac_regs()
2965 backup[i] = rtl8xxxu_read32(priv, reg[i]); in rtl8xxxu_save_mac_regs()
2969 const u32 *reg, u32 *backup) in rtl8xxxu_restore_mac_regs() argument
2974 rtl8xxxu_write8(priv, reg[i], backup[i]); in rtl8xxxu_restore_mac_regs()
2976 rtl8xxxu_write32(priv, reg[i], backup[i]); in rtl8xxxu_restore_mac_regs()
2980 u32 *backup, int count) in rtl8xxxu_save_regs() argument
2985 backup[i] = rtl8xxxu_read32(priv, regs[i]); in rtl8xxxu_save_regs()
2989 u32 *backup, int count) in rtl8xxxu_restore_regs() argument
2994 rtl8xxxu_write32(priv, regs[i], backup[i]); in rtl8xxxu_restore_regs()
[all …]
/linux-4.4.14/
DREADME83 the backup files (some-file-name~ or some-file-name.orig), and make sure
279 - Keep a backup kernel handy in case something goes wrong. This is
282 backup of the modules corresponding to that kernel, as well. If you
284 working kernel, make a backup of your modules directory before you
/linux-4.4.14/drivers/dma/
Dste_dma40.c501 u32 *backup; member
2974 static void dma40_backup(void __iomem *baseaddr, u32 *backup, in dma40_backup() argument
2983 backup[i] = readl_relaxed(addr); in dma40_backup()
2985 writel_relaxed(backup[i], addr); in dma40_backup()
3016 if (base->gen_dmac.backup) in d40_save_restore_registers()
3018 base->gen_dmac.backup, in d40_save_restore_registers()
3259 base->gen_dmac.backup = d40_backup_regs_v4b; in d40_hw_detect_init()
3273 base->gen_dmac.backup = d40_backup_regs_v4a; in d40_hw_detect_init()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_log.h99 char *name, char *backup);
/linux-4.4.14/Documentation/scsi/
DNinjaSCSI.txt111 your data. Please backup your data when you use this driver.
Dosst.txt82 You may use the OnStream tape driver with your standard backup software,
95 for creating and restoring a full backup:
DChangeLog.megaraid_sas502 mode only when the controller has battery backup. At this time
Dtmscsim.txt91 precautions. In an ideal world you would have a full backup of your disks.
/linux-4.4.14/Documentation/i2c/busses/
Di2c-piix461 updates first, for example), and backup first! An even more dangerous
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dmach-crag6410.c565 .backup = &banff_backup_pdata,
/linux-4.4.14/Documentation/sound/alsa/
Dhdspm.txt208 backup connection.
/linux-4.4.14/arch/parisc/kernel/
Dperf_asm.S99 ;* is shifted shifted backup immediately. This is to compensate
/linux-4.4.14/drivers/rtc/
DKconfig201 chips (often with battery backup) connected with I2C. This driver
209 the RTC/NVRAM backup power, and alarms. NVRAM is visible in
1272 this is powered by the backup power supply.
1280 can be used as an RTC thanks to the backup power supply (e.g. a
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8723b1ant.c2302 bool backup) in halbtc8723b1ant_init_hw_config() argument
2311 if (backup) {/* backup rf 0x1e value */ in halbtc8723b1ant_init_hw_config()
Dhalbtc8192e2ant.c3210 bool backup) in halbtc8192e2ant_init_hwconfig() argument
3218 if (backup) { in halbtc8192e2ant_init_hwconfig()
/linux-4.4.14/scripts/
Dspelling.txt162 bakup||backup
/linux-4.4.14/net/netfilter/
DKconfig179 tristate "Amanda backup protocol support"
184 If you are running the Amanda backup package <http://www.amanda.org/>
188 Amanda requires for communication of the backup data, messages and
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt171 indices for the read-write, read-only and backup mirrors of those volumes.
/linux-4.4.14/drivers/misc/
DKconfig280 charge a coincell battery or backup capacitor which is used
/linux-4.4.14/Documentation/development-process/
D5.Posting186 the build process, for example, or editor backup files) in the patch. The
/linux-4.4.14/Documentation/usb/
Dusb-serial.txt103 is done, you can transfer files, backup, download email etc. The most
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt920 source tree, make sure you make a backup of it before you start making
931 names on the right side of the = (equals) sign. You did make a backup,
963 from the working map. Be extremely careful, and always make a backup!
/linux-4.4.14/drivers/video/fbdev/sis/
Dinit301.c3110 unsigned short CRT2Index, ResIndex, backup; in SiS_GetCRT2DataLVDS() local
3137 backup = SiS_Pr->SiS_IF_DEF_LVDS; in SiS_GetCRT2DataLVDS()
3145 SiS_Pr->SiS_IF_DEF_LVDS = backup; in SiS_GetCRT2DataLVDS()
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex956 \item Make a backup of your current driver.
/linux-4.4.14/drivers/scsi/
DKconfig1349 have a bootable disk and a backup in case of emergency.
/linux-4.4.14/Documentation/
Dkernel-parameters.txt1260 primary GPT is corrupted, it enables the backup/alternate