| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_debug.c | 187 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local 190 if (update->flip_addr) { in update_surface_trace() 195 update->flip_addr->address.type, in update_surface_trace() 196 update->flip_addr->address.grph.addr.quad_part, in update_surface_trace() 197 update->flip_addr->address.grph.meta_addr.quad_part, in update_surface_trace() 198 update->flip_addr->flip_immediate); in update_surface_trace() 201 if (update->plane_info) { in update_surface_trace() 212 update->plane_info->color_space, in update_surface_trace() 213 update->plane_info->format, in update_surface_trace() 214 update->plane_info->plane_size.surface_pitch, in update_surface_trace() [all …]
|
| D | dc.c | 1776 const struct dc_stream_update *update) in copy_stream_update_to_stream() argument 1778 if (update == NULL || stream == NULL) in copy_stream_update_to_stream() 1781 if (update->src.height && update->src.width) in copy_stream_update_to_stream() 1782 stream->src = update->src; in copy_stream_update_to_stream() 1784 if (update->dst.height && update->dst.width) in copy_stream_update_to_stream() 1785 stream->dst = update->dst; in copy_stream_update_to_stream() 1787 if (update->out_transfer_func && in copy_stream_update_to_stream() 1788 stream->out_transfer_func != update->out_transfer_func) { in copy_stream_update_to_stream() 1790 update->out_transfer_func->sdr_ref_white_level; in copy_stream_update_to_stream() 1791 stream->out_transfer_func->tf = update->out_transfer_func->tf; in copy_stream_update_to_stream() [all …]
|
| /Linux-v5.4/drivers/media/platform/omap3isp/ |
| D | isph3a_aewb.c | 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() 211 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() 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() 269 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.4/drivers/s390/char/ |
| D | con3270.c | 47 struct list_head update; /* list of lines to update. */ member 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() 157 list_add(&s->update, &cp->update); in con3270_rebuild_update() 178 if (!list_empty(&s->update)) in con3270_alloc_string() 179 list_del(&s->update); in con3270_alloc_string() 264 list_for_each_entry_safe(s, n, &cp->update, update) { in con3270_update() 270 list_del_init(&s->update); in con3270_update() 274 if (list_empty(&cp->update)) in con3270_update() 453 if (list_empty(&cp->cline->update)) { in con3270_cline_insert() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_stdu.c | 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() 793 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local 809 update = (struct vmw_stdu_update *) &blit[dirty->num_hits]; in vmw_kms_stdu_surface_fifo_commit() [all …]
|
| /Linux-v5.4/drivers/power/supply/ |
| 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-v5.4/drivers/staging/wusbcore/host/whci/ |
| D | pzl.c | 94 enum whc_update update = 0; in pzl_process_qset() local 115 update |= WHC_UPDATE_UPDATED; in pzl_process_qset() 124 update |= qset_add_qtds(whc, qset); in pzl_process_qset() 132 update |= WHC_UPDATE_REMOVED; in pzl_process_qset() 135 return update; in pzl_process_qset() 222 enum whc_update update = 0; in scan_periodic_work() local 230 update |= WHC_UPDATE_ADDED; in scan_periodic_work() 231 update |= pzl_process_qset(whc, qset); in scan_periodic_work() 235 if (update & (WHC_UPDATE_ADDED | WHC_UPDATE_REMOVED)) in scan_periodic_work() 240 if (update) { in scan_periodic_work() [all …]
|
| D | asl.c | 88 enum whc_update update = 0; in process_qset() local 109 update |= WHC_UPDATE_UPDATED; in process_qset() 118 update |= qset_add_qtds(whc, qset); in process_qset() 127 update |= WHC_UPDATE_REMOVED; in process_qset() 129 return update; in process_qset() 193 enum whc_update update = 0; in scan_async_work() local 204 update |= WHC_UPDATE_ADDED; in scan_async_work() 207 update |= process_qset(whc, qset); in scan_async_work() 212 if (update) { in scan_async_work() 214 if (update & WHC_UPDATE_REMOVED) in scan_async_work()
|
| /Linux-v5.4/fs/sysfs/ |
| D | group.c | 35 const struct attribute_group *grp, int update) in create_files() argument 50 if (update) in create_files() 78 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-v5.4/Documentation/driver-api/ |
| 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-v5.4/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.4/arch/x86/crypto/ |
| D | sha256_ssse3_glue.c | 105 .update = sha256_ssse3_update, 119 .update = sha256_ssse3_update, 171 .update = sha256_avx_update, 185 .update = sha256_avx_update, 253 .update = sha256_avx2_update, 267 .update = sha256_avx2_update, 333 .update = sha256_ni_update, 347 .update = sha256_ni_update,
|
| D | sha512_ssse3_glue.c | 104 .update = sha512_ssse3_update, 118 .update = sha512_ssse3_update, 181 .update = sha512_avx_update, 195 .update = sha512_avx_update, 252 .update = sha512_avx2_update, 266 .update = sha512_avx2_update,
|
| /Linux-v5.4/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. 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-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_mn.c | 200 const struct mmu_notifier_range *update) in amdgpu_mn_sync_pagetables_gfx() argument 203 unsigned long start = update->start; in amdgpu_mn_sync_pagetables_gfx() 204 unsigned long end = update->end; in amdgpu_mn_sync_pagetables_gfx() 205 bool blockable = mmu_notifier_range_blockable(update); in amdgpu_mn_sync_pagetables_gfx() 249 const struct mmu_notifier_range *update) in amdgpu_mn_sync_pagetables_hsa() argument 252 unsigned long start = update->start; in amdgpu_mn_sync_pagetables_hsa() 253 unsigned long end = update->end; in amdgpu_mn_sync_pagetables_hsa() 254 bool blockable = mmu_notifier_range_blockable(update); in amdgpu_mn_sync_pagetables_hsa()
|
| /Linux-v5.4/sound/synth/emux/ |
| D | emux_synth.c | 35 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update); 235 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_key_press() 255 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel() argument 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() 282 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port() argument 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() [all …]
|
| /Linux-v5.4/tools/bpf/bpftool/Documentation/ |
| D | bpftool-map.rst | 18 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** 28 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 71 **bpftool map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 74 *UPDATE_FLAGS* can be one of: **any** update existing entry 75 or add if doesn't exit; **exist** update only if entry already 76 exists; **noexist** update only if entry doesn't exist. 179 | **# bpftool map update id 10 key hex 20 c4 b7 00 value hex 0f ff ff ab 01 02 … 180 | **# bpftool map update id 10 key 0x20 0xc4 0xb7 0x00 value 0x0f 0xff 0xff 0xab 0x01 0x02 … 181 | **# bpftool map update id 10 key 32 196 183 0 value 15 255 255 171 1 2 … 210 Note that map update can also be used in order to change the program references [all …]
|
| /Linux-v5.4/arch/powerpc/mm/ |
| D | numa.c | 1260 struct topology_update_data *update; in update_cpu_topology() local 1268 for (update = data; update; update = update->next) { in update_cpu_topology() 1269 int new_nid = update->new_nid; in update_cpu_topology() 1270 if (cpu != update->cpu) in update_cpu_topology() 1285 struct topology_update_data *update; in update_lookup_table() local 1296 for (update = data; update; update = update->next) { in update_lookup_table() 1299 nid = update->new_nid; in update_lookup_table() 1300 base = cpu_first_thread_sibling(update->cpu); in update_lookup_table() 1480 struct of_reconfig_data *update = data; in dt_update_callback() local 1485 if (of_node_is_type(update->dn, "cpu") && in dt_update_callback() [all …]
|
| /Linux-v5.4/sound/isa/sb/ |
| 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-v5.4/drivers/gpio/ |
| 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-v5.4/Documentation/x86/ |
| D | tsx_async_abort.rst | 26 microcode update which can be used to disable TSX. In addition, it 71 … 1 0 HW default No Need ucode update Need ucode update 86 … 1 0 HW default No Need ucode update Need ucode update 101 … 1 0 HW default No Need ucode update Need ucode update
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | sha3-ce-glue.c | 104 .update = sha3_update, 115 .update = sha3_update, 126 .update = sha3_update, 137 .update = sha3_update,
|
| /Linux-v5.4/sound/pci/emu10k1/ |
| D | emu10k1_callback.c | 33 static void update_voice(struct snd_emux_voice *vp, int update); 57 .update = update_voice, 179 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument 184 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice() 186 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice() 188 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice() 192 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice() 194 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice() 196 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice() 198 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
|