/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | msp3400-driver.c | 398 /* 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 D | xarray.h | 1661 * @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 D | clk-sam9x60-pll.c | 190 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 D | bpf_struct_ops.c | 826 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 D | soc-dapm.h | 494 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 D | setup.c | 291 * 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 D | omap_crtc.c | 356 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 D | ynl.py | 620 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 D | xt_recent.c | 156 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 D | lola_mixer.c | 255 /* 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 D | ipc3.c | 974 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 D | utils.py | 326 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 D | matroska.mak | 48 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 D | nodes.py | 89 self.__dict__.update(old) 730 kwargs.update(node.dyn_kwargs.as_const(eval_ctx))
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_state.c | 810 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 D | evp.h | 212 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 D | args.rs | 642 update: Option<&TokenStream>, in gen_parsers() 716 let genned = if let Some(access) = update { in gen_parsers()
|
/third_party/python/Lib/test/ |
H A D | test_call.py | 678 (dict.update, ({},), {"key":True}, None), 679 ({}.update, ({},), {"key":True}, None),
|
H A D | test_abc.py | 667 saved_kwargs.update(kwargs) 678 saved_kwargs.update(kwargs)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryBasicGeometryShaderTests.cpp | 350 .update(vk, device); in bindDescriptorSets() 401 .update(vk, device); in bindDescriptorSets()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageQualifiersTests.cpp | 562 .update(deviceInterface, device); in prepareDescriptors() 673 .update(deviceInterface, device); in prepareDescriptors()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 469 .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 D | vktGeometryBasicGeometryShaderTests.cpp | 350 .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 D | vktImageQualifiersTests.cpp | 564 .update(deviceInterface, device); in prepareDescriptors() 675 .update(deviceInterface, device); in prepareDescriptors()
|
/third_party/openssl/include/crypto/ |
H A D | evp.h | 212 OSSL_FUNC_mac_update_fn *update; member 257 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count); member
|