Home
last modified time | relevance | path

Searched refs:update (Results 251 - 275 of 1284) sorted by relevance

1...<<11121314151617181920>>...52

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dinterface.c306 bool update = false; in cachefiles_commit_object() local
309 update = true; in cachefiles_commit_object()
311 update = true; in cachefiles_commit_object()
312 if (update) in cachefiles_commit_object()
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h92 * @update: **[mandatory]** Push a chunk of data into the driver for transformation. This
107 * @finup: **[optional]** Combination of @update and @final. This function is effectively a
108 * combination of @update and @final calls issued in sequence. As some
109 * hardware cannot do @update and @final separately, this callback was
113 * @digest: Combination of @init and @update and @final. This function
115 * @update and @final issued in sequence. Just like @finup, this was
130 * @init, @update, @final, @finup, @digest is called. No data
160 int (*update)(struct ahash_request *req); member
196 * @update: see struct ahash_alg
227 int (*update)(struc member
254 int (*update)(struct ahash_request *req); global() member
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp.c50 * - state update: to update the load buffer for the next frame if necessary;
51 * - state complete: to indicate that the state update was applied.
78 bool update = false; in sun6i_isp_state_update() local
83 sun6i_isp_capture_state_update(isp_dev, &update); in sun6i_isp_state_update()
84 sun6i_isp_params_state_update(isp_dev, &update); in sun6i_isp_state_update()
86 if (update && !ready_hold) in sun6i_isp_state_update()
H A Dsun6i_isp_capture.h69 bool *update);
/kernel/linux/linux-6.6/drivers/crypto/
H A Dpadlock-sha.c224 .update = padlock_sha_update,
247 .update = padlock_sha_update,
460 .update = padlock_sha1_update_nano,
478 .update = padlock_sha256_update_nano,
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/
H A DSecurityHuksHmacBasicPromiseJsunit.test.js114 await update(handle, HuksOptions);
123 await update(handle, HuksOptions);
132 await update(handle, HuksOptions);
202 async function update(handle, HuksOptions) {
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dhyperv_fb.c261 bool update; member
262 bool update_saved; /* The value of 'update' before hibernation */
452 if (par->fb_ready && par->update) in synthvid_deferred_io()
494 par->update = msg->feature_chg.is_dirt_needed; in synthvid_recv_sub()
495 if (par->update) in synthvid_recv_sub()
714 /* Send pointer and situation update */ in synthvid_send_config()
725 * It is scheduled to call whenever update request is received and it has
765 if (par->fb_ready && par->update) in hvfb_update_work()
771 * screen update if it has not yet.
788 /* Schedule a delayed screen update i in hvfb_ondemand_refresh_throttle()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dhwa742.c85 struct update_param update; member
337 struct update_param *par = &req->par.update; in send_frame_handler()
382 flags = req->par.update.flags; in send_frame_handler()
414 req->par.update.x = _x; \
415 req->par.update.y = _y; \
416 req->par.update.width = _w; \
417 req->par.update.height = _h; \
418 req->par.update.color_mode = color_mode;\
419 req->par.update.flags = flags; \
502 dev_dbg(hwa742.fbdev->dev, "invalid update mod in hwa742_update_window_async()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhyperv_fb.c254 bool update; member
255 bool update_saved; /* The value of 'update' before hibernation */
444 if (par->fb_ready && par->update) in synthvid_deferred_io()
486 par->update = msg->feature_chg.is_dirt_needed; in synthvid_recv_sub()
487 if (par->update) in synthvid_recv_sub()
696 /* Send pointer and situation update */ in synthvid_send_config()
707 * It is scheduled to call whenever update request is received and it has
747 if (par->fb_ready && par->update) in hvfb_update_work()
753 * screen update if it has not yet.
770 /* Schedule a delayed screen update i in hvfb_ondemand_refresh_throttle()
[all...]
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra210_ahub.c61 struct snd_soc_dapm_update update[TEGRA_XBAR_UPDATE_MAX_REG] = { }; in tegra_ahub_put_value_enum() local
79 * There will be an additional update if new MUX input value is from in tegra_ahub_put_value_enum()
83 update[i].reg = e->reg + (TEGRA210_XBAR_PART1_RX * i); in tegra_ahub_put_value_enum()
84 update[i].val = (i == reg_idx) ? reg_val : 0; in tegra_ahub_put_value_enum()
85 update[i].mask = ahub->soc_data->mask[i]; in tegra_ahub_put_value_enum()
86 update[i].kcontrol = kctl; in tegra_ahub_put_value_enum()
89 if (snd_soc_component_test_bits(cmpnt, update[i].reg, in tegra_ahub_put_value_enum()
90 update[i].mask, in tegra_ahub_put_value_enum()
91 update[i].val)) in tegra_ahub_put_value_enum()
94 &update[ in tegra_ahub_put_value_enum()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dobserver.js41 Observer.prototype.update = function() {
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/include/grd_document/
H A Dgrd_document_api.h37 GRD_API int32_t GRD_UpdateDoc(GRD_DB *db, const char *collectionName, const char *filter, const char *update,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/include/
H A Dgrd_document_api_inner.h34 int32_t GRD_UpdateDocInner(GRD_DB *db, const char *collectionName, const char *filter, const char *update,
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H A Darmada_gem.h20 void (*update)(void *); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dcursc37a.c53 .update = cursc37a_update,
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/
H A Darmada_gem.h20 void (*update)(void *); member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dcursc37a.c53 .update = cursc37a_update,
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dchannel.py45 def update(cls, index, command): member in CommandQueue
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c293 remoteNode->deviceInfo.update = NSTACKX_TRUE; in CreateRemoteNode()
655 remoteNode->deviceInfo.update = *updated; in UpdateRemoteNodeByDeviceInfo()
680 if (GetIsNotifyPerDevice() == true && deviceInfo->update != NSTACKX_TRUE) { in CopyRemoteNodeToDeviceInfo()
689 deviceList[*count].update = deviceInfo->update; in CopyRemoteNodeToDeviceInfo()
690 deviceInfo->update = NSTACKX_FALSE; in CopyRemoteNodeToDeviceInfo()
/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()
/kernel/linux/linux-5.10/security/keys/
H A Dkey.c744 * Attempt to update an existing key.
755 /* need write permission on the key to update it */ in __key_update()
761 if (!key->type->update) in __key_update()
766 ret = key->type->update(key, prep); in __key_update()
791 * @payload: The data to use to instantiate or update the key.
797 * is found, update it, otherwise create and instantiate a new one and create a
903 /* if it's possible to update this type of key, search for an existing in key_create_or_update()
905 * update that instead if possible in key_create_or_update()
907 if (index_key.type->update) { in key_create_or_update()
922 index_key.type->update) in key_create_or_update()
[all...]

Completed in 19 milliseconds

1...<<11121314151617181920>>...52