/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_debug.c | 186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local 188 SURFACE_TRACE("Update %d\n", i); in update_surface_trace() 189 if (update->flip_addr) { in update_surface_trace() 194 update->flip_addr->address.type, in update_surface_trace() 195 update->flip_addr->address.grph.addr.quad_part, in update_surface_trace() 196 update->flip_addr->address.grph.meta_addr.quad_part, in update_surface_trace() 197 update->flip_addr->flip_immediate); in update_surface_trace() 200 if (update->plane_info) { in update_surface_trace() 211 update->plane_info->color_space, in update_surface_trace() 212 update->plane_info->format, in update_surface_trace() [all …]
|
/Linux-v5.10/drivers/mtd/ubi/ |
D | upd.c | 8 * Jan 2007: Alexander Schmidt, hacked per-volume update. 12 * This file contains implementation of the volume update and atomic LEB change 15 * The update operation is based on the per-volume update marker which is 16 * stored in the volume table. The update marker is set before the update 17 * starts, and removed after the update has been finished. So if the update was 18 * interrupted by an unclean re-boot or due to some other reasons, the update 20 * device next time. If the update marker is set for a volume, the volume is 21 * treated as damaged and most I/O operations are prohibited. Only a new update 24 * Note, in general it is possible to implement the update operation as a 34 * set_update_marker - set update marker. [all …]
|
/Linux-v5.10/Documentation/admin-guide/ |
D | dell_rbu.rst | 2 Dell Remote BIOS Update driver (dell_rbu) 8 Document demonstrating the use of the Dell Remote BIOS Update driver 16 update itself with the image downloaded in to the memory. 21 This driver works with Dell OpenManage or Dell Update Packages for updating 26 OpenManage and Dell Update packages (DUP). 28 Libsmbios can also be used to update BIOS on Dell systems go to 31 Dell_RBU driver supports BIOS update using the monolithic image and packetized 41 inform the BIOS to enable the update in the next system reboot. 54 The driver supports two types of update mechanism; monolithic and packetized. 55 These update mechanism depends upon the BIOS currently running on the system. [all …]
|
/Linux-v5.10/drivers/s390/char/ |
D | con3270.c | 47 struct list_head update; /* list of lines to update. */ member 48 int line_nr; /* line number for next update. */ 51 unsigned long update_flags; /* Update indication bits. */ 68 #define CON_UPDATE_LIST 2 /* Update lines in tty3270->update. */ 69 #define CON_UPDATE_STATUS 4 /* Update status line. */ 75 * Setup timeout for a device. On timeout trigger an update. 140 * Rebuild update list to print all lines. 149 * Throw away update list and create a new one, in con3270_rebuild_update() 152 list_for_each_entry_safe(s, n, &cp->update, update) in con3270_rebuild_update() 153 list_del_init(&s->update); in con3270_rebuild_update() [all …]
|
/Linux-v5.10/drivers/phy/rockchip/ |
D | phy-rockchip-inno-hdmi.c | 24 #define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) macro 37 #define RK3228_AUTO_TERM_RES_CAL_SPEED_14_8(x) UPDATE(x, 6, 0) 39 #define RK3228_AUTO_TERM_RES_CAL_SPEED_7_0(x) UPDATE(x, 7, 0) 54 #define RK3228_PRE_PLL_FB_DIV_8(x) UPDATE((x) >> 8, 7, 7) 56 #define RK3228_PCLK_VCO_DIV_5(x) UPDATE(x, 5, 5) 58 #define RK3228_PRE_PLL_PRE_DIV(x) UPDATE(x, 4, 0) 60 #define RK3228_PRE_PLL_FB_DIV_7_0(x) UPDATE(x, 7, 0) 64 #define RK3228_PRE_PLL_PCLK_DIV_B(x) UPDATE(x, 6, 5) 66 #define RK3228_PRE_PLL_PCLK_DIV_A(x) UPDATE(x, 4, 0) 69 #define RK3228_PRE_PLL_PCLK_DIV_C(x) UPDATE(x, 6, 5) [all …]
|
D | phy-rockchip-inno-dsidphy.c | 25 #define UPDATE(x, h, l) (((x) << (l)) & GENMASK((h), (l))) macro 50 #define POWER_WORK_ENABLE UPDATE(1, 1, 0) 51 #define POWER_WORK_DISABLE UPDATE(2, 1, 0) 64 #define REG_FBDIV_HI(x) UPDATE((x >> 8), 5, 5) 66 #define REG_PREDIV(x) UPDATE(x, 4, 0) 69 #define REG_FBDIV_LO(x) UPDATE(x, 7, 0) 72 #define SAMPLE_CLOCK_PHASE(x) UPDATE(x, 6, 4) 74 #define CLOCK_LANE_SKEW_PHASE(x) UPDATE(x, 2, 0) 77 #define DATA_LANE_3_SKEW_PHASE(x) UPDATE(x, 6, 4) 79 #define DATA_LANE_2_SKEW_PHASE(x) UPDATE(x, 2, 0) [all …]
|
/Linux-v5.10/Documentation/driver-api/pldmfw/ |
D | index.rst | 4 PLDM Firmware Flash Update Library 8 the PLDM for Firmware Update standard 9 <https://www.dmtf.org/documents/pmci/pldm-firmware-update-specification-100>. 22 implementing device flash update based on firmware files following the PLDM 33 firmware indicates that the update may be performed, the firmware data is 54 Performing a flash update 57 To perform a flash update, the ``pldmfw`` module performs the following 67 indication of whether the update is suitable or not. If any component is 68 not suitable, the update is canceled. 72 actions to finalize the update.
|
/Linux-v5.10/drivers/media/platform/omap3isp/ |
D | isph3a_aewb.c | 23 * h3a_aewb_update_regs - Helper function to update h3a registers. 40 if (!aewb->update) in h3a_aewb_setup_regs() 72 aewb->update = 0; in h3a_aewb_setup_regs() 183 int update = 0; in h3a_aewb_set_params() local 187 update = 1; in h3a_aewb_set_params() 191 update = 1; in h3a_aewb_set_params() 195 update = 1; in h3a_aewb_set_params() 199 update = 1; in h3a_aewb_set_params() 203 update = 1; in h3a_aewb_set_params() 207 update = 1; in h3a_aewb_set_params() [all …]
|
D | isph3a_af.c | 44 if (!af->update) in h3a_af_setup_regs() 122 af->update = 0; in h3a_af_setup_regs() 226 /* Update local parameters */ 231 int update = 0; in h3a_af_set_params() local 236 update = 1; in h3a_af_set_params() 242 update = 1; in h3a_af_set_params() 246 update = 1; in h3a_af_set_params() 252 update = 1; in h3a_af_set_params() 258 update = 1; in h3a_af_set_params() 264 update = 1; in h3a_af_set_params() [all …]
|
D | isppreview.c | 644 params->update |= OMAP3ISP_PREV_CONTRAST; in preview_update_contrast() 666 params->update |= OMAP3ISP_PREV_BRIGHTNESS; in preview_update_brightness() 672 preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_lock() argument 678 prev->params.params[0].busy |= ~active & update; in preview_params_lock() 679 prev->params.params[1].busy |= active & update; in preview_params_lock() 682 update = (prev->params.params[0].update & active) in preview_params_lock() 683 | (prev->params.params[1].update & ~active); in preview_params_lock() 685 prev->params.params[0].busy |= active & update; in preview_params_lock() 686 prev->params.params[1].busy |= ~active & update; in preview_params_lock() 689 return update; in preview_params_lock() [all …]
|
/Linux-v5.10/Documentation/driver-api/nvdimm/ |
D | security.rst | 28 update <old_keyid> <new_keyid> - enable or update passphrase. 33 master_update <keyid> <new_keyid> - enable or update master passphrase. 69 5. Update 71 When doing an update, it is expected that the existing key is removed from 74 keyid when doing the update operation. It is also expected that the new key 76 document. The update command written to the sysfs attribute will be with 78 update <old keyid> <new keyid> 118 10. Master Update 120 The command format for doing a master update is: 121 update <old keyid> <new keyid> [all …]
|
/Linux-v5.10/fs/ocfs2/ |
D | journal.h | 338 /* extended attribute block update */ 341 /* Update of a single quota block */ 344 /* global quotafile inode update, data block */ 374 /* group extend. inode update and last group update. */ 377 /* group add. inode update and the new group update. */ 390 /* dinode + group descriptor update. We don't relink on free yet. */ 404 * update for free list */ 417 * blocks + quota update */ 438 /* file update (nlink, etc) + directory mtime/ctime + dir entry block + quota 439 * update on dir + index leaf + dx root update for free list + [all …]
|
/Linux-v5.10/Documentation/sound/soc/ |
D | jack.rst | 20 snd_soc_jack_pins representing DAPM endpoints to update and blocks of 26 connected and so will want to make sure to update both speaker and 41 These represent a DAPM pin to update depending on some of the status 53 input to the system and update a jack by calling snd_soc_jack_report(), 54 specifying a subset of bits to update. The jack detection code should 56 update and the set of things to report when the jack is connected. 71 the list of pins to update then set up one or more jack detection 72 mechanisms to update that jack based on their current status.
|
/Linux-v5.10/drivers/s390/scsi/ |
D | zfcp_diag.c | 123 * zfcp_diag_update_xdata() - Update a diagnostics buffer. 124 * @hdr: the meta data to update. 125 * @data: data to use for the update. 136 /* make sure we never go into the past with an update */ in zfcp_diag_update_xdata() 150 * to collect and update Port Data. 180 * to collect and update Config Data. 224 /* unlocked, because update function sleeps */ in __zfcp_diag_update_buffer() 261 * zfcp_diag_update_buffer_limited() - Collect diagnostics and update a 264 * @hdr: buffer-header for which to update with the collected diagnostics. 267 * This function will cause an update of the given @hdr by calling the also [all …]
|
/Linux-v5.10/Documentation/networking/devlink/ |
D | devlink-flash.rst | 11 networking locks in the kernel to perform the flash update. Example use:: 17 user space about the progress of the update operation. 41 are provided, it is expected that the device only update firmware binaries 43 preserved across the update. A device may not support every combination and 68 automated firmware update facilities. 83 The firmware update agent is supposed to be able to follow this simple 84 algorithm to update firmware contents, regardless of the device vendor: 94 # Update flash if necessary 102 # Update on-disk file if necessary
|
/Linux-v5.10/fs/sysfs/ |
D | group.c | 36 const struct attribute_group *grp, int update) in create_files() argument 47 * In update mode, we're changing the permissions or in create_files() 51 if (update) in create_files() 79 if (update) in create_files() 108 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument 116 if (WARN_ON(!kobj || (!update && !kobj->sd))) in internal_create_group() 120 if (unlikely(update && !kobj->sd)) in internal_create_group() 129 if (update) { in internal_create_group() 132 pr_warn("Can't update unknown attr grp name: %s/%s\n", in internal_create_group() 149 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group() [all …]
|
/Linux-v5.10/fs/xfs/ |
D | xfs_rmap_item.h | 11 * and convert. The common abbreviations for these are RUI (rmap update 12 * intent) and RUD (rmap update done). The redo item type is encoded in the 18 * transaction will record a bmbt update, followed by some number of 39 * This is the "rmap update intent" log item. It is used to log the fact that 41 * "rmap update done" log item described below. 62 * This is the "rmap update done" log item. It is used to log the fact that
|
/Linux-v5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_stdu.c | 54 * struct vmw_stdu_dirty - closure structure for the update functions 261 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local 263 update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET; in vmw_stdu_populate_update() 264 update->header.size = sizeof(update->body); in vmw_stdu_populate_update() 266 update->body.stid = unit; in vmw_stdu_populate_update() 267 update->body.rect.x = left; in vmw_stdu_populate_update() 268 update->body.rect.y = top; in vmw_stdu_populate_update() 269 update->body.rect.w = right - left; in vmw_stdu_populate_update() 270 update->body.rect.h = bottom - top; in vmw_stdu_populate_update() 274 * vmw_stdu_update_st - Full update of a Screen Target [all …]
|
/Linux-v5.10/fs/ntfs/ |
D | mst.c | 23 * NOTE: We consider the absence / invalidity of an update sequence array to 43 /* Position of usn in update sequence array. */ in post_read_mst_fixup() 46 * The update sequence number which has to be equal to each of the in post_read_mst_fixup() 99 * NOTE: We consider the absence / invalidity of an update sequence array to 101 * to be fixed up. This means that you have to create a valid update sequence 103 * will fail (the header needs to contain the position of the update sequence 105 * initialise the update sequence number before calling this function 129 /* Position of usn in update sequence array. */ in pre_write_mst_fixup() 132 * Cyclically increment the update sequence number in pre_write_mst_fixup() 172 /* Position of usn in update sequence array. */ in post_write_mst_fixup()
|
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_fw_update.c | 17 /* Track which NVM banks to activate at the end of the update */ 23 * @context: PLDM fw update structure 109 /* firmware indicated this update is good to proceed */ in ice_check_component_response() 182 * @context: PLDM fw update structure 188 * the update can proceed. 215 dev_err(dev, "Unable to update due to a firmware component with unknown ID %u\n", in ice_send_component_table() 217 NL_SET_ERR_MSG_MOD(extack, "Unable to update due to unknown firmware component"); in ice_send_component_table() 302 * is conservative and is intended to prevent failure to update when in ice_write_one_nvm_block() 560 * @context: PLDM fw update structure 619 * ice_finalize_update - Perform last steps to complete device update [all …]
|
/Linux-v5.10/include/uapi/linux/ |
D | mount.h | 20 #define MS_NOATIME 1024 /* Do not update access times. */ 21 #define MS_NODIRATIME 2048 /* Do not update directory access times */ 33 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ 35 #define MS_I_VERSION (1<<23) /* Update inode I_version field */ 37 #define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ 116 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ 117 #define MOUNT_ATTR_NOATIME 0x00000010 /* - Do not update access times. */ 119 #define MOUNT_ATTR_NODIRATIME 0x00000080 /* Do not update directory access times */
|
/Linux-v5.10/tools/include/uapi/linux/ |
D | mount.h | 20 #define MS_NOATIME 1024 /* Do not update access times. */ 21 #define MS_NODIRATIME 2048 /* Do not update directory access times */ 33 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ 35 #define MS_I_VERSION (1<<23) /* Update inode I_version field */ 37 #define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ 116 #define MOUNT_ATTR_RELATIME 0x00000000 /* - Update atime relative to mtime/ctime. */ 117 #define MOUNT_ATTR_NOATIME 0x00000010 /* - Do not update access times. */ 119 #define MOUNT_ATTR_NODIRATIME 0x00000080 /* Do not update directory access times */
|
/Linux-v5.10/drivers/media/dvb-core/ |
D | dvb_ringbuffer.c | 102 * smp_store_release() to update read pointer, this ensures that the in dvb_ringbuffer_flush() 114 * smp_store_release() to update read pointer in dvb_ringbuffer_reset() 117 /* smp_store_release() to update write pointer */ in dvb_ringbuffer_reset() 144 /* smp_store_release() for read pointer update to ensure in dvb_ringbuffer_read_user() 153 /* smp_store_release() to update read pointer, see above */ in dvb_ringbuffer_read_user() 169 /* smp_store_release() for read pointer update to ensure in dvb_ringbuffer_read() 177 /* smp_store_release() to update read pointer, see above */ in dvb_ringbuffer_read() 193 /* smp_store_release() for write pointer update to ensure that in dvb_ringbuffer_write() 195 * update, this pairs with smp_load_acquire() in in dvb_ringbuffer_write() 201 /* smp_store_release() for write pointer update, see above */ in dvb_ringbuffer_write() [all …]
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-platform-intel-wmi-sbl-fw-update | 6 Allow user space entities to trigger update of Slim 8 of 0 and userspace can signal SBL to update firmware, 12 * 0 -> Skip firmware update while rebooting 13 * 1 -> Attempt firmware update on next reboot
|
/Linux-v5.10/arch/mips/include/asm/octeon/ |
D | cvmx-fau.h | 58 * the update will be returned. 68 * the update will be returned. 78 * the update will be returned. 88 * the update will be returned. 98 * register before the update will be returned. 127 * Returns Address to store for atomic update 150 * Returns Address to read from for atomic update 168 * Returns Value of the register before the update 183 * Returns Value of the register before the update 198 * Returns Value of the register before the update [all …]
|