| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc_debug.c | 189 if (update->flip_addr) { in update_surface_trace() 194 update->flip_addr->address.type, 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() 218 update->plane_info->rotation, in update_surface_trace() 252 update->plane_info->visible, in update_surface_trace() 259 if (update->scaling_info) { in update_surface_trace() 277 update->scaling_info->src_rect.x, in update_surface_trace() 278 update->scaling_info->src_rect.y, in update_surface_trace() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_bpf_cookie.c | 18 static void update(void *ctx, int *res) in update() function 29 update(ctx, &kprobe_res); in handle_kprobe() 36 update(ctx, &kretprobe_res); in handle_kretprobe() 43 update(ctx, &uprobe_res); in handle_uprobe() 50 update(ctx, &uretprobe_res); in handle_uretprobe() 62 update(ctx, &tp_res); in handle_tp1() 68 update(ctx, &tp_res); in handle_tp2() 74 update(ctx, &tp_res); in handle_tp3() 81 update(ctx, &pe_res); in handle_pe()
|
| A D | bloom_filter_bench.c | 43 bool update; member 75 if (data->update) in bloom_callback() 96 data.update = false; in bloom_lookup() 109 data.update = true; in bloom_update()
|
| /linux/drivers/media/platform/omap3isp/ |
| A D | isph3a_aewb.c | 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() 211 update = 1; in h3a_aewb_set_params() 215 update = 1; in h3a_aewb_set_params() 219 update = 1; in h3a_aewb_set_params() 223 update = 1; in h3a_aewb_set_params() [all …]
|
| A D | isph3a_af.c | 44 if (!af->update) in h3a_af_setup_regs() 122 af->update = 0; in h3a_af_setup_regs() 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() 269 update = 1; in h3a_af_set_params() 282 update = 1; in h3a_af_set_params() [all …]
|
| A D | isppreview.c | 682 update = (prev->params.params[0].update & active) in preview_params_lock() 689 return update; in preview_params_lock() 701 prev->params.params[0].update |= (~active & update); in preview_params_unlock() 702 prev->params.params[1].update |= (active & update); in preview_params_unlock() 709 prev->params.params[0].update &= ~(active & update); in preview_params_unlock() 710 prev->params.params[1].update &= ~(~active & update); in preview_params_unlock() 865 u32 update; in preview_config() local 877 update = 0; in preview_config() 906 update |= bit; in preview_config() 1384 u32 update; in preview_configure() local [all …]
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_stdu.c | 265 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local 268 update->header.size = sizeof(update->body); in vmw_stdu_populate_update() 270 update->body.stid = unit; in vmw_stdu_populate_update() 271 update->body.rect.x = left; in vmw_stdu_populate_update() 272 update->body.rect.y = top; in vmw_stdu_populate_update() 273 update->body.rect.w = right - left; in vmw_stdu_populate_update() 274 update->body.rect.h = bottom - top; in vmw_stdu_populate_update() 798 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local 818 update = dirty->cmd; in vmw_kms_stdu_surface_fifo_commit() 819 commit_size = sizeof(*update); in vmw_kms_stdu_surface_fifo_commit() [all …]
|
| A D | vmwgfx_scrn.c | 473 static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update, in vmw_sou_bo_fifo_size() argument 484 container_of(update->vfb, typeof(*vfbbo), base); in vmw_sou_bo_define_gmrfb() 486 int depth = update->vfb->base.format->depth; in vmw_sou_bo_define_gmrfb() 497 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8; in vmw_sou_bo_define_gmrfb() 500 gmr->body.bytesPerLine = update->vfb->base.pitches[0]; in vmw_sou_bo_define_gmrfb() 513 blit->body.destScreenId = update->du->unit; in vmw_sou_bo_populate_clip() 581 srf_update = container_of(update, typeof(*srf_update), base); in vmw_sou_surface_post_prepare() 599 vfbs = container_of(update->vfb, typeof(*vfbs), base); in vmw_sou_surface_pre_clip() 606 blit->body.destScreenId = update->du->unit; in vmw_sou_surface_pre_clip() 644 struct drm_plane_state *state = update->plane->state; in vmw_sou_surface_post_clip() [all …]
|
| /linux/drivers/s390/char/ |
| A D | con3270.c | 153 list_for_each_entry_safe(s, n, &cp->update, update) in con3270_rebuild_update() 154 list_del_init(&s->update); in con3270_rebuild_update() 158 list_add(&s->update, &cp->update); in con3270_rebuild_update() 179 if (!list_empty(&s->update)) in con3270_alloc_string() 180 list_del(&s->update); in con3270_alloc_string() 265 list_for_each_entry_safe(s, n, &cp->update, update) { in con3270_update() 271 list_del_init(&s->update); in con3270_update() 275 if (list_empty(&cp->update)) in con3270_update() 457 list_add_tail(&cp->cline->update, &cp->update); in con3270_cline_insert() 484 list_add(&s->update, &cp->cline->update); in con3270_cline_end() [all …]
|
| /linux/drivers/power/supply/ |
| A D | ipaq_micro_battery.c | 41 struct delayed_work update; member 52 struct micro_battery, update.work); in micro_battery_work() 88 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_battery_work() 239 INIT_DELAYED_WORK(&mb->update, micro_battery_work); in micro_batt_probe() 241 queue_delayed_work(mb->wq, &mb->update, 1); in micro_batt_probe() 263 cancel_delayed_work_sync(&mb->update); in micro_batt_probe() 275 cancel_delayed_work_sync(&mb->update); in micro_batt_remove() 285 cancel_delayed_work_sync(&mb->update); in micro_batt_suspend() 293 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_batt_resume()
|
| /linux/fs/sysfs/ |
| A D | group.c | 36 const struct attribute_group *grp, int update) in create_files() argument 51 if (update) in create_files() 79 if (update) in create_files() 107 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument 115 if (WARN_ON(!kobj || (!update && !kobj->sd))) in internal_create_group() 119 if (unlikely(update && !kobj->sd)) in internal_create_group() 128 if (update) { in internal_create_group() 148 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group() 155 if (grp->name && update) in internal_create_group() 178 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups() argument [all …]
|
| /linux/Documentation/driver-api/pldmfw/ |
| A D | index.rst | 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/Documentation/ABI/testing/ |
| A 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/Documentation/admin-guide/ |
| A D | dell_rbu.rst | 16 update itself with the image downloaded in to the memory. 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. 56 Most of the Dell systems support a monolithic update where the BIOS image is 62 By default the driver uses monolithic memory for the update type. This can be 68 In packet update mode the packet size has to be given before any packets can 73 In the packet update mechanism, the user needs to create a new file having [all …]
|
| /linux/Documentation/sound/soc/ |
| A 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/Documentation/driver-api/nvdimm/ |
| A D | security.rst | 28 update <old_keyid> <new_keyid> - enable or update passphrase. 33 master_update <keyid> <new_keyid> - enable or update master passphrase. 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> 120 The command format for doing a master update is: 121 update <old keyid> <new keyid> 123 The operating mechanism for master update is identical to update except the
|
| /linux/arch/x86/crypto/ |
| A D | sha256_ssse3_glue.c | 104 .update = sha256_ssse3_update, 118 .update = sha256_ssse3_update, 169 .update = sha256_avx_update, 183 .update = sha256_avx_update, 245 .update = sha256_avx2_update, 259 .update = sha256_avx2_update, 320 .update = sha256_ni_update, 334 .update = sha256_ni_update,
|
| A D | sha512_ssse3_glue.c | 102 .update = sha512_ssse3_update, 116 .update = sha512_ssse3_update, 178 .update = sha512_avx_update, 192 .update = sha512_avx_update, 244 .update = sha512_avx2_update, 258 .update = sha512_avx2_update,
|
| /linux/sound/synth/emux/ |
| A D | emux_synth.c | 235 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_key_press() 262 if (! update) in snd_emux_update_channel() 266 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_channel() 273 update_voice(emu, vp, update); in snd_emux_update_channel() 289 if (! update) in snd_emux_update_port() 293 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_port() 300 update_voice(emu, vp, update); in snd_emux_update_port() 518 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice() 520 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice() 522 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice() [all …]
|
| /linux/drivers/platform/x86/intel/wmi/ |
| A D | Makefile | 6 intel-wmi-sbl-fw-update-y := sbl-fw-update.o 7 obj-$(CONFIG_INTEL_WMI_SBL_FW_UPDATE) += intel-wmi-sbl-fw-update.o
|
| /linux/tools/bpf/bpftool/Documentation/ |
| A D | bpftool-map.rst | 19 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** 30 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 93 **bpftool map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 96 *UPDATE_FLAGS* can be one of: **any** update existing entry 97 or add if doesn't exit; **exist** update only if entry already 98 exists; **noexist** update only if entry doesn't exist. 188 | **# bpftool map update id 10 key hex 20 c4 b7 00 value hex 0f ff ff ab 01 02 … 221 Note that map update can also be used in order to change the program references 228 file system for the map update to work successfully, as kernel flushes prog 229 array maps when they have no more references from user space (and the update [all …]
|
| /linux/sound/isa/sb/ |
| A D | emu8000_callback.c | 21 static void update_voice(struct snd_emux_voice *vp, int update); 58 .update = update_voice, 111 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument 116 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice() 118 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice() 120 if ((update & SNDRV_EMUX_UPDATE_PAN) && in update_voice() 123 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice() 125 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice() 127 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice() 129 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
|
| /linux/drivers/gpio/ |
| A D | gpio-crystalcove.c | 76 int update; member 211 cg->update |= UPDATE_IRQ_TYPE; in crystalcove_irq_type() 230 if (cg->update & UPDATE_IRQ_TYPE) in crystalcove_bus_sync_unlock() 232 if (cg->update & UPDATE_IRQ_MASK) in crystalcove_bus_sync_unlock() 234 cg->update = 0; in crystalcove_bus_sync_unlock() 246 cg->update |= UPDATE_IRQ_MASK; in crystalcove_irq_unmask() 257 cg->update |= UPDATE_IRQ_MASK; in crystalcove_irq_mask()
|
| /linux/drivers/auxdisplay/ |
| A D | line-display.c | 48 linedisp->update(linedisp); in linedisp_scroll() 92 linedisp->update(linedisp); in linedisp_display() 207 void (*update)(struct linedisp *linedisp)) in linedisp_register() 215 linedisp->update = update; in linedisp_register()
|
| A D | img-ascii-lcd.c | 30 void (*update)(struct linedisp *linedisp); member 78 .update = boston_update, 106 .update = malta_update, 206 .update = sead3_update, 257 cfg->update); in img_ascii_lcd_probe()
|