/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
D | radio.c | 369 u16 backup[20] = { 0 }; in b43legacy_calc_nrssi_offset() local 374 backup[0] = b43legacy_phy_read(dev, 0x0001); in b43legacy_calc_nrssi_offset() 375 backup[1] = b43legacy_phy_read(dev, 0x0811); in b43legacy_calc_nrssi_offset() 376 backup[2] = b43legacy_phy_read(dev, 0x0812); in b43legacy_calc_nrssi_offset() 377 backup[3] = b43legacy_phy_read(dev, 0x0814); in b43legacy_calc_nrssi_offset() 378 backup[4] = b43legacy_phy_read(dev, 0x0815); in b43legacy_calc_nrssi_offset() 379 backup[5] = b43legacy_phy_read(dev, 0x005A); in b43legacy_calc_nrssi_offset() 380 backup[6] = b43legacy_phy_read(dev, 0x0059); in b43legacy_calc_nrssi_offset() 381 backup[7] = b43legacy_phy_read(dev, 0x0058); in b43legacy_calc_nrssi_offset() 382 backup[8] = b43legacy_phy_read(dev, 0x000A); in b43legacy_calc_nrssi_offset() [all …]
|
/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 42 struct vmw_buffer_object *backup = res->backup; in vmw_resource_mob_attach() local 43 struct rb_node **new = &backup->res_tree.rb_node, *parent = NULL; in vmw_resource_mob_attach() 45 dma_resv_assert_held(res->backup->base.base.resv); in vmw_resource_mob_attach() 59 rb_insert_color(&res->mob_node, &backup->res_tree); in vmw_resource_mob_attach() 61 vmw_bo_prio_add(backup, res->used_prio); in vmw_resource_mob_attach() 70 struct vmw_buffer_object *backup = res->backup; in vmw_resource_mob_detach() local 72 dma_resv_assert_held(backup->base.base.resv); in vmw_resource_mob_detach() 74 rb_erase(&res->mob_node, &backup->res_tree); in vmw_resource_mob_detach() 76 vmw_bo_prio_del(backup, res->used_prio); in vmw_resource_mob_detach() 122 if (res->backup) { in vmw_resource_release() [all …]
|
D | vmwgfx_cotable.c | 169 struct ttm_buffer_object *bo = &res->backup->base; in vmw_cotable_unscrub() 211 * The create() callback may have changed @res->backup without in vmw_cotable_bind() 213 * the old backup buffer. Although hackish, and not used currently, in vmw_cotable_bind() 217 val_buf->bo = &res->backup->base; in vmw_cotable_bind() 226 * @readback: Whether initiate a readback of the cotable data to the backup 231 * unbind requires reserved backup buffers and it might not be possible to 299 * @readback: Whether to read back cotable data to the backup buffer. 303 * Unbinds the cotable from the device and fences the backup buffer. 365 vmw_bo_fence_single(&res->backup->base, fence); in vmw_cotable_readback() 377 * Resizes a cotable and binds the new backup buffer. [all …]
|
D | vmwgfx_validation.c | 36 * @coherent_count: If switching backup buffers, number of new coherent 37 * resources that will have this buffer as a backup buffer. 57 * @new_backup: Non ref-counted pointer to new backup buffer to be assigned 59 * @new_backup_offset: Offset into the new backup mob for resources that can 63 * @switching_backup: The validation process is switching backup MOB. 404 * vmw_validation_res_switch_backup - Register a backup MOB switch during 410 * @vbo: The new backup buffer object MOB. This buffer object needs to have 412 * @backup_offset: Offset into the new backup MOB. 456 if (res->backup) { in vmw_validation_res_reserve() 457 struct vmw_buffer_object *vbo = res->backup; in vmw_validation_res_reserve() [all …]
|
D | vmwgfx_surface.c | 197 * Computes the required size for a surface dma command for backup or 467 * vmw_legacy_srf_dma - Copy backup data to or from a legacy surface. 472 * information about the backup buffer. 475 * Transfer backup data to or from a legacy surface as part of the 478 * The backup buffer will be fenced or idle upon successful completion, 479 * and if the surface needs persistent backup storage, the backup buffer 505 * Create a fence object and fence the backup buffer. in vmw_legacy_srf_dma() 526 * information about the backup buffer. 528 * This function will copy backup data to the surface if the 529 * backup buffer is dirty. [all …]
|
/linux-5.10/drivers/power/supply/ |
D | wm831x_backup.c | 3 * Backup battery driver for Wolfson Microelectronics wm831x PMICs 21 struct power_supply *backup; member 40 * Backup supply properties 49 if (!wm831x_pdata || !wm831x_pdata->backup) { in wm831x_config_backup() 51 "No backup battery charger configuration\n"); in wm831x_config_backup() 55 pdata = wm831x_pdata->backup; in wm831x_config_backup() 71 dev_err(wm831x->dev, "Invalid backup voltage limit %dmV\n", in wm831x_config_backup() 88 dev_err(wm831x->dev, "Invalid backup current limit %duA\n", in wm831x_config_backup() 107 "Failed to set backup charger config: %d\n", ret); in wm831x_config_backup() 184 "wm831x-backup.%d", wm831x_pdata->wm831x_num); in wm831x_backup_probe() [all …]
|
/linux-5.10/Documentation/devicetree/bindings/rtc/ |
D | rtc-palmas.txt | 10 - ti,backup-battery-chargeable: The Palmas series device like TPS65913 or 11 TPS80036 supports the backup battery for powering the RTC when main 12 battery is removed or in very low power state. The backup battery 16 - ti,backup-battery-charge-high-current: Enable high current charging in 17 backup battery. Device supports the < 100uA and > 100uA charging. 28 ti,backup-battery-chargeable; 29 ti,backup-battery-charge-high-current;
|
/linux-5.10/drivers/regulator/ |
D | bd9571mwv-regulator.c | 22 /* DDR Backup Power */ 23 u8 bkup_mode_cnt_keepon; /* from "rohm,ddr-backup-power" */ 146 dev_err(bd->dev, "failed to read backup mode (%d)\n", ret); in bd9571mwv_bkup_mode_read() 159 dev_err(bd->dev, "failed to configure backup mode 0x%x (%d)\n", in bd9571mwv_bkup_mode_write() 194 * Configure DDR Backup Mode, to change the role of the accessory power in backup_mode_store() 223 /* Save DDR Backup Mode */ in bd9571mwv_suspend() 233 /* Enable DDR Backup Mode */ in bd9571mwv_suspend() 250 /* Restore DDR Backup Mode */ in bd9571mwv_resume() 302 of_property_read_u32(bd->dev->of_node, "rohm,ddr-backup-power", &val); in bd9571mwv_regulator_probe() 305 "rohm,ddr-backup-power", val); in bd9571mwv_regulator_probe() [all …]
|
/linux-5.10/drivers/net/wireless/broadcom/b43/ |
D | phy_g.c | 412 u16 backup[20] = { 0 }; in b43_calc_nrssi_offset() local 417 backup[0] = b43_phy_read(dev, 0x0001); in b43_calc_nrssi_offset() 418 backup[1] = b43_phy_read(dev, 0x0811); in b43_calc_nrssi_offset() 419 backup[2] = b43_phy_read(dev, 0x0812); in b43_calc_nrssi_offset() 421 backup[3] = b43_phy_read(dev, 0x0814); in b43_calc_nrssi_offset() 422 backup[4] = b43_phy_read(dev, 0x0815); in b43_calc_nrssi_offset() 424 backup[5] = b43_phy_read(dev, 0x005A); in b43_calc_nrssi_offset() 425 backup[6] = b43_phy_read(dev, 0x0059); in b43_calc_nrssi_offset() 426 backup[7] = b43_phy_read(dev, 0x0058); in b43_calc_nrssi_offset() 427 backup[8] = b43_phy_read(dev, 0x000A); in b43_calc_nrssi_offset() [all …]
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-bd9571mwv-regulator | 5 Description: Read/write the current state of DDR Backup Mode, which controls 11 Backup Mode is enabled by default when available, as the 16 1. Configure PMIC for backup mode, to change the role of 26 DDR Backup Mode must be explicitly enabled by the user,
|
/linux-5.10/drivers/usb/dwc2/ |
D | core.h | 681 * @gotgctl: Backup of GOTGCTL register 682 * @gintmsk: Backup of GINTMSK register 683 * @gahbcfg: Backup of GAHBCFG register 684 * @gusbcfg: Backup of GUSBCFG register 685 * @grxfsiz: Backup of GRXFSIZ register 686 * @gnptxfsiz: Backup of GNPTXFSIZ register 687 * @gi2cctl: Backup of GI2CCTL register 688 * @glpmcfg: Backup of GLPMCFG register 689 * @gdfifocfg: Backup of GDFIFOCFG register 690 * @pcgcctl: Backup of PCGCCTL register [all …]
|
/linux-5.10/net/mptcp/ |
D | syncookies.c | 29 u8 backup; member 51 entry->backup = subflow_req->backup; in mptcp_join_store_state() 111 subflow_req->backup = e->backup; in mptcp_token_join_cookie_init_state()
|
/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | bd9571mwv.txt | 28 - rohm,ddr-backup-power : Value to use for DDR-Backup Power (default 0). 30 rails need to be kept powered when backup mode is 57 rohm,ddr-backup-power = <0xf>;
|
/linux-5.10/arch/arm/boot/dts/ |
D | armada-370-netgear-rn102.dts | 121 blue-backup-led { 122 label = "rn102:blue:backup"; 147 backup-button { 148 label = "Backup Button"; 202 backup_led_pin: backup-led-pin { 207 backup_button_pin: backup-button-pin {
|
D | armada-370-netgear-rn104.dts | 109 blue-backup-led { 110 label = "rn104:blue:backup"; 167 backup-button { 168 label = "Backup Button"; 228 backup_button_pin: backup-button-pin { 238 backup_led_pin: backup-led-pin {
|
D | kirkwood-netgear_readynas_duo_v2.dts | 34 pmx_button_backup: pmx-button-backup { 64 pmx_led_blue_backup: pmx-led-blue-backup { 163 backup-button { 164 label = "Backup Button";
|
D | armada-370-dlink-dns327l.dts | 64 backup-button { 65 label = "Backup Button"; 101 backup-led-pin { 194 backup_led_pin: backup-led-pin { 224 backup_button_pin: backup-button-pin {
|
/linux-5.10/tools/testing/selftests/net/mptcp/ |
D | pm_netlink.sh | 77 ip netns exec $ns1 ./pm_nl_ctl add 10.0.1.3 flags signal,backup 83 id 3 flags signal,backup 10.0.1.3" "dump addrs" 89 id 3 flags signal,backup 10.0.1.3" "dump addrs after del" 108 id 3 flags signal,backup 10.0.1.3
|
/linux-5.10/fs/ocfs2/ |
D | resize.c | 34 * Check whether there are new backup superblocks exist 61 /* check if already done backup super */ in ocfs2_calc_new_backup_super() 116 * check whether there are some new backup superblocks exist in in ocfs2_update_last_group_and_inode() 177 struct buffer_head *backup = NULL; in update_backups() local 188 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &backup); in update_backups() 194 memcpy(backup->b_data, data, inode->i_sb->s_blocksize); in update_backups() 196 backup_di = (struct ocfs2_dinode *)backup->b_data; in update_backups() 199 ret = ocfs2_write_super_or_backup(osb, backup); in update_backups() 200 brelse(backup); in update_backups() 201 backup = NULL; in update_backups()
|
/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
D | rtw8723d.c | 719 struct iqk_backup_regs *backup) in rtw8723d_iqk_backup_regs() argument 724 backup->adda[i] = rtw_read32(rtwdev, iqk_adda_regs[i]); in rtw8723d_iqk_backup_regs() 727 backup->mac8[i] = rtw_read8(rtwdev, iqk_mac8_regs[i]); in rtw8723d_iqk_backup_regs() 729 backup->mac32[i] = rtw_read32(rtwdev, iqk_mac32_regs[i]); in rtw8723d_iqk_backup_regs() 732 backup->bb[i] = rtw_read32(rtwdev, iqk_bb_regs[i]); in rtw8723d_iqk_backup_regs() 734 backup->igia = rtw_read32_mask(rtwdev, REG_OFDM0_XAAGC1, MASKBYTE0); in rtw8723d_iqk_backup_regs() 735 backup->igib = rtw_read32_mask(rtwdev, REG_OFDM0_XBAGC1, MASKBYTE0); in rtw8723d_iqk_backup_regs() 737 backup->bb_sel_btg = rtw_read32(rtwdev, REG_BB_SEL_BTG); in rtw8723d_iqk_backup_regs() 741 const struct iqk_backup_regs *backup) in rtw8723d_iqk_restore_regs() argument 746 rtw_write32(rtwdev, iqk_adda_regs[i], backup->adda[i]); in rtw8723d_iqk_restore_regs() [all …]
|
/linux-5.10/include/uapi/linux/ |
D | ip_vs.h | 42 #define IP_VS_STATE_BACKUP 0x0002 /* started as backup */ 80 * Only flags 0..15 are sent to backup server 99 /* Initial bits allowed in backup server */ 108 /* Bits allowed to update in backup server */ 112 /* Flags that are not sent to backup server start from bit 16 */ 281 /* sync daemon state (master/backup) */ 426 IPVS_DAEMON_ATTR_STATE, /* sync daemon state (master/backup) */
|
/linux-5.10/arch/powerpc/kexec/ |
D | file_load_64.c | 149 /* Skip backup memory region, which needs a separate entry */ in get_crash_memory_ranges() 194 /* create a separate program header for the backup region */ in get_crash_memory_ranges() 712 * load_backup_segment - Locate a memory hole to place the backup region. 724 * Setup a source buffer for backup segment. in load_backup_segment() 726 * A source buffer has no meaning for backup region as data will in load_backup_segment() 727 * be copied from backup source, after crash, in the purgatory. in load_backup_segment() 752 * update_backup_region_phdr - Update backup region's offset for the core to 757 * Assumes an exclusive program header is setup for the backup region 771 pr_debug("Backup region offset updated to 0x%lx\n", in update_backup_region_phdr() 804 /* Fix the offset for backup region in the ELF header */ in load_elfcorehdr_segment() [all …]
|
/linux-5.10/arch/arm/mach-ux500/ |
D | platsmp.c | 25 /* Magic triggers in backup RAM */ 72 * write the address of secondary startup into the backup ram register in ux500_boot_secondary() 74 * backup ram register at offset 0x1FF0, which is what boot rom code in ux500_boot_secondary()
|
/linux-5.10/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 27 * Alexandre Cassen : Added master & backup support at a time. 212 The master mulitcasts messages (Datagrams) to the backup load balancers 817 IP_VS_DBG(3, "BACKUP, no %s engine found/loaded\n", in ip_vs_conn_fill_param_sync() 822 IP_VS_ERR_RL("BACKUP, Invalid PE parameters\n"); in ip_vs_conn_fill_param_sync() 838 * Common for version 0 and 1 reception of backup sync_conns. 917 IP_VS_DBG(2, "BACKUP, add new conn. failed\n"); in ip_vs_proc_conn() 975 IP_VS_ERR_RL("BACKUP v0, bogus conn\n"); in ip_vs_process_message_v0() 985 IP_VS_ERR_RL("BACKUP v0, Dropping buffer bogus conn options\n"); in ip_vs_process_message_v0() 997 IP_VS_DBG(2, "BACKUP v0, Unsupported protocol %u\n", in ip_vs_process_message_v0() 1002 IP_VS_DBG(2, "BACKUP v0, Invalid %s state %u\n", in ip_vs_process_message_v0() [all …]
|
/linux-5.10/Documentation/networking/ |
D | bonding.rst | 173 (active-backup, balance-alb and balance-tlb). Possible values 332 backup or 2 334 Validation is performed only for backup slaves. 353 only for backup slaves. 362 that they were generated by an arp_ip_target. Since backup slaves 364 for backup slaves is on the broadcast ARP request sent out via the 366 configurations may result in situations wherein the backup slaves 368 of backup slaves must be disabled. 370 The validation of ARP requests on backup slaves is mainly helping 373 backup slave will work if it's selected as the next active slave. [all …]
|