/Linux-v4.19/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.grph.surface_pitch, in update_surface_trace() [all …]
|
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | isph3a_aewb.c | 43 if (!aewb->update) in h3a_aewb_setup_regs() 75 aewb->update = 0; in h3a_aewb_setup_regs() 186 int update = 0; in h3a_aewb_set_params() local 190 update = 1; in h3a_aewb_set_params() 194 update = 1; in h3a_aewb_set_params() 198 update = 1; in h3a_aewb_set_params() 202 update = 1; in h3a_aewb_set_params() 206 update = 1; in h3a_aewb_set_params() 210 update = 1; in h3a_aewb_set_params() 214 update = 1; in h3a_aewb_set_params() [all …]
|
D | isph3a_af.c | 47 if (!af->update) in h3a_af_setup_regs() 125 af->update = 0; in h3a_af_setup_regs() 234 int update = 0; in h3a_af_set_params() local 239 update = 1; in h3a_af_set_params() 245 update = 1; in h3a_af_set_params() 249 update = 1; in h3a_af_set_params() 255 update = 1; in h3a_af_set_params() 261 update = 1; in h3a_af_set_params() 267 update = 1; in h3a_af_set_params() 272 update = 1; in h3a_af_set_params() [all …]
|
D | isppreview.c | 647 params->update |= OMAP3ISP_PREV_CONTRAST; in preview_update_contrast() 669 params->update |= OMAP3ISP_PREV_BRIGHTNESS; in preview_update_brightness() 675 preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow) in preview_params_lock() argument 681 prev->params.params[0].busy |= ~active & update; in preview_params_lock() 682 prev->params.params[1].busy |= active & update; in preview_params_lock() 685 update = (prev->params.params[0].update & active) in preview_params_lock() 686 | (prev->params.params[1].update & ~active); in preview_params_lock() 688 prev->params.params[0].busy |= active & update; in preview_params_lock() 689 prev->params.params[1].busy |= ~active & update; in preview_params_lock() 692 return update; in preview_params_lock() [all …]
|
/Linux-v4.19/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-v4.19/drivers/power/supply/ |
D | ipaq_micro_battery.c | 44 struct delayed_work update; member 55 struct micro_battery, update.work); in micro_battery_work() 91 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_battery_work() 242 INIT_DELAYED_WORK(&mb->update, micro_battery_work); in micro_batt_probe() 244 queue_delayed_work(mb->wq, &mb->update, 1); in micro_batt_probe() 266 cancel_delayed_work_sync(&mb->update); in micro_batt_probe() 278 cancel_delayed_work_sync(&mb->update); in micro_batt_remove() 288 cancel_delayed_work_sync(&mb->update); in micro_batt_suspend() 296 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_batt_resume()
|
/Linux-v4.19/drivers/usb/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-v4.19/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 BUG_ON(!kobj || (!update && !kobj->sd)); in internal_create_group() 118 if (unlikely(update && !kobj->sd)) in internal_create_group() 127 if (update) { in internal_create_group() 147 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group() 154 if (grp->name && update) in internal_create_group()
|
/Linux-v4.19/Documentation/ |
D | dell_rbu.txt | 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-v4.19/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-v4.19/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 104 .update = sha256_ssse3_update, 118 .update = sha256_ssse3_update, 170 .update = sha256_avx_update, 184 .update = sha256_avx_update, 252 .update = sha256_avx2_update, 266 .update = sha256_avx2_update, 332 .update = sha256_ni_update, 346 .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,
|
D | aegis256-aesni-asm.S | 173 .macro update macro 184 update 189 update 194 update 199 update 204 update 209 update 307 update\i MSG 427 update\i MSG 439 update\i MSG
|
/Linux-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 18 { **show** | **list** | **dump** | **update** | **lookup** | **getnext** | **delete** 26 | **bpftool** **map update** *MAP* **key** *DATA* **value** *VALUE* [*UPDATE_FLAGS*] 53 **bpftool map update** *MAP* **key** *DATA* **value** *VALUE* [*UPDATE_FLAGS*] 56 *UPDATE_FLAGS* can be one of: **any** update existing entry 57 or add if doesn't exit; **exist** update only if entry already 58 exists; **noexist** update only if entry doesn't exist. 128 | **# bpftool map update id 10 key hex 20 c4 b7 00 value hex 0f ff ff ab 01 02 … 129 | **# bpftool map update id 10 key 0x20 0xc4 0xb7 0x00 value 0x0f 0xff 0xff 0xab 0x01 0x02 … 130 | **# bpftool map update id 10 key 32 196 183 0 value 15 255 255 171 1 2 …
|
/Linux-v4.19/sound/synth/emux/ |
D | emux_synth.c | 49 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update); 249 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_key_press() 269 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel() argument 276 if (! update) in snd_emux_update_channel() 280 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_channel() 287 update_voice(emu, vp, update); in snd_emux_update_channel() 296 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port() argument 303 if (! update) in snd_emux_update_port() 307 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_port() 314 update_voice(emu, vp, update); in snd_emux_update_port() [all …]
|
/Linux-v4.19/arch/powerpc/mm/ |
D | numa.c | 1247 struct topology_update_data *update; in update_cpu_topology() local 1255 for (update = data; update; update = update->next) { in update_cpu_topology() 1256 int new_nid = update->new_nid; in update_cpu_topology() 1257 if (cpu != update->cpu) in update_cpu_topology() 1272 struct topology_update_data *update; in update_lookup_table() local 1283 for (update = data; update; update = update->next) { in update_lookup_table() 1286 nid = update->new_nid; in update_lookup_table() 1287 base = cpu_first_thread_sibling(update->cpu); in update_lookup_table() 1474 struct of_reconfig_data *update = data; in dt_update_callback() local 1479 if (!of_prop_cmp(update->dn->type, "cpu") && in dt_update_callback() [all …]
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-crystalcove.c | 84 int update; member 219 cg->update |= UPDATE_IRQ_TYPE; in crystalcove_irq_type() 238 if (cg->update & UPDATE_IRQ_TYPE) in crystalcove_bus_sync_unlock() 240 if (cg->update & UPDATE_IRQ_MASK) in crystalcove_bus_sync_unlock() 242 cg->update = 0; in crystalcove_bus_sync_unlock() 254 cg->update |= UPDATE_IRQ_MASK; in crystalcove_irq_unmask() 265 cg->update |= UPDATE_IRQ_MASK; in crystalcove_irq_mask()
|
/Linux-v4.19/sound/isa/sb/ |
D | emu8000_callback.c | 34 static void update_voice(struct snd_emux_voice *vp, int update); 71 .update = update_voice, 124 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument 129 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice() 131 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice() 133 if ((update & SNDRV_EMUX_UPDATE_PAN) && in update_voice() 136 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice() 138 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice() 140 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice() 142 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
|
/Linux-v4.19/fs/btrfs/ |
D | delayed-ref.c | 461 struct btrfs_delayed_ref_head *update, in update_existing_head_ref() argument 466 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 469 if (update->must_insert_reserved) { in update_existing_head_ref() 477 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref() 483 existing->num_bytes = update->num_bytes; in update_existing_head_ref() 487 if (update->extent_op) { in update_existing_head_ref() 489 existing->extent_op = update->extent_op; in update_existing_head_ref() 491 if (update->extent_op->update_key) { in update_existing_head_ref() 493 &update->extent_op->key, in update_existing_head_ref() 494 sizeof(update->extent_op->key)); in update_existing_head_ref() [all …]
|
/Linux-v4.19/arch/arm64/crypto/ |
D | sha3-ce-glue.c | 103 .update = sha3_update, 114 .update = sha3_update, 125 .update = sha3_update, 136 .update = sha3_update,
|
D | sha256-glue.c | 64 .update = sha256_update, 76 .update = sha256_update, 147 .update = sha256_update_neon, 159 .update = sha256_update_neon,
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 46 static void update_voice(struct snd_emux_voice *vp, int update); 70 .update = update_voice, 192 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument 197 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice() 199 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice() 201 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice() 205 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice() 207 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice() 209 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice() 211 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
|
/Linux-v4.19/Documentation/x86/ |
D | usb-legacy-support.txt | 36 in the kernel config or USB Legacy support in the BIOS. A BIOS update 37 could help, but so far no such update exists. 39 Problem 3) is usually fixed by a BIOS update. Check the board 40 manufacturers web site. If an update is not available, disable USB
|
/Linux-v4.19/Documentation/crypto/ |
D | devel-algos.rst | 197 .init() -> .update() -> .final() ! .update() might not be called 203 .init() -> .update() -> .finup() ! .update() may not be called 220 v v ! .update() may not be called 221 .setkey() -> .init() -> .update() -> .export() at all in this scenario. 229 .import -> .update() -> .final() ! .update() may not be called 240 - call .init() and then (as many times) .update() 245 to .init() or .update(), since there might be no chance to free them.
|