Home
last modified time | relevance | path

Searched refs:update (Results 426 - 450 of 2404) sorted by relevance

1...<<11121314151617181920>>...97

/kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.h44 bool *update);
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H A Dlsdc_gfxpll.h25 int (*update)(struct loongson_gfxpll * const this, member
H A Dlsdc_pixpll.h58 int (*update)(struct lsdc_pixpll * const this, member
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dprogress.h28 void (*update)(struct ui_progress *p); member
/kernel/linux/linux-6.6/kernel/rcu/
H A DMakefile10 obj-y += update.o sync.o
/third_party/node/test/parallel/
H A Dtest-crypto-verify-failure.js50 .update('Test')
/third_party/node/test/pummel/
H A Dtest-crypto-dh-hash.js56 .update(prime.toUpperCase()).digest('hex');
/third_party/ltp/tools/sparse/
H A DMakefile13 git submodule update --init
/third_party/node/deps/v8/src/objects/
H A Djs-plural-rules-inl.h38 hints = TypeBit::update(hints, type); in set_type()
H A Djs-segment-iterator-inl.h34 hints = GranularityBits::update(hints, granularity); in set_granularity()
H A Djs-relative-time-format-inl.h32 hints = NumericBit::update(hints, numeric); in set_numeric()
H A Djs-segmenter-inl.h31 hints = GranularityBits::update(hints, granularity); in set_granularity()
H A Djs-segments-inl.h33 hints = GranularityBits::update(hints, granularity); in set_granularity()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.h38 void (*update)(struct i915_context *); member
/third_party/python/Tools/msi/
H A Dgenerate_md5.py15 md5.update(data)
/third_party/python/Tools/wasm/
H A Dwasm_webserver.py18 extensions_map.update(
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/video/
H A Dframe_checksums.py63 md5.update(bs)
/third_party/vk-gl-cts/external/
H A Dfetch_kc_cts.py53 pkg.update(args.protocol)
/third_party/python/Lib/test/
H A Dtestcodec.py37 decoding_map.update({
/third_party/protobuf/kokoro/linux/bazel/
H A Dbuild.sh23 git submodule update --init --recursive
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c367 .update = sun8i_ce_hash_update,
397 .update = sun8i_ce_hash_update,
427 .update = sun8i_ce_hash_update,
457 .update = sun8i_ce_hash_update,
487 .update = sun8i_ce_hash_update,
517 .update = sun8i_ce_hash_update,
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dibmaem.c138 /* Function and buffer to update sensors */
139 void (*update)(struct aem_data *data); member
573 data->update = update_aem1_sensors; in aem_init_aem1_inst()
715 data->update = update_aem2_sensors; in aem_init_aem2_inst()
882 a->update(a); in aem_show_power_period()
975 a->update(a); in aem2_show_temp()
987 a->update(a); in aem2_show_pcap_value()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c218 struct bnxt_qplib_gid *gid, u16 vlan_id, bool update) in bnxt_qplib_del_sgid()
245 if (update) { in bnxt_qplib_del_sgid()
279 bool update, u32 *index) in bnxt_qplib_add_sgid()
315 if (update) { in bnxt_qplib_add_sgid()
426 bool update) in bnxt_qplib_del_pkey()
458 bool update) in bnxt_qplib_add_pkey()
217 bnxt_qplib_del_sgid(struct bnxt_qplib_sgid_tbl *sgid_tbl, struct bnxt_qplib_gid *gid, u16 vlan_id, bool update) bnxt_qplib_del_sgid() argument
277 bnxt_qplib_add_sgid(struct bnxt_qplib_sgid_tbl *sgid_tbl, struct bnxt_qplib_gid *gid, u8 *smac, u16 vlan_id, bool update, u32 *index) bnxt_qplib_add_sgid() argument
424 bnxt_qplib_del_pkey(struct bnxt_qplib_res *res, struct bnxt_qplib_pkey_tbl *pkey_tbl, u16 *pkey, bool update) bnxt_qplib_del_pkey() argument
456 bnxt_qplib_add_pkey(struct bnxt_qplib_res *res, struct bnxt_qplib_pkey_tbl *pkey_tbl, u16 *pkey, bool update) bnxt_qplib_add_pkey() argument
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dadau17x1.c193 struct snd_soc_dapm_update update = {}; in adau17x1_dsp_mux_enum_put() local
219 update.kcontrol = kcontrol; in adau17x1_dsp_mux_enum_put()
220 update.mask = 0xff; in adau17x1_dsp_mux_enum_put()
221 update.reg = reg; in adau17x1_dsp_mux_enum_put()
222 update.val = val; in adau17x1_dsp_mux_enum_put()
225 ucontrol->value.enumerated.item[0], e, &update); in adau17x1_dsp_mux_enum_put()
/kernel/linux/linux-5.10/sound/aoa/fabrics/
H A Dlayout.c854 int v, update; in layout_notify() local
862 update = ldev->switch_on_headphone; in layout_notify()
863 if (update) { in layout_notify()
871 update = ldev->switch_on_lineout; in layout_notify()
872 if (update) { in layout_notify()
882 if (update) { in layout_notify()
981 /* now update initial state */ in layout_attached_codec()

Completed in 11 milliseconds

1...<<11121314151617181920>>...97