/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 449 u64 update; member
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utdelete.c | 531 * We must update all the sub-objects of the package, in acpi_ut_update_object_reference() 550 * update the reference count here and continue. in acpi_ut_update_object_reference() 628 * Now we can update the count in the main object. This can only in acpi_ut_update_object_reference() 629 * happen after we update the sub-objects in case this causes the in acpi_ut_update_object_reference() 642 object = state->update.object; in acpi_ut_update_object_reference() 652 "Could not update object reference count")); in acpi_ut_update_object_reference()
|
/kernel/linux/linux-6.6/fs/adfs/ |
H A D | dir_f.c | 286 adfs_error(dir->sb, "unable to locate entry to update"); in adfs_f_update() 312 adfs_msg(dir->sb, KERN_ERR, "error: update broke directory"); in adfs_f_commit() 322 .update = adfs_f_update,
|
H A D | dir_fplus.c | 242 adfs_error(dir->sb, "unable to locate entry to update"); in adfs_fplus_update() 285 .update = adfs_fplus_update,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | damon.h | 360 * @update: Update operations-related data structures. 373 * the monitoring, @update after each &damon_attrs.ops_update_interval, and 383 * @update should update the operations-related data structures. For example, 384 * this could be used to update monitoring target regions for current status. 388 * last preparation and update the number of observed accesses of each region. 390 * of its update. The value will be used for regions adjustment threshold. 406 void (*update)(struct damon_ctx *context); member 477 * memory regions need update (e.g., by ``mmap()`` calls from the application, 534 * update [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dwb.c | 174 * If not: lock them for this update, then unlock after the in dwb2_update() 175 * update is complete. in dwb2_update() 308 .update = dwb2_update,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | nhpoly1305.c | 232 .update = crypto_nhpoly1305_update,
|
H A D | cmac.c | 294 inst->alg.update = crypto_cmac_digest_update; in cmac_create()
|
H A D | md4.c | 215 .update = md4_update,
|
H A D | hmac.c | 238 inst->alg.update = hmac_update; in hmac_create()
|
H A D | xcbc.c | 240 inst->alg.update = crypto_xcbc_digest_update; in xcbc_create()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-sha512.c | 278 .update = nx_sha512_update,
|
H A D | nx-sha256.c | 272 .update = nx_sha256_update,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | poly1305_glue.c | 52 * -- because the user is silly and has called the update function from two 248 .update = crypto_poly1305_update,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_hw.h | 105 s32 (*update)(struct igc_hw *hw); member
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mt7921.h | 322 bool mt7921_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update);
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02.h | 189 bool mt76x02_tx_status_data(struct mt76_dev *mdev, u8 *update);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/aspeed/ |
H A D | aspeed_gfx_crtc.c | 222 .update = aspeed_gfx_pipe_update,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_pixpll.c | 32 unsigned set_param : 1; /* 43 Trigger the update */ 462 .update = lsdc_pixpll_update,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | tu102.c | 85 .update = nv50_runl_update,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndwc57e.c | 234 .update = wndwc37e_update,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tve200/ |
H A D | tve200_display.c | 112 * manner (and only update it during CRTC enable). in tve200_display_check() 319 .update = tve200_display_update,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_kms.c | 307 .update = display_update,
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_quota.c | 191 .update = nft_quota_obj_update,
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_core.c | 63 {Opt_update, "update"}, 316 .update = trusted_update,
|