| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | htab_mem_bench.c | 58 struct update_ctx update; in overwrite() local 60 update.from = bpf_get_smp_processor_id(); in overwrite() 61 update.step = nr_thread; in overwrite() 62 bpf_loop(OP_BATCH, overwrite_htab, &update, 0); in overwrite() 70 struct update_ctx update; in batch_add_batch_del() local 72 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del() 73 update.step = nr_thread; in batch_add_batch_del() 74 bpf_loop(OP_BATCH, overwrite_htab, &update, 0); in batch_add_batch_del() 76 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del() 77 bpf_loop(OP_BATCH, del_htab, &update, 0); in batch_add_batch_del() [all …]
|
| D | test_bpf_cookie.c | 23 static void update(void *ctx, __u64 *res) in update() function 34 update(ctx, &kprobe_res); in handle_kprobe() 41 update(ctx, &kretprobe_res); in handle_kretprobe() 48 update(ctx, &uprobe_res); in handle_uprobe() 55 update(ctx, &uretprobe_res); in handle_uretprobe() 67 update(ctx, &tp_res); in handle_tp1() 73 update(ctx, &tp_res); in handle_tp2() 79 update(ctx, &tp_res); in handle_tp3() 86 update(ctx, &pe_res); in handle_pe() 93 update(ctx, &fentry_res); in BPF_PROG() [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/drivers/media/platform/ti/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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nic/ |
| D | dcb.c | 148 static int update_dscp_maxrate(struct net_device *dev, u32 *update) in update_dscp_maxrate() argument 160 *update |= NFP_DCB_MSG_MSK_RATE; in update_dscp_maxrate() 169 *update |= NFP_DCB_MSG_MSK_DSCP; in update_dscp_maxrate() 175 static void nfp_nic_set_trust(struct nfp_net *nn, u32 *update) in nfp_nic_set_trust() argument 190 *update |= NFP_DCB_MSG_MSK_TRUST; in nfp_nic_set_trust() 193 static void nfp_nic_set_enable(struct nfp_net *nn, u32 enable, u32 *update) in nfp_nic_set_enable() argument 205 *update |= NFP_DCB_MSG_MSK_ENABLE; in nfp_nic_set_enable() 251 static void nfp_nic_ets_init(struct nfp_net *nn, u32 *update) in nfp_nic_ets_init() argument 260 *update |= NFP_DCB_MSG_MSK_TSA | NFP_DCB_MSG_MSK_PCT | NFP_DCB_MSG_MSK_PCP; in nfp_nic_ets_init() 270 u32 update = 0; in nfp_nic_dcbnl_ieee_setets() local [all …]
|
| /kernel/linux/linux-6.6/drivers/s390/scsi/ |
| D | zfcp_diag.c | 81 * zfcp_diag_update_xdata() - Update a diagnostics buffer. 82 * @hdr: the meta data to update. 83 * @data: data to use for the update. 94 /* make sure we never go into the past with an update */ in zfcp_diag_update_xdata() 108 * to collect and update Port Data. 138 * to collect and update Config Data. 182 /* unlocked, because update function sleeps */ in __zfcp_diag_update_buffer() 219 * zfcp_diag_update_buffer_limited() - Collect diagnostics and update a 222 * @hdr: buffer-header for which to update with the collected diagnostics. 225 * This function will cause an update of the given @hdr by calling the also [all …]
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | journal.h | 339 /* extended attribute block update */ 342 /* Update of a single quota block */ 345 /* global quotafile inode update, data block */ 375 /* group extend. inode update and last group update. */ 378 /* group add. inode update and the new group update. */ 391 /* dinode + group descriptor update. We don't relink on free yet. */ 405 * update for free list */ 418 * blocks + quota update */ 439 /* file update (nlink, etc) + directory mtime/ctime + dir entry block + quota 440 * update on dir + index leaf + dx root update for free list + [all …]
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| D | journal.h | 341 /* extended attribute block update */ 344 /* Update of a single quota block */ 347 /* global quotafile inode update, data block */ 377 /* group extend. inode update and last group update. */ 380 /* group add. inode update and the new group update. */ 393 /* dinode + group descriptor update. We don't relink on free yet. */ 407 * update for free list */ 420 * blocks + quota update */ 441 /* file update (nlink, etc) + directory mtime/ctime + dir entry block + quota 442 * update on dir + index leaf + dx root update for free list + [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | pfrut.h | 3 * Platform Firmware Runtime Update header 23 * Set the Revision ID for Platform Firmware Runtime Update. 69 * Retrieve information on the Platform Firmware Runtime Update capability. 105 * struct pfru_update_cap_info - Runtime update capability information. 113 * @drv_rt_version: The version of the driver update runtime code. 114 * @drv_svn: The secure version number(SVN) of the driver update runtime code. 143 * a runtime update package. 145 * a runtime update package. 157 * struct pfru_updated_result - Platform firmware runtime update result information. 158 * @status: Indicator of whether this update succeed. [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-intel-m10-bmc-sec-update | 1 What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/sr_root_entry_hash 11 What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/pr_root_entry_hash 21 What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/bmc_root_entry_hash 31 What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/sr_canceled_csks 39 What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/pr_canceled_csks 47 What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/bmc_canceled_csks 55 What: /sys/bus/platform/drivers/intel-m10bmc-sec-update/.../security/flash_count 59 Description: Read only. Returns number of times the secure update
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/tools/power/acpi/man/ |
| D | pfrut.8 | 5 pfrut \- Platform Firmware Runtime Update and Telemetry tool 11 The PFRUT(Platform Firmware Runtime Update and Telemetry) kernel interface is designed 21 Update (https://uefi.org/sites/default/files/resources/Intel_MM_OS_Interface_Spec_Rev100.pdf) 46 .B \f[B]\-u\f[R], \f[B]\-\-update\f[R] 50 Query the update capability. 53 Set the revision ID of code injection/driver update. 117 driver update image type:0e5f0b14\-f849\-7945\-ad81\-bc7b6d2bb245
|