Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local
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()
213 update->plane_info->plane_size.surface_pitch, in update_surface_trace()
[all …]
Ddc.c2172 struct dc_stream_update *update) in copy_stream_update_to_stream() argument
2176 if (update == NULL || stream == NULL) in copy_stream_update_to_stream()
2179 if (update->src.height && update->src.width) in copy_stream_update_to_stream()
2180 stream->src = update->src; in copy_stream_update_to_stream()
2182 if (update->dst.height && update->dst.width) in copy_stream_update_to_stream()
2183 stream->dst = update->dst; in copy_stream_update_to_stream()
2185 if (update->out_transfer_func && in copy_stream_update_to_stream()
2186 stream->out_transfer_func != update->out_transfer_func) { in copy_stream_update_to_stream()
2188 update->out_transfer_func->sdr_ref_white_level; in copy_stream_update_to_stream()
2189 stream->out_transfer_func->tf = update->out_transfer_func->tf; in copy_stream_update_to_stream()
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Disph3a_aewb.c40 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 …]
Disph3a_af.c44 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 …]
Disppreview.c644 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 …]
/kernel/linux/linux-5.10/drivers/s390/char/
Dcon3270.c47 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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c261 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 …]
/kernel/linux/linux-5.10/drivers/power/supply/
Dipaq_micro_battery.c41 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()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-platform-intel-wmi-sbl-fw-update6 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
/kernel/linux/linux-5.10/Documentation/driver-api/pldmfw/
Dindex.rst9 <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/fs/sysfs/
Dgroup.c36 const struct attribute_group *grp, int update) in create_files() argument
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()
149 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group()
156 if (grp->name && update) in internal_create_group()
179 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups() argument
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Ddell_rbu.rst16 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 …]
/kernel/linux/linux-5.10/Documentation/sound/soc/
Djack.rst20 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-5.10/arch/x86/crypto/
Dsha256_ssse3_glue.c104 .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,
Dsha512_ssse3_glue.c102 .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,
/kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/
Dsecurity.rst28 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
/kernel/linux/linux-5.10/sound/synth/emux/
Demux_synth.c35 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 …]
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst18 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext**
29 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*]
91 **bpftool map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*]
94 *UPDATE_FLAGS* can be one of: **any** update existing entry
95 or add if doesn't exit; **exist** update only if entry already
96 exists; **noexist** update only if entry doesn't exist.
186 | **# bpftool map update id 10 key hex 20 c4 b7 00 value hex 0f ff ff ab 01 02 …
187 | **# bpftool map update id 10 key 0x20 0xc4 0xb7 0x00 value 0x0f 0xff 0xff 0xab 0x01 0x02 …
188 | **# bpftool map update id 10 key 32 196 183 0 value 15 255 255 171 1 2 …
219 Note that map update can also be used in order to change the program references
[all …]
/kernel/linux/linux-5.10/sound/isa/sb/
Demu8000_callback.c21 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()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-crystalcove.c76 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()
/kernel/linux/linux-5.10/Documentation/trace/
Devents-power.rst74 The PM QoS events are used for QoS add/update/remove request and for
75 target/flags update.
83 The third parameter is the current QoS value to update.
85 There are also events used for device PM QoS add/update/remove request.
92 The first parameter gives the device name which tries to add/update/remove
97 And, there are events used for CPU latency QoS add/update/remove request.
/kernel/linux/linux-5.10/Documentation/networking/devlink/
Ddevlink-flash.rst11 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:
/kernel/linux/linux-5.10/Documentation/x86/
Dtsx_async_abort.rst26 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
/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra210_ahub.c61 struct snd_soc_dapm_update update[TEGRA_XBAR_UPDATE_MAX_REG] = { }; in tegra_ahub_put_value_enum() local
83 update[i].reg = e->reg + (TEGRA210_XBAR_PART1_RX * i); in tegra_ahub_put_value_enum()
84 update[i].val = (i == reg_idx) ? reg_val : 0; in tegra_ahub_put_value_enum()
85 update[i].mask = ahub->soc_data->mask[i]; in tegra_ahub_put_value_enum()
86 update[i].kcontrol = kctl; in tegra_ahub_put_value_enum()
89 if (snd_soc_component_test_bits(cmpnt, update[i].reg, in tegra_ahub_put_value_enum()
90 update[i].mask, in tegra_ahub_put_value_enum()
91 update[i].val)) in tegra_ahub_put_value_enum()
94 &update[i]); in tegra_ahub_put_value_enum()
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dsha3-ce-glue.c112 .update = sha3_update,
123 .update = sha3_update,
134 .update = sha3_update,
145 .update = sha3_update,

12345678910>>...39