/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,
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks.c | 343 .update = efw_update,
|
/kernel/linux/linux-6.6/sound/firewire/oxfw/ |
H A D | oxfw.c | 381 .update = oxfw_bus_reset,
|
/kernel/linux/linux-6.6/mm/damon/ |
H A D | paddr.c | 338 .update = NULL, in damon_pa_initcall()
|
/kernel/linux/linux-6.6/net/ncsi/ |
H A D | ncsi-pkt.h | 202 unsigned char update; /* NCSI version update */ member
|