| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_ttm_pm.c | 19 * i915_ttm_backup_free - Free any backup attached to this object 20 * @obj: The object whose backup is to be freed. 24 if (obj->ttm.backup) { in i915_ttm_backup_free() 25 i915_gem_object_put(obj->ttm.backup); in i915_ttm_backup_free() 26 obj->ttm.backup = NULL; in i915_ttm_backup_free() 34 * @backup_pinned: On backup, backup also pinned objects. 51 struct drm_i915_gem_object *backup; in i915_ttm_backup() local 56 if (!i915_ttm_cpu_maps_iomem(bo->resource) || obj->ttm.backup) in i915_ttm_backup() 83 backup = i915_gem_object_create_region(i915->mm.regions[INTEL_REGION_SMEM], in i915_ttm_backup() 85 if (IS_ERR(backup)) in i915_ttm_backup() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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;
|
| /kernel/linux/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;
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | test_bridge_backup_port.sh | 4 # This test is for checking bridge backup port and backup nexthop ID 7 # redirected to the VXLAN port (vx0). When a backup nexthop ID is configured, 251 echo "Backup port" 285 # Configure vx0 as the backup port of swp1 and check that packets are 290 log_test $? 0 "vx0 configured as backup port of swp1" 318 # Remove vx0 as the backup port of swp1 and check that packets are no 322 log_test $? 1 "vx0 not configured as backup port of swp1" 347 echo "Backup nexthop ID" 365 # The first filter matches on packets forwarded using the backup 372 # Configure vx0 as the backup port of swp1 and check that packets are [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
| D | pm_netlink.sh | 88 ip netns exec $ns1 ./pm_nl_ctl add 10.0.1.3 flags signal,backup 94 id 3 flags signal,backup 10.0.1.3" "dump addrs" 100 id 3 flags signal,backup 10.0.1.3" "dump addrs after del" 120 id 3 flags signal,backup 10.0.1.3 178 ip netns exec $ns1 ./pm_nl_ctl set 10.0.1.1 flags backup 180 subflow,backup 10.0.1.1" "set flags (backup)" 194 ip netns exec $ns1 ./pm_nl_ctl set id 1 flags backup,fullmesh 196 subflow,backup,fullmesh 10.0.1.1" " (backup,fullmesh)" 198 for st in fullmesh nofullmesh backup,fullmesh; do
|
| /kernel/linux/linux-6.6/tools/objtool/ |
| D | objtool.c | 31 perror("failed backup name malloc"); in objtool_create_backup() 40 perror("failed to create backup file"); in objtool_create_backup() 52 perror("failed backup data malloc"); in objtool_create_backup() 61 perror("failed backup write"); in objtool_create_backup() 70 perror("failed backup read"); in objtool_create_backup() 97 if (opts.backup && !objtool_create_backup(objname)) { in objtool_open_read() 98 WARN("can't create backup file"); in objtool_open_read()
|
| /kernel/linux/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 …]
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | bd9571mwv-regulator.c | 23 /* DDR Backup Power */ 24 u8 bkup_mode_cnt_keepon; /* from "rohm,ddr-backup-power" */ 149 "failed to read backup mode (%d)\n", ret); in bd9571mwv_bkup_mode_read() 164 "failed to configure backup mode 0x%x (%d)\n", in bd9571mwv_bkup_mode_write() 199 * Configure DDR Backup Mode, to change the role of the accessory power in backup_mode_store() 228 /* Save DDR Backup Mode */ in bd9571mwv_suspend() 238 /* Enable DDR Backup Mode */ in bd9571mwv_suspend() 255 /* Restore DDR Backup Mode */ in bd9571mwv_resume() 310 of_property_read_u32(config.dev->of_node, "rohm,ddr-backup-power", &val); in bd9571mwv_regulator_probe() 313 "rohm,ddr-backup-power", val); in bd9571mwv_regulator_probe() [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/at91/ |
| D | pmc.c | 115 /* Address in SECURAM that say if we suspend to backup mode. */ 120 unsigned int backup; in at91_pmc_suspend() local 125 backup = readl_relaxed(at91_pmc_backup_suspend); in at91_pmc_suspend() 126 if (!backup) in at91_pmc_suspend() 134 unsigned int backup; in at91_pmc_resume() local 139 backup = readl_relaxed(at91_pmc_backup_suspend); in at91_pmc_resume() 140 if (!backup) in at91_pmc_resume()
|
| /kernel/linux/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/usb/dwc2/ |
| D | core.h | 664 * @gotgctl: Backup of GOTGCTL register 665 * @gintmsk: Backup of GINTMSK register 666 * @gahbcfg: Backup of GAHBCFG register 667 * @gusbcfg: Backup of GUSBCFG register 668 * @grxfsiz: Backup of GRXFSIZ register 669 * @gnptxfsiz: Backup of GNPTXFSIZ register 670 * @gi2cctl: Backup of GI2CCTL register 671 * @glpmcfg: Backup of GLPMCFG register 672 * @gdfifocfg: Backup of GDFIFOCFG register 673 * @pcgcctl: Backup of PCGCCTL register [all …]
|
| /kernel/linux/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,
|
| /kernel/linux/linux-6.6/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,
|
| /kernel/linux/linux-5.10/drivers/usb/dwc2/ |
| D | core.h | 683 * @gotgctl: Backup of GOTGCTL register 684 * @gintmsk: Backup of GINTMSK register 685 * @gahbcfg: Backup of GAHBCFG register 686 * @gusbcfg: Backup of GUSBCFG register 687 * @grxfsiz: Backup of GRXFSIZ register 688 * @gnptxfsiz: Backup of GNPTXFSIZ register 689 * @gi2cctl: Backup of GI2CCTL register 690 * @glpmcfg: Backup of GLPMCFG register 691 * @gdfifocfg: Backup of GDFIFOCFG register 692 * @pcgcctl: Backup of PCGCCTL register [all …]
|
| /kernel/linux/linux-6.6/net/mptcp/ |
| D | syncookies.c | 29 u8 backup; member 65 entry->backup = subflow_req->backup; in mptcp_join_store_state() 119 subflow_req->backup = e->backup; in mptcp_token_join_cookie_init_state()
|
| /kernel/linux/linux-5.10/net/mptcp/ |
| D | syncookies.c | 29 u8 backup; member 65 entry->backup = subflow_req->backup; in mptcp_join_store_state() 119 subflow_req->backup = e->backup; in mptcp_token_join_cookie_init_state()
|
| /kernel/linux/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>;
|