Home
last modified time | relevance | path

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

12345678910>>...48

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c63 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local
66 if (update->flip_addr) { in update_surface_trace()
71 update->flip_addr->address.type, in update_surface_trace()
72 update->flip_addr->address.grph.addr.quad_part, in update_surface_trace()
73 update->flip_addr->address.grph.meta_addr.quad_part, in update_surface_trace()
74 update->flip_addr->flip_immediate); in update_surface_trace()
77 if (update->plane_info) { in update_surface_trace()
88 update->plane_info->color_space, in update_surface_trace()
89 update->plane_info->format, in update_surface_trace()
90 update->plane_info->plane_size.surface_pitch, in update_surface_trace()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dhtab_mem_bench.c58 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 …]
H A Dtest_bpf_cookie.c25 static void update(void *ctx, __u64 *res) in update() function
36 update(ctx, &kprobe_res); in handle_kprobe()
43 update(ctx, &kretprobe_res); in handle_kretprobe()
50 update(ctx, &uprobe_res); in handle_uprobe()
57 update(ctx, &uretprobe_res); in handle_uretprobe()
69 update(ctx, &tp_res); in handle_tp1()
75 update(ctx, &tp_res); in handle_tp2()
81 update(ctx, &tp_res); in handle_tp3()
88 update(ctx, &pe_res); in handle_pe()
95 update(ctx, &raw_tp_res); in handle_raw_tp()
[all …]
H A Dbloom_filter_bench.c44 bool update; member
76 if (data->update) in bloom_callback()
97 data.update = false; in bloom_lookup()
110 data.update = true; in bloom_update()
/linux/drivers/media/platform/ti/omap3isp/
H A 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 …]
H A 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 …]
H A 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 …]
/linux/drivers/net/ethernet/netronome/nfp/nic/
H A Ddcb.c148 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 …]
/linux/drivers/gpu/drm/ci/xfails/
H A Di915-cml-fails.txt49 kms_psr2_sf@cursor-plane-update-sf,Fail
50 kms_psr2_sf@overlay-plane-update-continuous-sf,Fail
51 kms_psr2_sf@overlay-plane-update-sf-dmg-area,Fail
52 kms_psr2_sf@overlay-primary-update-sf-dmg-area,Fail
54 kms_psr2_sf@primary-plane-update-sf-dmg-area,Fail
55 kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb,Fail
56 kms_psr2_sf@psr2-cursor-plane-update-sf,Fail
57 kms_psr2_sf@psr2-overlay-plane-update-continuous-sf,Fail
58 kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area,Fail
59 kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area,Fail
[all …]
/linux/drivers/power/supply/
H A 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()
240 INIT_DELAYED_WORK(&mb->update, micro_battery_work); in micro_batt_probe()
242 queue_delayed_work(mb->wq, &mb->update, 1); in micro_batt_probe()
264 cancel_delayed_work_sync(&mb->update); in micro_batt_probe()
276 cancel_delayed_work_sync(&mb->update); in micro_batt_remove()
284 cancel_delayed_work_sync(&mb->update); in micro_batt_suspend()
292 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD)); in micro_batt_resume()
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel-m10-bmc-sec-update1 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
H A 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
/linux/scripts/crypto/
H A Dgen-hash-testvecs.py40 def update(self, data): member in Poly1305
61 ctx.update(data)
118 ctx.update(data[:data_len])
122 ctx.update(mac)
135 h.update(rand_bytes(100))
147 ctx.update(b'\xff' * j)
151 Poly1305(key).update(data).digest())
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c269 struct vmw_stdu_update *update = cmd; in vmw_stdu_populate_update() local
271 update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET; in vmw_stdu_populate_update()
272 update->header.size = sizeof(update->body); in vmw_stdu_populate_update()
274 update->body.stid = unit; in vmw_stdu_populate_update()
275 update->body.rect.x = left; in vmw_stdu_populate_update()
276 update->body.rect.y = top; in vmw_stdu_populate_update()
277 update->body.rect.w = right - left; in vmw_stdu_populate_update()
278 update->body.rect.h = bottom - top; in vmw_stdu_populate_update()
667 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local
683 update = (struct vmw_stdu_update *) &blit[dirty->num_hits]; in vmw_kms_stdu_surface_fifo_commit()
[all …]
H A Dvmwgfx_kms.c1729 int vmw_du_helper_plane_update(struct vmw_du_update_plane *update) in vmw_du_helper_plane_update() argument
1731 struct drm_plane_state *state = update->plane->state; in vmw_du_helper_plane_update()
1732 struct drm_plane_state *old_state = update->old_state; in vmw_du_helper_plane_update()
1756 if (update->vfb->bo) { in vmw_du_helper_plane_update()
1758 container_of(update->vfb, typeof(*vfbbo), base); in vmw_du_helper_plane_update()
1765 if (update->dev_priv->active_display_unit == vmw_du_screen_target) { in vmw_du_helper_plane_update()
1770 WARN_ON(update->dev_priv->has_mob); in vmw_du_helper_plane_update()
1776 container_of(update->vfb, typeof(*vfbs), base); in vmw_du_helper_plane_update()
1787 ret = vmw_validation_prepare(&val_ctx, update->mutex, update->intr); in vmw_du_helper_plane_update()
1791 reserved_size = update->calc_fifo_size(update, num_hits); in vmw_du_helper_plane_update()
[all …]
/linux/fs/sysfs/
H A Dgroup.c47 const struct attribute_group *grp, int update) in create_files() argument
62 if (update) in create_files()
92 if (update) in create_files()
123 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() argument
131 if (WARN_ON(!kobj || (!update && !kobj->sd))) in internal_create_group()
135 if (unlikely(update && !kobj->sd)) in internal_create_group()
153 if (update) { in internal_create_group()
159 update = 0; in internal_create_group()
167 if (!update) { in internal_create_group()
183 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group()
[all …]
/linux/Documentation/driver-api/pldmfw/
H A 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.
/linux/Documentation/admin-guide/
H A 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 …]
/linux/Documentation/sound/soc/
H A 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.
/linux/drivers/platform/x86/intel/wmi/
H A DMakefile6 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/sound/synth/emux/
H A Demux_synth.c35 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
228 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_key_press()
247 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel() argument
253 if (! update) in snd_emux_update_channel()
257 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_channel()
264 update_voice(emu, vp, update); in snd_emux_update_channel()
272 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port() argument
278 if (! update) in snd_emux_update_port()
282 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_port()
289 update_voice(emu, vp, update); in snd_emux_update_port()
[all …]
/linux/drivers/powercap/
H A Didle_inject.c88 bool (*update)(void); member
130 if (!ii_dev->update || ii_dev->update()) in idle_inject_timer_fn()
331 bool (*update)(void)) in idle_inject_register_full()
343 ii_dev->update = update; in idle_inject_register_full()
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh104 "$bpftool_path" map update name "$map_name" key $key 0 0 0 value 0 0 0 $key
148 if "$bpftool_path" map update "$name_cmd" "$map_name" key $key value \
212 if "$bpftool_path" map update "$name_cmd" "$map_name" key $key value \
336 "$bpftool_path" map update pinned "$bpf_dir/$outer_map_name" key 0 0 0 0 \
338 "$bpftool_path" map update name "$outer_map_name" key 1 0 0 0 value \
343 if "$bpftool_path" map update name "$outer_map_name" key 2 0 0 0 value name \
384 "$BPFTOOL_PATH" map update name prot_status_map key 0 0 0 0 value 1 0 0 0
/linux/Documentation/driver-api/nvdimm/
H A 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
/linux/sound/pci/emu10k1/
H A Demu10k1_callback.c33 static void update_voice(struct snd_emux_voice *vp, int update);
57 .update = update_voice,
181 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument
186 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice()
188 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice()
190 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice()
194 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice()
196 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice()
198 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice()
200 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()

12345678910>>...48