Home
last modified time | relevance | path

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

12345678910>>...49

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c191 if (update->flip_addr) { in update_surface_trace()
196 update->flip_addr->address.type, in update_surface_trace()
202 if (update->plane_info) { in update_surface_trace()
213 update->plane_info->color_space, in update_surface_trace()
214 update->plane_info->format, in update_surface_trace()
220 update->plane_info->rotation, in update_surface_trace()
254 update->plane_info->visible, in update_surface_trace()
261 if (update->scaling_info) { in update_surface_trace()
279 update->scaling_info->src_rect.x, in update_surface_trace()
280 update->scaling_info->src_rect.y, 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()
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()
76 update.from = bpf_get_smp_processor_id(); in batch_add_batch_del()
86 struct update_ctx update; in add_only() local
89 update.step = nr_thread / 2; in add_only()
98 struct update_ctx update; in del_only() local
[all …]
H A Dtest_bpf_cookie.c36 update(ctx, &kprobe_res); in handle_kprobe()
50 update(ctx, &uprobe_res); in handle_uprobe()
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()
102 update(ctx, &tp_btf_res); in handle_tp_btf()
109 update(ctx, &fentry_res); in BPF_PROG()
116 update(ctx, &fexit_res); in BPF_PROG()
[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.c187 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 …]
H A Disph3a_af.c44 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 …]
H A Disppreview.c682 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/net/ethernet/netronome/nfp/nic/
H A Ddcb.c160 *update |= NFP_DCB_MSG_MSK_RATE; in update_dscp_maxrate()
169 *update |= NFP_DCB_MSG_MSK_DSCP; in update_dscp_maxrate()
190 *update |= NFP_DCB_MSG_MSK_TRUST; in nfp_nic_set_trust()
270 u32 update = 0; in nfp_nic_dcbnl_ieee_setets() local
301 nfp_nic_set_trust(nn, &update); in nfp_nic_dcbnl_ieee_setets()
334 u32 update = 0; in nfp_nic_dcbnl_ieee_setmaxrate() local
349 nfp_nic_set_trust(nn, &update); in nfp_nic_dcbnl_ieee_setmaxrate()
350 nfp_nic_ets_init(nn, &update); in nfp_nic_dcbnl_ieee_setmaxrate()
366 u32 update = 0; in nfp_nic_set_trust_status() local
375 update |= NFP_DCB_MSG_MSK_RATE; in nfp_nic_set_trust_status()
[all …]
/linux/fs/bcachefs/
H A Dbtree_update.c38 struct bkey_i *update; in extent_front_merge() local
45 ret = PTR_ERR_OR_ZERO(update); in extent_front_merge()
63 *insert = update; in extent_front_merge()
132 struct bkey_i *update; in __bch2_insert_snapshot_whiteouts() local
166 bkey_init(&update->k); in __bch2_insert_snapshot_whiteouts()
193 struct bkey_i *update; in bch2_trans_update_extent_overwrite() local
219 old.k->p, update->k.p) ?: in bch2_trans_update_extent_overwrite()
236 old.k->p, update->k.p) ?: in bch2_trans_update_extent_overwrite()
244 update = bch2_trans_kmalloc(trans, sizeof(*update)); in bch2_trans_update_extent_overwrite()
248 bkey_init(&update->k); in bch2_trans_update_extent_overwrite()
[all …]
H A Ddata_update.c358 struct bch_fs *c = update->op.c; in bch2_data_update_exit()
376 struct data_update *update) in bch2_update_unwritten_extent() argument
388 bch2_keylist_init(&update->op.insert_keys, update->op.inline_keys); in bch2_update_unwritten_extent()
395 bch2_trans_iter_init(trans, &iter, update->btree_id, update->op.pos, in bch2_update_unwritten_extent()
407 e->k.p = update->op.pos; in bch2_update_unwritten_extent()
410 update->op.target, in bch2_update_unwritten_extent()
412 update->op.write_point, in bch2_update_unwritten_extent()
413 &update->op.devs_have, in bch2_update_unwritten_extent()
414 update->op.nr_replicas, in bch2_update_unwritten_extent()
415 update->op.nr_replicas, in bch2_update_unwritten_extent()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c265 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()
653 struct vmw_stdu_update *update; in vmw_kms_stdu_surface_fifo_commit() local
673 update = dirty->cmd; in vmw_kms_stdu_surface_fifo_commit()
674 commit_size = sizeof(*update); in vmw_kms_stdu_surface_fifo_commit()
[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()
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()
283 cancel_delayed_work_sync(&mb->update); in micro_batt_suspend()
291 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/fs/sysfs/
H A Dgroup.c47 const struct attribute_group *grp, int update) in create_files() argument
62 if (update) in create_files()
91 if (update) in create_files()
128 if (WARN_ON(!kobj || (!update && !kobj->sd))) in internal_create_group()
132 if (unlikely(update && !kobj->sd)) in internal_create_group()
150 if (update) { in internal_create_group()
156 update = 0; in internal_create_group()
164 if (!update) { in internal_create_group()
180 error = create_files(kn, kobj, uid, gid, grp, update); in internal_create_group()
187 if (grp->name && 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/drivers/powercap/
H A Didle_inject.c88 bool (*update)(void); member
130 if (!ii_dev->update || (ii_dev->update && ii_dev->update())) in idle_inject_timer_fn()
332 bool (*update)(void)) in idle_inject_register_full()
345 ii_dev->update = update; in idle_inject_register_full()
/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/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/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/arch/x86/crypto/
H A Dsha256_ssse3_glue.c123 .update = sha256_ssse3_update,
138 .update = sha256_ssse3_update,
196 .update = sha256_avx_update,
211 .update = sha256_avx_update,
280 .update = sha256_avx2_update,
295 .update = sha256_avx2_update,
363 .update = sha256_ni_update,
378 .update = sha256_ni_update,
H A Dsha512_ssse3_glue.c103 .update = sha512_ssse3_update,
117 .update = sha512_ssse3_update,
179 .update = sha512_avx_update,
193 .update = sha512_avx_update,
245 .update = sha512_avx2_update,
259 .update = sha512_avx2_update,
/linux/sound/synth/emux/
H A Demux_synth.c235 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/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>>...49