/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | radio.c | 386 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/ |
D | rtc-palmas.txt | 11 - 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/ |
D | phy_g.c | 424 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 …]
|
D | wa.c | 35 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/ |
D | wm831x_backup.c | 24 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()
|
D | Kconfig | 23 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/ |
D | vmwgfx_resource.c | 129 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 …]
|
D | vmwgfx_cotable.c | 164 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()
|
D | vmwgfx_surface.c | 857 &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 …]
|
D | vmwgfx_kms.c | 703 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()
|
D | vmwgfx_shader.c | 180 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()
|
D | vmwgfx_execbuf.c | 568 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()
|
D | vmwgfx_drv.h | 119 struct vmw_dma_buffer *backup; member
|
/linux-4.4.14/arch/arm/probes/uprobes/ |
D | actions-arm.c | 75 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/ |
D | bonding.h | 165 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/ |
D | hp6xx_apm.c | 34 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/ |
D | twl-charger.txt | 20 - ti,bb-uvolt: microvolts for charging the backup battery. 21 - ti,bb-uamp: microamps for charging the backup battery.
|
D | qcom,coincell-charger.txt | 4 used to provide power backup for certain features of the power management
|
/linux-4.4.14/fs/ocfs2/ |
D | resize.c | 191 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/ |
D | armada-370-netgear-rn102.dts | 219 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 {
|
D | armada-370-netgear-rn104.dts | 211 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 {
|
D | kirkwood-iomega_ix2_200.dts | 42 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 {
|
D | kirkwood-netgear_readynas_duo_v2.dts | 48 pmx_button_backup: pmx-button-backup { 78 pmx_led_blue_backup: pmx-led-blue-backup { 177 backup-button {
|
D | kirkwood-netgear_readynas_nv+_v2.dts | 50 pmx_button_backup: pmx-button-backup { 65 pmx_led_blue_backup: pmx-led-blue-backup { 189 backup-button {
|
D | armada-370-dlink-dns327l.dts | 170 backup-button { 207 backup-led-pin { 286 backup_led_pin: backup-led-pin { 316 backup_button_pin: backup-button-pin {
|
D | am437x-idk-evm.dts | 358 label = "QSPI.U_BOOT.backup"; 370 label = "QSPI.U-BOOT-ENV.backup";
|
D | omap5-board-common.dtsi | 390 ti,backup-battery-chargeable; 391 ti,backup-battery-charge-high-current;
|
D | am437x-sk-evm.dts | 617 label = "QSPI.U_BOOT.backup"; 629 label = "QSPI.U-BOOT-ENV.backup";
|
D | am43x-epos-evm.dts | 715 label = "QSPI.U_BOOT.backup"; 727 label = "QSPI.U-BOOT-ENV.backup";
|
D | omap3-pandora-common.dtsi | 427 /* backup battery charger */
|
D | ste-dbx5x0.dtsi | 195 * The backup RAM is used for retention during sleep
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 897 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/ |
D | da9052 | 28 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/ |
D | uprobes.h | 26 u32 backup; member
|
/linux-4.4.14/drivers/net/team/ |
D | Kconfig | 53 tristate "Active-backup mode support" 57 for backup.
|
/linux-4.4.14/include/linux/mfd/wm831x/ |
D | pdata.h | 133 struct wm831x_backup_pdata *backup; member
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 168 (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 …]
|
D | ipvs-sysctl.txt | 23 in backup mode to avoid packet loops for DR/TUN methods. 225 sloppy_sctp flags on backup servers. For non-persistent services
|
D | xfrm_sync.txt | 16 This way a backup stays as closely uptodate as an active member.
|
/linux-4.4.14/fs/nilfs2/ |
D | Kconfig | 18 its writable mount, and this feature is convenient for online backup.
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 3 * 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
|
D | ide-tape.txt | 36 2. No buffering is performed by the user backup program.
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 421 mv debian/ debian.backup # debian/ might be cleaned away 423 mv debian.backup debian
|
/linux-4.4.14/Documentation/filesystems/ |
D | ecryptfs.txt | 14 maintain a backup copy of any data you write into eCryptfs.
|
D | jfs.txt | 22 from backup media. The integrity of the volume is not
|
D | afs.txt | 98 The name of the volume can be suffixes with ".backup" or ".readonly" to
|
D | btrfs.txt | 33 * Efficient incremental backup and FS mirroring (not yet implemented)
|
D | affs.txt | 168 restore or repair your RDB. So please do make a backup copy of it
|
D | nilfs2.txt | 20 for online backup.
|
D | ext2.txt | 108 to mounting the filesystem. Since it is so important, backup copies of 113 filesystems, later revisions can optionally reduce the number of backup
|
D | vfat.txt | 64 escaped sequences. This would let you backup and
|
D | ntfs.txt | 183 the boot sector from the backup copy.
|
D | ext4.txt | 588 and copy data from the backup. Note, that
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-genwqe | 21 Description: Currently active bitstream. 1 is default, 0 is backup.
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | Kconfig | 64 backup set of generic values to get the device working.
|
/linux-4.4.14/Documentation/fb/ |
D | udlfb.txt | 131 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/ |
D | era.txt | 10 Use cases include tracking changed blocks for backup software, and
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.c | 2958 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/ |
D | README | 83 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/ |
D | ste_dma40.c | 501 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/ |
D | lustre_log.h | 99 char *name, char *backup);
|
/linux-4.4.14/Documentation/scsi/ |
D | NinjaSCSI.txt | 111 your data. Please backup your data when you use this driver.
|
D | osst.txt | 82 You may use the OnStream tape driver with your standard backup software, 95 for creating and restoring a full backup:
|
D | ChangeLog.megaraid_sas | 502 mode only when the controller has battery backup. At this time
|
D | tmscsim.txt | 91 precautions. In an ideal world you would have a full backup of your disks.
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-piix4 | 61 updates first, for example), and backup first! An even more dangerous
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | mach-crag6410.c | 565 .backup = &banff_backup_pdata,
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | hdspm.txt | 208 backup connection.
|
/linux-4.4.14/arch/parisc/kernel/ |
D | perf_asm.S | 99 ;* is shifted shifted backup immediately. This is to compensate
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 201 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/ |
D | halbtc8723b1ant.c | 2302 bool backup) in halbtc8723b1ant_init_hw_config() argument 2311 if (backup) {/* backup rf 0x1e value */ in halbtc8723b1ant_init_hw_config()
|
D | halbtc8192e2ant.c | 3210 bool backup) in halbtc8192e2ant_init_hwconfig() argument 3218 if (backup) { in halbtc8192e2ant_init_hwconfig()
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 162 bakup||backup
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 179 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/ |
D | fscache.txt | 171 indices for the read-write, read-only and backup mirrors of those volumes.
|
/linux-4.4.14/drivers/misc/ |
D | Kconfig | 280 charge a coincell battery or backup capacitor which is used
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 186 the build process, for example, or editor backup files) in the patch. The
|
/linux-4.4.14/Documentation/usb/ |
D | usb-serial.txt | 103 is done, you can transfer files, backup, download email etc. The most
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 920 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/ |
D | init301.c | 3110 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/ |
D | cdrom-standard.tex | 956 \item Make a backup of your current driver.
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 1349 have a bootable disk and a backup in case of emergency.
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 1260 primary GPT is corrupted, it enables the backup/alternate
|