Home
last modified time | relevance | path

Searched refs:update (Results 1551 - 1575 of 2668) sorted by relevance

1...<<61626364656667686970>>...107

/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmsp3400-driver.c398 /* Force an update of the volume/mute cluster */ in msp_update_volume()
461 int update = state->radio || state->v4l2_std != id; in msp_s_std() local
465 if (update) in msp_s_std()
/kernel/linux/linux-6.6/include/linux/
H A Dxarray.h1661 * @update: Function to call when updating a node.
1667 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update() argument
1669 xas->xa_update = update; in xas_set_update()
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dclk-sam9x60-pll.c190 bool update) in sam9x60_frac_pll_compute_mul_frac()
220 if (update) { in sam9x60_frac_pll_compute_mul_frac()
187 sam9x60_frac_pll_compute_mul_frac(struct sam9x60_pll_core *core, unsigned long rate, unsigned long parent_rate, bool update) sam9x60_frac_pll_compute_mul_frac() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_struct_ops.c826 if (!st_map->st_ops->update) in bpf_struct_ops_map_link_update()
844 err = st_map->st_ops->update(st_map->kvalue.data, old_st_map->kvalue.data); in bpf_struct_ops_map_link_update()
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-dapm.h494 struct snd_kcontrol *kcontrol, int connect, struct snd_soc_dapm_update *update);
497 struct snd_soc_dapm_update *update);
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsetup.c291 * Helper function to update the p2m and m2p tables and kernel mapping.
295 struct mmu_update update = { in xen_update_mem_tables() local
308 if (HYPERVISOR_mmu_update(&update, 1, NULL, DOMID_SELF) < 0) { in xen_update_mem_tables()
316 WARN(1, "Failed to update kernel mapping for mfn=%ld pfn=%ld\n", in xen_update_mem_tables()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c356 if (!dssdev || !dssdev->dsi_ops || !dssdev->dsi_ops->update) in omap_crtc_manual_display_update()
359 ret = dssdev->dsi_ops->update(dssdev); in omap_crtc_manual_display_update()
492 dev_warn(dev->dev, "manual display update did not finish!"); in omap_crtc_atomic_disable()
810 * be used to do the display update asynchronously to avoid blocking in omap_crtc_init()
812 * update if they arrive very fast. We also call this function for in omap_crtc_init()
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py620 attrs.update(self._decode_fixed_header(decoded, op.fixed_header))
716 rsp_msg.update(self._decode_fixed_header(decoded, op.fixed_header))
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_recent.c156 struct recent_entry *working, bool update) in recent_entry_reap()
168 if (e == working && update) in recent_entry_reap()
155 recent_entry_reap(struct recent_table *t, unsigned long time, struct recent_entry *working, bool update) recent_entry_reap() argument
/kernel/linux/linux-6.6/sound/pci/lola/
H A Dlola_mixer.c255 /* update for all srcs at once */
259 /* update manually */
309 /* update for all dests at once */
413 int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update) in lola_set_src_config() argument
430 if (update) { in lola_set_src_config()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3.c974 if (tplg_ops->control->update) in ipc3_comp_notification()
975 tplg_ops->control->update(sdev, msg_buf); in ipc3_comp_notification()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py326 paths.update(need_add_path)
335 paths.update([inner_dir, res_dir, top_inner_dir, top_res_dir,
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak48 MATROSKA_DEMUXER MATROSKA_MUXER) += fate-matroska-flac-extradata-update
49 fate-matroska-flac-extradata-update: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/flac_channel_layouts.mka \
/third_party/jinja2/
H A Dnodes.py89 self.__dict__.update(old)
730 kwargs.update(node.dyn_kwargs.as_const(eval_ctx))
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c810 bool (*update)(struct etna_context *ctx); member
848 if (!etna_state_updates[i].update(ctx)) in etna_state_update()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h212 OSSL_FUNC_mac_update_fn *update; member
257 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count); member
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs642 update: Option<&TokenStream>, in gen_parsers()
716 let genned = if let Some(access) = update { in gen_parsers()
/third_party/python/Lib/test/
H A Dtest_call.py678 (dict.update, ({},), {"key":True}, None),
679 ({}.update, ({},), {"key":True}, None),
H A Dtest_abc.py667 saved_kwargs.update(kwargs)
678 saved_kwargs.update(kwargs)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp350 .update(vk, device); in bindDescriptorSets()
401 .update(vk, device); in bindDescriptorSets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp562 .update(deviceInterface, device); in prepareDescriptors()
673 .update(deviceInterface, device); in prepareDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp469 .update(vkd, device); in prepareBuffer()
576 .update(vkd, device); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicGeometryShaderTests.cpp350 .update(vk, device); in bindDescriptorSets()
401 .update(vk, device); in bindDescriptorSets()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageQualifiersTests.cpp564 .update(deviceInterface, device); in prepareDescriptors()
675 .update(deviceInterface, device); in prepareDescriptors()
/third_party/openssl/include/crypto/
H A Devp.h212 OSSL_FUNC_mac_update_fn *update; member
257 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count); member

Completed in 33 milliseconds

1...<<61626364656667686970>>...107