Symbol: update
arch/arm/crypto/ghash-ce-glue.c
169
.update = ghash_update,
arch/arm/include/asm/tls.h
15
@ TLS register update is deferred until return to user space
arch/arm64/crypto/aes-glue.c
909
.update = mac_update,
arch/arm64/crypto/aes-glue.c
926
.update = mac_update,
arch/arm64/crypto/aes-glue.c
941
.update = mac_update,
arch/arm64/crypto/ghash-ce-glue.c
180
.update = ghash_update,
arch/arm64/crypto/sm3-ce-glue.c
47
.update = sm3_ce_update,
arch/arm64/crypto/sm3-neon-glue.c
39
.update = sm3_neon_update,
arch/arm64/crypto/sm4-ce-glue.c
638
.update = sm4_mac_update,
arch/arm64/crypto/sm4-ce-glue.c
656
.update = sm4_mac_update,
arch/arm64/crypto/sm4-ce-glue.c
672
.update = sm4_mac_update,
arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c
137
jtgd.s.update = 1;
arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c
143
} while (jtgd.s.update);
arch/mips/include/asm/octeon/cvmx-ciu-defs.h
131
__BITFIELD_FIELD(uint64_t update:1,
arch/mips/kernel/cpu-probe.c
363
unsigned int config0, update, mm;
arch/mips/kernel/cpu-probe.c
382
update = MIPS_CONF_MM_FULL;
arch/mips/kernel/cpu-probe.c
391
update = 0;
arch/mips/kernel/cpu-probe.c
395
if (update) {
arch/mips/kernel/cpu-probe.c
396
config0 = (config0 & ~MIPS_CONF_MM) | update;
arch/powerpc/crypto/ghash.c
147
.update = p8_ghash_update,
arch/powerpc/kernel/secvar-sysfs.c
110
static struct bin_attribute update_attr __ro_after_init = __BIN_ATTR_WO(update, 0);
arch/powerpc/kernel/trace/ftrace.c
395
int ret = 0, update;
arch/powerpc/kernel/trace/ftrace.c
406
update = ftrace_update_record(rec, enable);
arch/powerpc/kernel/trace/ftrace.c
408
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE) && update != FTRACE_UPDATE_IGNORE) {
arch/powerpc/kernel/trace/ftrace.c
415
switch (update) {
arch/powerpc/kernel/trace/ftrace.c
444
(update == FTRACE_UPDATE_MAKE_NOP || update == FTRACE_UPDATE_MAKE_CALL)) {
arch/powerpc/kernel/trace/ftrace.c
451
if (update == FTRACE_UPDATE_MAKE_NOP)
arch/riscv/crypto/ghash-riscv64-glue.c
110
.update = riscv64_ghash_update,
arch/riscv/crypto/sm3-riscv64-glue.c
61
.update = riscv64_sm3_update,
arch/s390/crypto/ghash_s390.c
107
.update = ghash_update,
arch/s390/crypto/hmac_s390.c
339
.update = s390_hmac_sha2_update, \
arch/s390/crypto/phmac_s390.c
943
.update = phmac_update, \
arch/x86/crypto/ghash-clmulni-intel_glue.c
124
.update = ghash_update,
arch/x86/crypto/sm3_avx_glue.c
51
.update = sm3_avx_update,
arch/x86/events/core.c
2085
static_call_update(x86_pmu_update, x86_pmu.update);
arch/x86/events/core.c
2207
if (!x86_pmu.update)
arch/x86/events/core.c
2208
x86_pmu.update = x86_perf_event_update;
arch/x86/events/core.c
83
DEFINE_STATIC_CALL_NULL(x86_pmu_update, *x86_pmu.update);
arch/x86/events/intel/core.c
6345
.update = intel_pmu_update,
arch/x86/events/perf_event.h
1160
DECLARE_STATIC_CALL(x86_pmu_update, *x86_pmu.update);
arch/x86/events/perf_event.h
837
u64 (*update)(struct perf_event *event);
arch/x86/kernel/cpu/resctrl/rdtgroup.c
134
void (*update)(void *arg);
arch/x86/kernel/cpu/resctrl/rdtgroup.c
144
update = l3_qos_cfg_update;
arch/x86/kernel/cpu/resctrl/rdtgroup.c
146
update = l2_qos_cfg_update;
arch/x86/kernel/cpu/resctrl/rdtgroup.c
165
on_each_cpu_mask(cpu_mask, update, &enable, 1);
arch/x86/xen/mmu_pv.c
236
static void xen_extend_mmu_update(const struct mmu_update *update)
arch/x86/xen/mmu_pv.c
251
*u = *update;
arch/x86/xen/setup.c
250
struct mmu_update update = {
arch/x86/xen/setup.c
263
if (HYPERVISOR_mmu_update(&update, 1, NULL, DOMID_SELF) < 0) {
certs/blacklist.c
143
.update = blacklist_key_update,
crypto/ahash.c
461
return ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->update);
crypto/ahash.c
490
err = ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->update);
crypto/blake2b.c
76
.update = crypto_blake2b_update, \
crypto/ccm.c
886
inst->alg.update = crypto_cbcmac_digest_update;
crypto/cmac.c
221
inst->alg.update = crypto_cmac_digest_update;
crypto/crc32.c
96
.update = crc32_update,
crypto/crc32c.c
134
.update = chksum_update,
crypto/cryptd.c
706
inst->alg.update = cryptd_hash_update_enqueue;
crypto/crypto_null.c
73
.update = null_update,
crypto/drbg.c
397
.update = drbg_ctr_update,
crypto/drbg.c
524
.update = drbg_hmac_update,
crypto/drbg.c
798
.update = drbg_hash_update,
crypto/drbg.c
812
int ret = drbg->d_ops->update(drbg, seed, reseed);
crypto/ghash-generic.c
130
.update = ghash_update,
crypto/hmac.c
230
inst->alg.update = hmac_update;
crypto/hmac.c
497
inst->alg.update = hmac_update_ahash;
crypto/md4.c
215
.update = md4_update,
crypto/md5.c
186
.update = crypto_md5_update,
crypto/md5.c
206
.update = crypto_hmac_md5_update,
crypto/michael_mic.c
146
.update = michael_update,
crypto/rmd160.c
323
.update = rmd160_update,
crypto/sha1.c
190
.update = crypto_sha1_update,
crypto/sha1.c
210
.update = crypto_hmac_sha1_update,
crypto/sha256.c
327
.update = crypto_sha224_update,
crypto/sha256.c
345
.update = crypto_sha256_update,
crypto/sha256.c
365
.update = crypto_hmac_sha224_update,
crypto/sha256.c
385
.update = crypto_hmac_sha256_update,
crypto/sha3.c
106
.update = crypto_sha3_update,
crypto/sha3.c
119
.update = crypto_sha3_update,
crypto/sha3.c
132
.update = crypto_sha3_update,
crypto/sha3.c
93
.update = crypto_sha3_update,
crypto/sha512.c
333
.update = crypto_sha384_update,
crypto/sha512.c
351
.update = crypto_sha512_update,
crypto/sha512.c
371
.update = crypto_hmac_sha384_update,
crypto/sha512.c
391
.update = crypto_hmac_sha512_update,
crypto/shash.c
123
return crypto_shash_alg(tfm)->update(desc, data, len);
crypto/shash.c
152
err = crypto_shash_alg(tfm)->update(desc, src, nbytes);
crypto/shash.c
94
return shash->update(desc, data, len) ?:
crypto/sm3_generic.c
41
.update = crypto_sm3_update,
crypto/streebog_generic.c
1029
.update = streebog_update,
crypto/streebog_generic.c
1042
.update = streebog_update,
crypto/wp512.c
1089
.update = wp512_update,
crypto/wp512.c
1102
.update = wp512_update,
crypto/wp512.c
1115
.update = wp512_update,
crypto/xcbc.c
172
inst->alg.update = crypto_xcbc_digest_update;
crypto/xxhash_generic.c
74
.update = xxhash64_update,
drivers/acpi/acpica/aclocal.h
682
struct acpi_update_state update;
drivers/acpi/acpica/utdelete.c
642
object = state->update.object;
drivers/acpi/acpica/utstate.c
173
state->update.object = object;
drivers/acpi/acpica/utstate.c
174
state->update.value = action;
drivers/acpi/pmic/tps68470_pmic.c
277
int (*update)(struct regmap *,
drivers/acpi/pmic/tps68470_pmic.c
300
update(regmap, reg, bitmask, *value);
drivers/auxdisplay/ht16k33.c
462
.update = ht16k33_linedisp_update,
drivers/auxdisplay/img-ascii-lcd.c
105
.update = malta_update,
drivers/auxdisplay/img-ascii-lcd.c
207
.update = sead3_update,
drivers/auxdisplay/img-ascii-lcd.c
75
.update = boston_update,
drivers/auxdisplay/line-display.c
142
linedisp->ops->update(linedisp);
drivers/auxdisplay/line-display.c
185
linedisp->ops->update(linedisp);
drivers/auxdisplay/line-display.c
207
linedisp->ops->update(linedisp);
drivers/auxdisplay/line-display.h
55
void (*update)(struct linedisp *linedisp);
drivers/auxdisplay/max6959.c
84
.update = max6959_linedisp_update,
drivers/auxdisplay/seg-led-gpio.c
59
.update = seg_led_linedisp_update,
drivers/clk/at91/clk-sam9x60-pll.c
190
bool update)
drivers/clk/at91/clk-sam9x60-pll.c
222
if (update) {
drivers/clk/renesas/rzg2l-cpg.c
1355
bool update = false;
drivers/clk/renesas/rzg2l-cpg.c
1393
update = true;
drivers/clk/renesas/rzg2l-cpg.c
1395
update = atomic_dec_and_test(&mstop->usecnt);
drivers/clk/renesas/rzg2l-cpg.c
1398
update = true;
drivers/clk/renesas/rzg2l-cpg.c
1402
if (update)
drivers/cpufreq/cpufreq.c
1208
container_of(work, struct cpufreq_policy, update);
drivers/cpufreq/cpufreq.c
1222
schedule_work(&policy->update);
drivers/cpufreq/cpufreq.c
1231
schedule_work(&policy->update);
drivers/cpufreq/cpufreq.c
1319
INIT_WORK(&policy->update, handle_update);
drivers/cpufreq/cpufreq.c
1366
cancel_work_sync(&policy->update);
drivers/cpufreq/cpufreq.c
1808
static unsigned int cpufreq_verify_current_freq(struct cpufreq_policy *policy, bool update)
drivers/cpufreq/cpufreq.c
1838
if (update)
drivers/cpufreq/cpufreq.c
1839
schedule_work(&policy->update);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
39
.update = sun4i_hash_update,
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
65
.update = sun4i_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
427
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
460
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
492
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
524
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
556
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
588
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
310
.update = sun8i_ss_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
342
.update = sun8i_ss_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
374
.update = sun8i_ss_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
406
.update = sun8i_ss_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
438
.update = sun8i_ss_hash_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
624
.update = aspeed_sham_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
656
.update = aspeed_sham_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
688
.update = aspeed_sham_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
723
.update = aspeed_sham_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
755
.update = aspeed_sham_update,
drivers/crypto/atmel-sha.c
1266
alg->update = atmel_sha_update;
drivers/crypto/atmel-sha.c
2055
alg->update = atmel_sha_update;
drivers/crypto/axis/artpec6_crypto.c
2627
.update = artpec6_crypto_hash_update,
drivers/crypto/axis/artpec6_crypto.c
2650
.update = artpec6_crypto_hash_update,
drivers/crypto/axis/artpec6_crypto.c
2673
.update = artpec6_crypto_hash_update,
drivers/crypto/bcm/cipher.c
4423
hash->update = ahash_update;
drivers/crypto/bcm/cipher.c
4435
hash->update = ahash_hmac_update;
drivers/crypto/caam/caamalg_qi2.c
3084
int (*update)(struct ahash_request *req);
drivers/crypto/caam/caamalg_qi2.c
3093
int (*update)(struct ahash_request *req);
drivers/crypto/caam/caamalg_qi2.c
4084
state->update = ahash_update_ctx;
drivers/crypto/caam/caamalg_qi2.c
4306
state->update = ahash_update_ctx;
drivers/crypto/caam/caamalg_qi2.c
4310
state->update = ahash_update_no_ctx;
drivers/crypto/caam/caamalg_qi2.c
4338
state->update = ahash_update_first;
drivers/crypto/caam/caamalg_qi2.c
4355
return state->update(req);
drivers/crypto/caam/caamalg_qi2.c
4382
export->update = state->update;
drivers/crypto/caam/caamalg_qi2.c
4398
state->update = export->update;
drivers/crypto/caam/caamalg_qi2.c
4425
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4446
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4467
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4488
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4509
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4530
.update = ahash_update,
drivers/crypto/caam/caamhash.c
121
int (*update)(struct ahash_request *req) ____cacheline_aligned;
drivers/crypto/caam/caamhash.c
1297
state->update = ahash_update_ctx;
drivers/crypto/caam/caamhash.c
133
int (*update)(struct ahash_request *req);
drivers/crypto/caam/caamhash.c
1477
state->update = ahash_update_ctx;
drivers/crypto/caam/caamhash.c
1481
state->update = ahash_update_no_ctx;
drivers/crypto/caam/caamhash.c
1509
state->update = ahash_update_first;
drivers/crypto/caam/caamhash.c
1526
return state->update(req);
drivers/crypto/caam/caamhash.c
1553
export->update = state->update;
drivers/crypto/caam/caamhash.c
1569
state->update = export->update;
drivers/crypto/caam/caamhash.c
1596
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1617
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1638
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1659
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1680
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1701
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1720
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1739
.update = ahash_update,
drivers/crypto/ccp/ccp-crypto-aes-cmac.c
366
alg->update = ccp_aes_cmac_update;
drivers/crypto/ccp/ccp-crypto-sha.c
475
alg->update = ccp_sha_update;
drivers/crypto/ccree/cc_hash.c
1591
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1618
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1645
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1672
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1699
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1726
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1751
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1776
.update = cc_mac_update,
drivers/crypto/ccree/cc_hash.c
1801
.update = cc_mac_update,
drivers/crypto/ccree/cc_hash.c
632
static int cc_do_finup(struct ahash_request *req, bool update)
drivers/crypto/ccree/cc_hash.c
650
update ? "finup" : "final", nbytes);
drivers/crypto/ccree/cc_hash.c
657
if (cc_map_hash_request_final(ctx->drvdata, state, src, nbytes, update,
drivers/crypto/chelsio/chcr_algo.c
4339
a_hash->update = chcr_ahash_update;
drivers/crypto/img-hash.c
763
.update = img_hash_update,
drivers/crypto/img-hash.c
789
.update = img_hash_update,
drivers/crypto/img-hash.c
815
.update = img_hash_update,
drivers/crypto/img-hash.c
841
.update = img_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
638
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
668
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
698
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
728
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
758
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
789
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
820
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
851
.update = eip93_hash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1209
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1267
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1324
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1395
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1467
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1525
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1582
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1653
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1725
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1783
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1855
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1945
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2028
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2115
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2173
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2244
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2439
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2497
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2555
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2613
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2775
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2846
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2917
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2987
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
984
.update = safexcel_ahash_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1024
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1051
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1076
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1103
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1128
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
894
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
919
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
947
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
972
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
999
.base.update = kmb_ocs_hcu_update,
drivers/crypto/marvell/cesa/hash.c
1007
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
1081
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
1290
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
1361
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
1432
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
936
.update = mv_cesa_ahash_update,
drivers/crypto/mxs-dcp.c
1011
.update = dcp_sha_update,
drivers/crypto/mxs-dcp.c
985
.update = dcp_sha_update,
drivers/crypto/nx/nx-aes-xcbc.c
315
.update = nx_xcbc_update,
drivers/crypto/nx/nx-sha256.c
243
.update = nx_sha256_update,
drivers/crypto/nx/nx-sha512.c
248
.update = nx_sha512_update,
drivers/crypto/omap-sham.c
1425
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1447
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1469
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1493
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1521
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1543
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1565
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1589
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1616
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1638
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1660
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1684
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
852
bool update = rctx->op == OP_UPDATE;
drivers/crypto/omap-sham.c
859
if (update)
drivers/crypto/omap-sham.c
872
if (update && req->nbytes && (!IS_ALIGNED(rctx->bufcnt, bs))) {
drivers/crypto/padlock-sha.c
195
.update = padlock_sha_update,
drivers/crypto/padlock-sha.c
219
.update = padlock_sha_update,
drivers/crypto/padlock-sha.c
282
.update = padlock_sha1_update_nano,
drivers/crypto/padlock-sha.c
302
.update = padlock_sha256_update_nano,
drivers/crypto/qce/sha.c
468
alg->update = qce_ahash_update;
drivers/crypto/rockchip/rk3288_crypto_ahash.c
379
.update = rk_ahash_update,
drivers/crypto/rockchip/rk3288_crypto_ahash.c
411
.update = rk_ahash_update,
drivers/crypto/rockchip/rk3288_crypto_ahash.c
443
.update = rk_ahash_update,
drivers/crypto/s5p-sss.c
1193
static int s5p_hash_prepare_request(struct ahash_request *req, bool update)
drivers/crypto/s5p-sss.c
1200
if (update)
drivers/crypto/s5p-sss.c
1711
.update = s5p_hash_update,
drivers/crypto/s5p-sss.c
1735
.update = s5p_hash_update,
drivers/crypto/s5p-sss.c
1759
.update = s5p_hash_update,
drivers/crypto/sa2ul.c
2052
.update = sa_sha_update,
drivers/crypto/sa2ul.c
2081
.update = sa_sha_update,
drivers/crypto/sa2ul.c
2110
.update = sa_sha_update,
drivers/crypto/sahara.c
1151
.update = sahara_sha_update,
drivers/crypto/sahara.c
1182
.update = sahara_sha_update,
drivers/crypto/starfive/jh7110-hash.c
560
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
588
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
617
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
645
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
674
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
702
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
731
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
759
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
788
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
816
.base.update = starfive_hash_update,
drivers/crypto/stm32/stm32-hash.c
1261
bool update = rctx->op & HASH_OP_UPDATE;
drivers/crypto/stm32/stm32-hash.c
1278
if (update || finup)
drivers/crypto/stm32/stm32-hash.c
1290
if (update && req->nbytes && (!IS_ALIGNED(state->bufcnt, bs))) {
drivers/crypto/stm32/stm32-hash.c
1591
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1619
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1651
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1679
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1711
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1739
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1771
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1799
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1831
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1859
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1888
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1916
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1948
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1976
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2005
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2033
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2062
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2090
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2119
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2147
.base.update = stm32_hash_update,
drivers/crypto/talitos.c
3226
t_alg->algt.alg.hash.update = ahash_update;
drivers/crypto/tegra/tegra-se-aes.c
1965
.update = tegra_cmac_update,
drivers/crypto/tegra/tegra-se-hash.c
1006
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
1034
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
1062
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
752
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
777
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
802
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
827
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
852
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
877
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
902
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
927
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
952
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
978
.update = tegra_sha_update,
drivers/crypto/xilinx/zynqmp-sha.c
168
.update = zynqmp_sha_update,
drivers/firewire/core-device.c
987
if (is_fw_unit(dev) && driver != NULL && driver->update != NULL) {
drivers/firewire/core-device.c
989
driver->update(unit);
drivers/firewire/net.c
1607
.update = fwnet_update,
drivers/firewire/sbp2.c
1275
.update = sbp2_update,
drivers/firmware/arm_scmi/sensors.c
1018
supported = s->update;
drivers/firmware/arm_scmi/sensors.c
610
s->update = SUPPORTS_UPDATE_NOTIFY(attrl);
drivers/firmware/cirrus/cs_dsp.c
3676
u32 addr, u32 data, u8 op_code, bool update)
drivers/firmware/cirrus/cs_dsp.c
3683
if (update)
drivers/firmware/cirrus/cs_dsp.c
3701
update = false;
drivers/firmware/cirrus/cs_dsp.c
3727
if (!update) {
drivers/firmware/cirrus/cs_dsp.c
3775
u8 op_code, bool update)
drivers/firmware/cirrus/cs_dsp.c
3781
reg_seq[i].def, op_code, update);
drivers/gpio/gpio-crystalcove.c
210
cg->update |= UPDATE_IRQ_TYPE;
drivers/gpio/gpio-crystalcove.c
227
if (cg->update & UPDATE_IRQ_TYPE)
drivers/gpio/gpio-crystalcove.c
229
if (cg->update & UPDATE_IRQ_MASK)
drivers/gpio/gpio-crystalcove.c
231
cg->update = 0;
drivers/gpio/gpio-crystalcove.c
248
cg->update |= UPDATE_IRQ_MASK;
drivers/gpio/gpio-crystalcove.c
261
cg->update |= UPDATE_IRQ_MASK;
drivers/gpio/gpio-crystalcove.c
78
int update;
drivers/gpio/gpio-wcove.c
263
wg->update |= UPDATE_IRQ_TYPE;
drivers/gpio/gpio-wcove.c
282
if (wg->update & UPDATE_IRQ_TYPE)
drivers/gpio/gpio-wcove.c
284
if (wg->update & UPDATE_IRQ_MASK)
drivers/gpio/gpio-wcove.c
286
wg->update = 0;
drivers/gpio/gpio-wcove.c
303
wg->update |= UPDATE_IRQ_MASK;
drivers/gpio/gpio-wcove.c
316
wg->update |= UPDATE_IRQ_MASK;
drivers/gpio/gpio-wcove.c
98
int update;
drivers/gpio/gpiolib-acpi-core.c
606
__acpi_gpio_update_gpiod_flags(enum gpiod_flags *flags, enum gpiod_flags update)
drivers/gpio/gpiolib-acpi-core.c
618
if (update & GPIOD_FLAGS_BIT_DIR_SET) {
drivers/gpio/gpiolib-acpi-core.c
619
enum gpiod_flags diff = *flags ^ update;
drivers/gpio/gpiolib-acpi-core.c
631
*flags = (*flags & ~mask) | (update & mask);
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
314
int (*update)(struct amdgpu_vm_update_params *p,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c
122
.update = amdgpu_vm_cpu_update,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
420
r = vm->update_funcs->update(&params, vmbo, addr, 0, entries,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
649
return vm->update_funcs->update(params, to_amdgpu_bo_vm(bo), pde, pt,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
719
params->vm->update_funcs->update(params, pt, pe, addr, count, incr,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c
294
.update = amdgpu_vm_sdma_update,
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13273
goto update;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13289
goto update;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13295
goto update;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13356
update:
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9795
struct dc_stream_update *update)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9823
update->cursor_position = &crtc_state->stream->cursor_position;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9855
update->cursor_attributes = &crtc_state->stream->cursor_attributes;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9861
update->cursor_position = &crtc_state->stream->cursor_position;
drivers/gpu/drm/amd/display/dc/core/dc.c
3235
struct dc_stream_update *update)
drivers/gpu/drm/amd/display/dc/core/dc.c
3239
if (update == NULL || stream == NULL)
drivers/gpu/drm/amd/display/dc/core/dc.c
3242
if (update->src.height && update->src.width)
drivers/gpu/drm/amd/display/dc/core/dc.c
3243
stream->src = update->src;
drivers/gpu/drm/amd/display/dc/core/dc.c
3245
if (update->dst.height && update->dst.width)
drivers/gpu/drm/amd/display/dc/core/dc.c
3246
stream->dst = update->dst;
drivers/gpu/drm/amd/display/dc/core/dc.c
3248
if (update->out_transfer_func) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3250
update->out_transfer_func->sdr_ref_white_level;
drivers/gpu/drm/amd/display/dc/core/dc.c
3251
stream->out_transfer_func.tf = update->out_transfer_func->tf;
drivers/gpu/drm/amd/display/dc/core/dc.c
3253
update->out_transfer_func->type;
drivers/gpu/drm/amd/display/dc/core/dc.c
3255
&update->out_transfer_func->tf_pts,
drivers/gpu/drm/amd/display/dc/core/dc.c
3259
if (update->hdr_static_metadata)
drivers/gpu/drm/amd/display/dc/core/dc.c
3260
stream->hdr_static_metadata = *update->hdr_static_metadata;
drivers/gpu/drm/amd/display/dc/core/dc.c
3262
if (update->abm_level)
drivers/gpu/drm/amd/display/dc/core/dc.c
3263
stream->abm_level = *update->abm_level;
drivers/gpu/drm/amd/display/dc/core/dc.c
3265
if (update->periodic_interrupt)
drivers/gpu/drm/amd/display/dc/core/dc.c
3266
stream->periodic_interrupt = *update->periodic_interrupt;
drivers/gpu/drm/amd/display/dc/core/dc.c
3268
if (update->gamut_remap)
drivers/gpu/drm/amd/display/dc/core/dc.c
3269
stream->gamut_remap_matrix = *update->gamut_remap;
drivers/gpu/drm/amd/display/dc/core/dc.c
3275
if (update->output_color_space)
drivers/gpu/drm/amd/display/dc/core/dc.c
3276
stream->output_color_space = *update->output_color_space;
drivers/gpu/drm/amd/display/dc/core/dc.c
3278
if (update->output_csc_transform)
drivers/gpu/drm/amd/display/dc/core/dc.c
3279
stream->csc_color_matrix = *update->output_csc_transform;
drivers/gpu/drm/amd/display/dc/core/dc.c
3281
if (update->vrr_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3282
stream->vrr_infopacket = *update->vrr_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3284
if (update->hw_cursor_req)
drivers/gpu/drm/amd/display/dc/core/dc.c
3285
stream->hw_cursor_req = *update->hw_cursor_req;
drivers/gpu/drm/amd/display/dc/core/dc.c
3287
if (update->allow_freesync)
drivers/gpu/drm/amd/display/dc/core/dc.c
3288
stream->allow_freesync = *update->allow_freesync;
drivers/gpu/drm/amd/display/dc/core/dc.c
3290
if (update->vrr_active_variable)
drivers/gpu/drm/amd/display/dc/core/dc.c
3291
stream->vrr_active_variable = *update->vrr_active_variable;
drivers/gpu/drm/amd/display/dc/core/dc.c
3293
if (update->vrr_active_fixed)
drivers/gpu/drm/amd/display/dc/core/dc.c
3294
stream->vrr_active_fixed = *update->vrr_active_fixed;
drivers/gpu/drm/amd/display/dc/core/dc.c
3296
if (update->crtc_timing_adjust) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3297
if (stream->adjust.v_total_min != update->crtc_timing_adjust->v_total_min ||
drivers/gpu/drm/amd/display/dc/core/dc.c
3298
stream->adjust.v_total_max != update->crtc_timing_adjust->v_total_max ||
drivers/gpu/drm/amd/display/dc/core/dc.c
3300
update->crtc_timing_adjust->timing_adjust_pending = true;
drivers/gpu/drm/amd/display/dc/core/dc.c
3301
stream->adjust = *update->crtc_timing_adjust;
drivers/gpu/drm/amd/display/dc/core/dc.c
3302
update->crtc_timing_adjust->timing_adjust_pending = false;
drivers/gpu/drm/amd/display/dc/core/dc.c
3305
if (update->dpms_off)
drivers/gpu/drm/amd/display/dc/core/dc.c
3306
stream->dpms_off = *update->dpms_off;
drivers/gpu/drm/amd/display/dc/core/dc.c
3308
if (update->hfvsif_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3309
stream->hfvsif_infopacket = *update->hfvsif_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3311
if (update->vtem_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3312
stream->vtem_infopacket = *update->vtem_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3314
if (update->vsc_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3315
stream->vsc_infopacket = *update->vsc_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3317
if (update->vsp_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3318
stream->vsp_infopacket = *update->vsp_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3320
if (update->adaptive_sync_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3321
stream->adaptive_sync_infopacket = *update->adaptive_sync_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3323
if (update->avi_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3324
stream->avi_infopacket = *update->avi_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3326
if (update->dither_option)
drivers/gpu/drm/amd/display/dc/core/dc.c
3327
stream->dither_option = *update->dither_option;
drivers/gpu/drm/amd/display/dc/core/dc.c
3329
if (update->pending_test_pattern)
drivers/gpu/drm/amd/display/dc/core/dc.c
3330
stream->test_pattern = *update->pending_test_pattern;
drivers/gpu/drm/amd/display/dc/core/dc.c
3332
if (update->wb_update) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3335
stream->num_wb_info = update->wb_update->num_wb_info;
drivers/gpu/drm/amd/display/dc/core/dc.c
3339
update->wb_update->writeback_info[i];
drivers/gpu/drm/amd/display/dc/core/dc.c
3341
if (update->dsc_config) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3344
uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 &&
drivers/gpu/drm/amd/display/dc/core/dc.c
3345
update->dsc_config->num_slices_v != 0);
drivers/gpu/drm/amd/display/dc/core/dc.c
3351
stream->timing.dsc_cfg = *update->dsc_config;
drivers/gpu/drm/amd/display/dc/core/dc.c
3357
update->dsc_config = NULL;
drivers/gpu/drm/amd/display/dc/core/dc.c
3363
update->dsc_config = NULL;
drivers/gpu/drm/amd/display/dc/core/dc.c
3366
if (update->scaler_sharpener_update)
drivers/gpu/drm/amd/display/dc/core/dc.c
3367
stream->scaler_sharpener_update = *update->scaler_sharpener_update;
drivers/gpu/drm/amd/display/dc/core/dc.c
3368
if (update->sharpening_required)
drivers/gpu/drm/amd/display/dc/core/dc.c
3369
stream->sharpening_required = *update->sharpening_required;
drivers/gpu/drm/amd/display/dc/core/dc.c
3371
if (update->drr_trigger_mode) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3372
stream->drr_trigger_mode = *update->drr_trigger_mode;
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
110
update->plane_info->tiling_info.gfx8.num_banks,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
111
update->plane_info->tiling_info.gfx8.bank_width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
112
update->plane_info->tiling_info.gfx8.bank_width_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
113
update->plane_info->tiling_info.gfx8.bank_height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
114
update->plane_info->tiling_info.gfx8.bank_height_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
115
update->plane_info->tiling_info.gfx8.tile_aspect,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
116
update->plane_info->tiling_info.gfx8.tile_aspect_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
117
update->plane_info->tiling_info.gfx8.tile_split,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
118
update->plane_info->tiling_info.gfx8.tile_split_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
119
update->plane_info->tiling_info.gfx8.tile_mode,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
120
update->plane_info->tiling_info.gfx8.tile_mode_c);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
127
update->plane_info->tiling_info.gfx8.pipe_config,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
128
update->plane_info->tiling_info.gfx8.array_mode,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
129
update->plane_info->visible,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
130
update->plane_info->per_pixel_alpha);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
133
update->plane_info->tiling_info.gfx9.swizzle);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
136
if (update->scaling_info) {
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
154
update->scaling_info->src_rect.x,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
155
update->scaling_info->src_rect.y,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
156
update->scaling_info->src_rect.width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
157
update->scaling_info->src_rect.height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
158
update->scaling_info->dst_rect.x,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
159
update->scaling_info->dst_rect.y,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
160
update->scaling_info->dst_rect.width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
161
update->scaling_info->dst_rect.height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
162
update->scaling_info->clip_rect.x,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
163
update->scaling_info->clip_rect.y,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
164
update->scaling_info->clip_rect.width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
165
update->scaling_info->clip_rect.height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
166
update->scaling_info->scaling_quality.h_taps,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
167
update->scaling_info->scaling_quality.v_taps,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
168
update->scaling_info->scaling_quality.h_taps_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
169
update->scaling_info->scaling_quality.v_taps_c);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
63
const struct dc_surface_update *update = &updates[i];
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
66
if (update->flip_addr) {
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
71
update->flip_addr->address.type,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
72
update->flip_addr->address.grph.addr.quad_part,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
73
update->flip_addr->address.grph.meta_addr.quad_part,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
74
update->flip_addr->flip_immediate);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
77
if (update->plane_info) {
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
88
update->plane_info->color_space,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
89
update->plane_info->format,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
90
update->plane_info->plane_size.surface_pitch,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
91
update->plane_info->plane_size.surface_size.height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
92
update->plane_info->plane_size.surface_size.width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
93
update->plane_info->plane_size.surface_size.x,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
94
update->plane_info->plane_size.surface_size.y,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
95
update->plane_info->rotation,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
96
update->plane_info->stereo_format);
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
2728
if (dwb->funcs->update)
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
2729
dwb->funcs->update(dwb, dwb_params);
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.c
107
.update = NULL,
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.c
319
.update = dwb2_update,
drivers/gpu/drm/amd/display/dc/dwb/dcn30/dcn30_dwb.c
249
.update = dwb3_update,
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
467
dwb->funcs->update(dwb, &wb_info->dwb_params);
drivers/gpu/drm/amd/display/dc/inc/hw/dwb.h
186
bool (*update)(
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
450
bool update = false;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
468
update = true;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
483
update = true;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
489
if (update) {
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1010
.update = d71_merger_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1121
.update = d71_improc_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1248
.update = d71_timing_ctrlr_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
404
.update = d71_layer_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
522
.update = d71_wb_layer_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
663
.update = d71_compiz_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
832
.update = d71_scaler_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
940
.update = d71_splitter_update,
drivers/gpu/drm/arm/display/komeda/komeda_pipeline.h
64
void (*update)(struct komeda_component *c,
drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c
1352
c->funcs->update(c, priv_to_comp_st(c->obj.state));
drivers/gpu/drm/armada/armada_crtc.c
736
dcrtc->cursor_obj->update = NULL;
drivers/gpu/drm/armada/armada_crtc.c
746
obj->update = cursor_update;
drivers/gpu/drm/armada/armada_gem.c
375
} else if (dobj->update) {
drivers/gpu/drm/armada/armada_gem.c
376
dobj->update(dobj->update_data);
drivers/gpu/drm/armada/armada_gem.h
20
void (*update)(void *);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
222
.update = aspeed_gfx_pipe_update,
drivers/gpu/drm/drm_simple_kms_helper.c
253
if (!pipe->funcs || !pipe->funcs->update)
drivers/gpu/drm/drm_simple_kms_helper.c
256
pipe->funcs->update(pipe, old_pstate);
drivers/gpu/drm/i915/gt/intel_rps.c
841
static int rps_set(struct intel_rps *rps, u8 val, bool update)
drivers/gpu/drm/i915/gt/intel_rps.c
858
if (update && GRAPHICS_VER(i915) >= 6)
drivers/gpu/drm/i915/i915_pmu.c
743
goto update;
drivers/gpu/drm/i915/i915_pmu.c
789
update:
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
334
.update = imx_lcdc_pipe_update,
drivers/gpu/drm/loongson/lsdc_crtc.c
816
pixpll_funcs->update(pixpll, &priv_state->pparms);
drivers/gpu/drm/loongson/lsdc_gfxpll.c
168
.update = loongson_gfxpll_update,
drivers/gpu/drm/loongson/lsdc_gfxpll.h
25
int (*update)(struct loongson_gfxpll * const this,
drivers/gpu/drm/loongson/lsdc_pixpll.c
463
.update = lsdc_pixpll_update,
drivers/gpu/drm/loongson/lsdc_pixpll.h
58
int (*update)(struct lsdc_pixpll * const this,
drivers/gpu/drm/mcde/mcde_display.c
1481
.update = mcde_display_update,
drivers/gpu/drm/nouveau/dispnv04/cursor.c
15
nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update)
drivers/gpu/drm/nouveau/dispnv04/cursor.c
9
nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update)
drivers/gpu/drm/nouveau/dispnv50/base507c.c
299
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/base827c.c
95
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/base907c.c
207
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/core.h
27
int (*update)(struct nv50_core *, u32 *interlock, bool ntfy);
drivers/gpu/drm/nouveau/dispnv50/core507d.c
149
.update = core507d_update,
drivers/gpu/drm/nouveau/dispnv50/core827d.c
31
.update = core507d_update,
drivers/gpu/drm/nouveau/dispnv50/core907d.c
65
.update = core507d_update,
drivers/gpu/drm/nouveau/dispnv50/core917d.c
31
.update = core507d_update,
drivers/gpu/drm/nouveau/dispnv50/corec37d.c
167
.update = corec37d_update,
drivers/gpu/drm/nouveau/dispnv50/corec57d.c
69
.update = corec37d_update,
drivers/gpu/drm/nouveau/dispnv50/coreca7d.c
109
.update = coreca7d_update,
drivers/gpu/drm/nouveau/dispnv50/crc.c
80
core->func->update(core, interlock, false);
drivers/gpu/drm/nouveau/dispnv50/curs507a.c
74
.update = curs507a_update,
drivers/gpu/drm/nouveau/dispnv50/cursc37a.c
53
.update = cursc37a_update,
drivers/gpu/drm/nouveau/dispnv50/disp.c
1067
mstm->outp->update(mstm->outp, head->base.index, asyh, proto,
drivers/gpu/drm/nouveau/dispnv50/disp.c
1085
mstm->outp->update(mstm->outp, msto->head->base.index, NULL, 0, 0);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1596
nv_encoder->update(nv_encoder, head->base.index, NULL, 0, 0);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1854
nv_encoder->update(nv_encoder, nv_crtc->index, asyh, proto, depth);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1905
nv_encoder->update = nv50_sor_update;
drivers/gpu/drm/nouveau/dispnv50/disp.c
2123
core->func->update(core, interlock, true);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2162
if (wndw->func->update)
drivers/gpu/drm/nouveau/dispnv50/disp.c
2163
wndw->func->update(wndw, interlock);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2368
disp->core->func->update(disp->core, interlock, false);
drivers/gpu/drm/nouveau/dispnv50/ovly507e.c
131
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/ovly827e.c
101
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/ovly907e.c
76
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c
64
.update = wimmc37b_update,
drivers/gpu/drm/nouveau/dispnv50/wndw.c
179
wndw->immd->update(wndw, interlock);
drivers/gpu/drm/nouveau/dispnv50/wndw.h
78
int (*update)(struct nv50_wndw *, u32 *interlock);
drivers/gpu/drm/nouveau/dispnv50/wndw.h
96
int (*update)(struct nv50_wndw *, u32 *interlock);
drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c
346
.update = wndwc37e_update,
drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c
234
.update = wndwc37e_update,
drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c
98
.update = wndwc37e_update,
drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c
234
.update = wndwc37e_update,
drivers/gpu/drm/nouveau/nouveau_crtc.h
61
void (*hide)(struct nouveau_crtc *, bool update);
drivers/gpu/drm/nouveau/nouveau_crtc.h
62
void (*show)(struct nouveau_crtc *, bool update);
drivers/gpu/drm/nouveau/nouveau_encoder.h
117
void (*update)(struct nouveau_encoder *, u8 head,
drivers/gpu/drm/nouveau/nouveau_svm.c
253
const struct mmu_notifier_range *update)
drivers/gpu/drm/nouveau/nouveau_svm.c
257
unsigned long start = update->start;
drivers/gpu/drm/nouveau/nouveau_svm.c
258
unsigned long limit = update->end;
drivers/gpu/drm/nouveau/nouveau_svm.c
260
if (!mmu_notifier_range_blockable(update))
drivers/gpu/drm/nouveau/nouveau_svm.c
273
if (update->event == MMU_NOTIFY_MIGRATE &&
drivers/gpu/drm/nouveau/nouveau_svm.c
274
update->owner == svmm->vmm->cli->drm->dev)
drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga100.c
427
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c
428
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c
461
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk110.c
82
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c
55
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c
43
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gv100.c
206
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.c
331
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.c
357
runl->func->update(runl);
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c
121
runl->func->update(runl);
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c
273
if (atomic_xchg(&runl->changed, 0) && runl->func->update) {
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c
274
runl->func->update(runl);
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.h
50
int (*update)(struct nvkm_runl *);
drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c
86
.update = nv50_runl_update,
drivers/gpu/drm/omapdrm/dss/dsi.c
4274
.update = dsi_update_all,
drivers/gpu/drm/omapdrm/dss/omapdss.h
197
int (*update)(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/omap_crtc.c
357
if (!dssdev || !dssdev->dsi_ops || !dssdev->dsi_ops->update)
drivers/gpu/drm/omapdrm/omap_crtc.c
360
ret = dssdev->dsi_ops->update(dssdev);
drivers/gpu/drm/pl111/pl111_display.c
444
.update = pl111_display_update,
drivers/gpu/drm/sitronix/st7586.c
277
.update = st7586_pipe_update,
drivers/gpu/drm/tiny/arcpgu.c
236
.update = arc_pgu_update,
drivers/gpu/drm/tiny/gm12u320.c
592
.update = gm12u320_pipe_update,
drivers/gpu/drm/tiny/ili9225.c
347
.update = ili9225_pipe_update,
drivers/gpu/drm/tiny/repaper.c
849
.update = repaper_pipe_update,
drivers/gpu/drm/tve200/tve200_display.c
320
.update = tve200_display_update,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1733
int vmw_du_helper_plane_update(struct vmw_du_update_plane *update)
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1735
struct drm_plane_state *state = update->plane->state;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1736
struct drm_plane_state *old_state = update->old_state;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1760
if (update->vfb->bo) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1762
container_of(update->vfb, typeof(*vfbbo), base);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1769
if (update->dev_priv->active_display_unit == vmw_du_screen_target) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1774
WARN_ON(update->dev_priv->has_mob);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1780
container_of(update->vfb, typeof(*vfbs), base);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1791
ret = vmw_validation_prepare(&val_ctx, update->mutex, update->intr);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1795
reserved_size = update->calc_fifo_size(update, num_hits);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1796
cmd_start = VMW_CMD_RESERVE(update->dev_priv, reserved_size);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1804
if (update->post_prepare) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1805
curr_size = update->post_prepare(update, cmd_next);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1810
if (update->pre_clip) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1811
curr_size = update->pre_clip(update, cmd_next, num_hits);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1827
if (update->clip) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1828
curr_size = update->clip(update, cmd_next, &clip, fb_x,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1839
curr_size = update->post_clip(update, cmd_next, &bb);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1845
vmw_cmd_commit(update->dev_priv, submit_size);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1847
vmw_kms_helper_validation_finish(update->dev_priv, NULL, &val_ctx,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1848
update->out_fence, NULL);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
101
uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
47
uint32_t (*calc_fifo_size)(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
501
int vmw_du_helper_plane_update(struct vmw_du_update_plane *update);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
62
uint32_t (*post_prepare)(struct vmw_du_update_plane *update, void *cmd);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
74
uint32_t (*pre_clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
90
uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
462
static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
469
static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
473
container_of(update->vfb, typeof(*vfbbo), base);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
475
int depth = update->vfb->base.format->depth;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
486
gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
489
gmr->body.bytesPerLine = update->vfb->base.pitches[0];
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
495
static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
502
blit->body.destScreenId = update->du->unit;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
513
static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
557
static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
564
static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
569
srf_update = container_of(update, typeof(*srf_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
581
static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
588
vfbs = container_of(update->vfb, typeof(*vfbs), base);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
596
blit->body.destScreenId = update->du->unit;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
612
static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
630
static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
634
struct drm_plane_state *state = update->plane->state;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
643
srf_update = container_of(update, typeof(*srf_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1135
static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1142
static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1146
container_of(update, typeof(*bo_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1154
static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1159
container_of(update, typeof(*bo_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1168
vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1182
bo_update = container_of(update, typeof(*bo_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1183
stdu = container_of(update->du, typeof(*stdu), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1184
vfbbo = container_of(update->vfb, typeof(*vfbbo), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1196
src_pitch = update->vfb->base.pitches[0];
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1270
vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1280
static uint32_t vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1292
vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1299
stdu = container_of(update->du, typeof(*stdu), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1300
vfbs = container_of(update->vfb, typeof(*vfbs), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1312
vmw_stdu_surface_populate_clip(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1332
vmw_stdu_surface_populate_update(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1335
vmw_stdu_populate_update(cmd, update->du->unit, bb->x1, bb->x2, bb->y1,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
269
struct vmw_stdu_update *update = cmd;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
271
update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
272
update->header.size = sizeof(update->body);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
274
update->body.stid = unit;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
275
update->body.rect.x = left;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
276
update->body.rect.y = top;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
277
update->body.rect.w = right - left;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
278
update->body.rect.h = bottom - top;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
667
struct vmw_stdu_update *update;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
683
update = (struct vmw_stdu_update *) &blit[dirty->num_hits];
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
684
commit_size = sizeof(*cmd) + blit_size + sizeof(*update);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
687
update = dirty->cmd;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
688
commit_size = sizeof(*update);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
691
vmw_stdu_populate_update(update, stdu->base.unit, sdirty->left,
drivers/gpu/drm/xe/xe_guc_engine_activity.c
189
goto update;
drivers/gpu/drm/xe/xe_guc_engine_activity.c
192
goto update;
drivers/gpu/drm/xe/xe_guc_engine_activity.c
198
goto update;
drivers/gpu/drm/xe/xe_guc_engine_activity.c
214
update:
drivers/gpu/drm/xe/xe_migrate.c
1646
const struct xe_vm_pgtable_update *update,
drivers/gpu/drm/xe/xe_migrate.c
1651
u32 ofs = update->ofs, size = update->qwords;
drivers/gpu/drm/xe/xe_migrate.c
1662
xe_tile_assert(tile, update->qwords < MAX_NUM_PTE);
drivers/gpu/drm/xe/xe_migrate.c
1665
xe_bo_addr(update->pt_bo, 0,
drivers/gpu/drm/xe/xe_migrate.c
1682
ofs, chunk, update);
drivers/gpu/drm/xe/xe_migrate.c
1685
ofs, chunk, update);
drivers/gpu/drm/xe/xe_migrate.c
1737
const struct xe_vm_pgtable_update *update =
drivers/gpu/drm/xe/xe_migrate.c
1742
&update->pt_bo->vmap, NULL,
drivers/gpu/drm/xe/xe_migrate.c
1743
update->ofs, update->qwords,
drivers/gpu/drm/xe/xe_migrate.c
1744
update);
drivers/gpu/drm/xe/xe_migrate.c
1747
&update->pt_bo->vmap, NULL,
drivers/gpu/drm/xe/xe_migrate.c
1748
update->ofs, update->qwords, update);
drivers/gpu/drm/xe/xe_migrate.h
58
const struct xe_vm_pgtable_update *update);
drivers/gpu/drm/xe/xe_migrate.h
76
const struct xe_vm_pgtable_update *update);
drivers/gpu/drm/xe/xe_pt.c
1776
xe_walk->wupd.updates[level].update->qwords = end_offset - offset;
drivers/gpu/drm/xe/xe_pt.c
1837
const struct xe_vm_pgtable_update *update)
drivers/gpu/drm/xe/xe_pt.c
1840
u64 empty = __xe_pt_empty_pte(tile, vm, update->pt->level);
drivers/gpu/drm/xe/xe_pt.c
2110
struct xe_vm_pgtable_update *update = pt_op->entries;
drivers/gpu/drm/xe/xe_pt.c
2123
if (update->pt->level == 0)
drivers/gpu/drm/xe/xe_pt.c
2126
if (update->pt->level == 1)
drivers/gpu/drm/xe/xe_pt.c
2529
struct xe_migrate_pt_update update = {
drivers/gpu/drm/xe/xe_pt.c
2565
update.ijob = ijob;
drivers/gpu/drm/xe/xe_pt.c
2591
update.mjob = mjob;
drivers/gpu/drm/xe/xe_pt.c
2601
fence = xe_migrate_update_pgtables(tile->migrate, &update);
drivers/gpu/drm/xe/xe_pt.c
272
struct xe_vm_pgtable_update *update;
drivers/gpu/drm/xe/xe_pt.c
362
upd->update = entry;
drivers/gpu/drm/xe/xe_pt.c
402
child_upd->update = NULL;
drivers/gpu/drm/xe/xe_pt.c
421
struct xe_vm_pgtable_update *entry = upd->update;
drivers/gpu/drm/xe/xe_pt.c
986
const struct xe_vm_pgtable_update *update)
drivers/gpu/drm/xe/xe_pt.c
988
struct xe_pt_entry *ptes = update->pt_entries;
drivers/gpu/drm/xen/xen_drm_front_kms.c
309
.update = display_update,
drivers/hid/hid-nvidia-shield.c
173
u8 update;
drivers/hid/hid-nvidia-shield.c
177
u8 update;
drivers/hid/hid-nvidia-shield.c
336
report->led.update = 1;
drivers/hid/hid-nvidia-shield.c
361
report->haptics.update = 1;
drivers/hwmon/ibmaem.c
139
void (*update)(struct aem_data *data);
drivers/hwmon/ibmaem.c
564
data->update = update_aem1_sensors;
drivers/hwmon/ibmaem.c
704
data->update = update_aem2_sensors;
drivers/hwmon/ibmaem.c
871
a->update(a);
drivers/hwmon/ibmaem.c
964
a->update(a);
drivers/hwmon/ibmaem.c
976
a->update(a);
drivers/hwmon/lm93.c
203
void (*update)(struct lm93_data *, struct i2c_client *);
drivers/hwmon/lm93.c
2592
void (*update)(struct lm93_data *, struct i2c_client *);
drivers/hwmon/lm93.c
2599
update = lm93_update_client_full;
drivers/hwmon/lm93.c
2602
update = lm93_update_client_min;
drivers/hwmon/lm93.c
2614
data->update = update;
drivers/hwmon/lm93.c
918
data->update(data, client);
drivers/hwmon/pmbus/pmbus.h
543
void pmbus_set_update(struct i2c_client *client, u8 reg, bool update);
drivers/hwmon/pmbus/pmbus_core.c
1421
bool update, bool readonly,
drivers/hwmon/pmbus/pmbus_core.c
1446
sensor->update = update;
drivers/hwmon/pmbus/pmbus_core.c
1513
bool update:1; /* True if register needs updates */
drivers/hwmon/pmbus/pmbus_core.c
1530
bool update:1; /* true if update needed */
drivers/hwmon/pmbus/pmbus_core.c
1561
attr->update || l->update,
drivers/hwmon/pmbus/pmbus_core.c
170
void pmbus_set_update(struct i2c_client *client, u8 reg, bool update)
drivers/hwmon/pmbus/pmbus_core.c
1724
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1729
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1734
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
177
sensor->update = update;
drivers/hwmon/pmbus/pmbus_core.c
1799
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1804
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1809
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1881
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1886
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1891
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1923
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1928
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1933
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1982
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1987
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1992
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2024
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2029
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2034
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2201
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2213
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2225
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
54
bool update; /* runtime sensor update needed */
drivers/hwmon/pmbus/pmbus_core.c
717
if (sensor->data < 0 || sensor->update)
drivers/hwmon/pwm-fan.c
209
bool update = false;
drivers/hwmon/pwm-fan.c
218
update = state->duty_cycle < ctx->pwm_duty_cycle_from_stopped;
drivers/hwmon/pwm-fan.c
219
if (update)
drivers/hwmon/pwm-fan.c
227
if (!ret && update) {
drivers/hwtracing/coresight/coresight-core.c
913
bool update = false;
drivers/hwtracing/coresight/coresight-core.c
917
update = true;
drivers/hwtracing/coresight/coresight-core.c
921
update = true;
drivers/hwtracing/coresight/coresight-core.c
926
update = true;
drivers/hwtracing/coresight/coresight-core.c
929
if (update)
drivers/hwtracing/coresight/coresight-core.c
931
return update ? new_sink : sink;
drivers/iio/imu/kmx61.c
324
bool update)
drivers/iio/imu/kmx61.c
363
if (acc_stby != -1 && update)
drivers/iio/imu/kmx61.c
365
if (mag_stby != -1 && update)
drivers/infiniband/hw/bnxt_re/qplib_sp.c
256
struct bnxt_qplib_gid *gid, u16 vlan_id, bool update)
drivers/infiniband/hw/bnxt_re/qplib_sp.c
279
if (update) {
drivers/infiniband/hw/bnxt_re/qplib_sp.c
316
u16 vlan_id, bool update, u32 *index,
drivers/infiniband/hw/bnxt_re/qplib_sp.c
349
if (update) {
drivers/infiniband/hw/bnxt_re/qplib_sp.h
325
struct bnxt_qplib_gid *gid, u16 vlan_id, bool update);
drivers/infiniband/hw/bnxt_re/qplib_sp.h
328
bool update, u32 *index,
drivers/infiniband/hw/hfi1/chip.c
12498
u8 update = 0;
drivers/infiniband/hw/hfi1/chip.c
12527
update = 1;
drivers/infiniband/hw/hfi1/chip.c
12538
update = 1;
drivers/infiniband/hw/hfi1/chip.c
12542
if (update) {
drivers/infiniband/hw/hfi1/driver.c
157
u8 *update)
drivers/infiniband/hw/hfi1/driver.c
161
*update |= !(idx & (rcd->egrbufs.threshold - 1)) && !offset;
drivers/infiniband/hw/qedr/verbs.c
4362
struct rdma_cqe_responder *resp, int *update)
drivers/infiniband/hw/qedr/verbs.c
4366
*update |= 1;
drivers/infiniband/hw/qedr/verbs.c
4386
int *update)
drivers/infiniband/hw/qedr/verbs.c
4393
try_consume_resp_cqe(cq, qp, resp, update);
drivers/infiniband/hw/qedr/verbs.c
4397
*update |= 1;
drivers/infiniband/hw/qedr/verbs.c
4404
struct rdma_cqe_requester *req, int *update)
drivers/infiniband/hw/qedr/verbs.c
4408
*update |= 1;
drivers/infiniband/hw/qedr/verbs.c
4419
int update = 0;
drivers/infiniband/hw/qedr/verbs.c
4454
try_consume_req_cqe(cq, qp, &cqe->req, &update);
drivers/infiniband/hw/qedr/verbs.c
4458
&cqe->resp, &update);
drivers/infiniband/hw/qedr/verbs.c
4463
update = 1;
drivers/infiniband/hw/qedr/verbs.c
4480
if (update)
drivers/md/dm-vdo/int-map.c
523
bool update, void **old_value_ptr)
drivers/md/dm-vdo/int-map.c
538
if (update)
drivers/md/dm-vdo/int-map.c
604
int vdo_int_map_put(struct int_map *map, u64 key, void *new_value, bool update,
drivers/md/dm-vdo/int-map.c
622
if (update_mapping(neighborhood, key, new_value, update, old_value_ptr))
drivers/md/dm-vdo/int-map.h
35
bool update, void **old_value_ptr);
drivers/md/md.c
9696
goto update;
drivers/md/md.c
9714
update:
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
697
bool update = false;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
705
update = true;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
709
if (update && !port->disconnected)
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
727
bool update = false;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
735
update = true;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
739
if (update && !port->disconnected)
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
762
bool update = false;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
769
update = true;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
774
if (update && !port->disconnected)
drivers/media/firewire/firedtv-fw.c
400
.update = node_update,
drivers/media/i2c/msp3400-driver.c
453
int update = state->radio || state->v4l2_std != id;
drivers/media/i2c/msp3400-driver.c
457
if (update)
drivers/media/i2c/msp3400-kthreads.c
407
int update = 0;
drivers/media/i2c/msp3400-kthreads.c
459
update = 1;
drivers/media/i2c/msp3400-kthreads.c
466
update = 1;
drivers/media/i2c/msp3400-kthreads.c
471
return update;
drivers/media/i2c/ov9650.c
1350
if (!ret && ctrls->update) {
drivers/media/i2c/ov9650.c
1360
ctrls->update = 0;
drivers/media/i2c/ov9650.c
223
u8 update;
drivers/media/i2c/ov9650.c
543
ov965x->ctrls.update = 1;
drivers/media/i2c/tvaudio.c
1450
int update = 1;
drivers/media/i2c/tvaudio.c
1472
update = 0;
drivers/media/i2c/tvaudio.c
1475
if(update)
drivers/media/i2c/tvaudio.c
440
int update = 1;
drivers/media/i2c/tvaudio.c
460
update = 0;
drivers/media/i2c/tvaudio.c
463
if (update)
drivers/media/i2c/tvaudio.c
605
int update = 1;
drivers/media/i2c/tvaudio.c
623
update = 0;
drivers/media/i2c/tvaudio.c
625
if (update)
drivers/media/pci/ivtv/ivtv-driver.h
381
u32 update;
drivers/media/pci/ivtv/ivtv-irq.c
895
if (yi->running && (yi->yuv_forced_update || f->update)) {
drivers/media/pci/ivtv/ivtv-irq.c
896
if (!f->update) {
drivers/media/pci/ivtv/ivtv-irq.c
905
f->update = 0;
drivers/media/pci/ivtv/ivtv-yuv.c
1002
nf->update = 0;
drivers/media/pci/ivtv/ivtv-yuv.c
1057
nf->update = 1;
drivers/media/pci/ivtv/ivtv-yuv.c
1061
nf->update |= update;
drivers/media/pci/ivtv/ivtv-yuv.c
968
yi->new_frame_info[draw].update = 0;
drivers/media/pci/ivtv/ivtv-yuv.c
984
int update = nf->update;
drivers/media/platform/amphion/vpu_malone.c
718
u32 update)
drivers/media/platform/amphion/vpu_malone.c
723
if (!update)
drivers/media/platform/amphion/vpu_malone.h
27
struct vpu_decode_params *params, u32 update);
drivers/media/platform/amphion/vpu_rpc.h
404
struct vpu_encode_params *params, u32 update)
drivers/media/platform/amphion/vpu_rpc.h
411
return ops->set_encode_params(inst->core->iface, inst->id, params, update);
drivers/media/platform/amphion/vpu_rpc.h
415
struct vpu_decode_params *params, u32 update)
drivers/media/platform/amphion/vpu_rpc.h
422
return ops->set_decode_params(inst->core->iface, inst->id, params, update);
drivers/media/platform/amphion/vpu_rpc.h
87
u32 update);
drivers/media/platform/amphion/vpu_rpc.h
91
u32 update);
drivers/media/platform/amphion/vpu_windsor.c
1164
u32 instance, struct vpu_encode_params *params, u32 update)
drivers/media/platform/amphion/vpu_windsor.c
1169
if (!update)
drivers/media/platform/amphion/vpu_windsor.h
32
u32 update);
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c
200
int fimc_is_itf_s_param(struct fimc_is *is, bool update)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c
204
if (update)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
158
int fimc_is_itf_s_param(struct fimc_is *is, bool update);
drivers/media/platform/ti/omap/omap_vout.c
1690
if (display->driver->update)
drivers/media/platform/ti/omap/omap_vout.c
1691
display->driver->update(display, 0, 0,
drivers/media/platform/ti/omap3isp/ispccdc.c
2729
ccdc->update = OMAP3ISP_CCDC_BLCLAMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
407
u16 update;
drivers/media/platform/ti/omap3isp/ispccdc.c
410
update = config->update &
drivers/media/platform/ti/omap3isp/ispccdc.c
412
if (!update)
drivers/media/platform/ti/omap3isp/ispccdc.c
415
if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) {
drivers/media/platform/ti/omap3isp/ispccdc.c
673
if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
675
ccdc->update |= OMAP3ISP_CCDC_ALAW;
drivers/media/platform/ti/omap3isp/ispccdc.c
678
if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
680
ccdc->update |= OMAP3ISP_CCDC_LPF;
drivers/media/platform/ti/omap3isp/ispccdc.c
683
if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
691
ccdc->update |= OMAP3ISP_CCDC_BLCLAMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
694
if (OMAP3ISP_CCDC_BCOMP & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
701
ccdc->update |= OMAP3ISP_CCDC_BCOMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
706
if (OMAP3ISP_CCDC_FPC & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
758
if (ccdc->update & OMAP3ISP_CCDC_ALAW) {
drivers/media/platform/ti/omap3isp/ispccdc.c
760
ccdc->update &= ~OMAP3ISP_CCDC_ALAW;
drivers/media/platform/ti/omap3isp/ispccdc.c
763
if (ccdc->update & OMAP3ISP_CCDC_LPF) {
drivers/media/platform/ti/omap3isp/ispccdc.c
765
ccdc->update &= ~OMAP3ISP_CCDC_LPF;
drivers/media/platform/ti/omap3isp/ispccdc.c
768
if (ccdc->update & OMAP3ISP_CCDC_BLCLAMP) {
drivers/media/platform/ti/omap3isp/ispccdc.c
770
ccdc->update &= ~OMAP3ISP_CCDC_BLCLAMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
773
if (ccdc->update & OMAP3ISP_CCDC_BCOMP) {
drivers/media/platform/ti/omap3isp/ispccdc.c
775
ccdc->update &= ~OMAP3ISP_CCDC_BCOMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
789
ccdc->update = OMAP3ISP_CCDC_ALAW | OMAP3ISP_CCDC_LPF
drivers/media/platform/ti/omap3isp/ispccdc.h
145
unsigned int update;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
183
int update = 0;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
187
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
191
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
195
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
199
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
203
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
207
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
211
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
215
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
219
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
223
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
227
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
231
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
234
if (update || !aewb->configured) {
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
236
aewb->update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
40
if (!aewb->update)
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
72
aewb->update = 0;
drivers/media/platform/ti/omap3isp/isph3a_af.c
122
af->update = 0;
drivers/media/platform/ti/omap3isp/isph3a_af.c
231
int update = 0;
drivers/media/platform/ti/omap3isp/isph3a_af.c
236
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
242
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
246
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
252
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
258
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
264
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
269
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
282
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
288
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
291
if (update || !af->configured) {
drivers/media/platform/ti/omap3isp/isph3a_af.c
294
af->update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
44
if (!af->update)
drivers/media/platform/ti/omap3isp/isphist.c
134
hist->update = 0;
drivers/media/platform/ti/omap3isp/isphist.c
414
hist->update = 1;
drivers/media/platform/ti/omap3isp/isphist.c
72
if (!hist->update || hist->state == ISPSTAT_DISABLED ||
drivers/media/platform/ti/omap3isp/isppreview.c
1229
const u32 update = OMAP3ISP_PREV_FEATURES_END - 1;
drivers/media/platform/ti/omap3isp/isppreview.c
1231
prev->params.params[0].update = prev->params.active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
1232
prev->params.params[1].update = ~prev->params.active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
1234
preview_setup_hw(prev, update, prev->params.active);
drivers/media/platform/ti/omap3isp/isppreview.c
1236
prev->params.params[0].update = 0;
drivers/media/platform/ti/omap3isp/isppreview.c
1237
prev->params.params[1].update = 0;
drivers/media/platform/ti/omap3isp/isppreview.c
1306
prev->params.params[0].update = OMAP3ISP_PREV_FEATURES_END - 1;
drivers/media/platform/ti/omap3isp/isppreview.c
1308
prev->params.params[1].update = 0;
drivers/media/platform/ti/omap3isp/isppreview.c
1384
u32 update;
drivers/media/platform/ti/omap3isp/isppreview.c
1389
update = preview_params_lock(prev, 0, false);
drivers/media/platform/ti/omap3isp/isppreview.c
1408
preview_setup_hw(prev, update, active);
drivers/media/platform/ti/omap3isp/isppreview.c
1435
preview_params_unlock(prev, update, false);
drivers/media/platform/ti/omap3isp/isppreview.c
1525
u32 update;
drivers/media/platform/ti/omap3isp/isppreview.c
1533
update = preview_params_lock(prev, 0, false);
drivers/media/platform/ti/omap3isp/isppreview.c
1537
preview_setup_hw(prev, update, active);
drivers/media/platform/ti/omap3isp/isppreview.c
1547
preview_params_unlock(prev, update, false);
drivers/media/platform/ti/omap3isp/isppreview.c
644
params->update |= OMAP3ISP_PREV_CONTRAST;
drivers/media/platform/ti/omap3isp/isppreview.c
666
params->update |= OMAP3ISP_PREV_BRIGHTNESS;
drivers/media/platform/ti/omap3isp/isppreview.c
672
preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow)
drivers/media/platform/ti/omap3isp/isppreview.c
678
prev->params.params[0].busy |= ~active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
679
prev->params.params[1].busy |= active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
682
update = (prev->params.params[0].update & active)
drivers/media/platform/ti/omap3isp/isppreview.c
683
| (prev->params.params[1].update & ~active);
drivers/media/platform/ti/omap3isp/isppreview.c
685
prev->params.params[0].busy |= active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
686
prev->params.params[1].busy |= ~active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
689
return update;
drivers/media/platform/ti/omap3isp/isppreview.c
693
preview_params_unlock(struct isp_prev_device *prev, u32 update, bool shadow)
drivers/media/platform/ti/omap3isp/isppreview.c
701
prev->params.params[0].update |= (~active & update);
drivers/media/platform/ti/omap3isp/isppreview.c
702
prev->params.params[1].update |= (active & update);
drivers/media/platform/ti/omap3isp/isppreview.c
709
prev->params.params[0].update &= ~(active & update);
drivers/media/platform/ti/omap3isp/isppreview.c
710
prev->params.params[1].update &= ~(~active & update);
drivers/media/platform/ti/omap3isp/isppreview.c
724
to_switch = (prev->params.params[0].update & ~prev->params.active)
drivers/media/platform/ti/omap3isp/isppreview.c
725
| (prev->params.params[1].update & prev->params.active);
drivers/media/platform/ti/omap3isp/isppreview.c
736
prev->params.params[0].update &= ~(~prev->params.active & to_switch);
drivers/media/platform/ti/omap3isp/isppreview.c
737
prev->params.params[1].update &= ~(prev->params.active & to_switch);
drivers/media/platform/ti/omap3isp/isppreview.c
865
u32 update;
drivers/media/platform/ti/omap3isp/isppreview.c
868
if (cfg->update == 0)
drivers/media/platform/ti/omap3isp/isppreview.c
873
preview_params_lock(prev, cfg->update, true);
drivers/media/platform/ti/omap3isp/isppreview.c
877
update = 0;
drivers/media/platform/ti/omap3isp/isppreview.c
884
if (attr->skip || !(cfg->update & bit))
drivers/media/platform/ti/omap3isp/isppreview.c
906
update |= bit;
drivers/media/platform/ti/omap3isp/isppreview.c
910
preview_params_unlock(prev, update, true);
drivers/media/platform/ti/omap3isp/isppreview.c
925
static void preview_setup_hw(struct isp_prev_device *prev, u32 update,
drivers/media/platform/ti/omap3isp/isppreview.c
930
if (update == 0)
drivers/media/platform/ti/omap3isp/isppreview.c
938
if (!(update & bit))
drivers/media/platform/ti/omap3isp/isppreview.h
79
u32 update;
drivers/media/platform/ti/omap3isp/ispstat.c
707
stat->update = 1;
drivers/media/platform/ti/omap3isp/ispstat.c
934
stat->update = 1;
drivers/media/platform/ti/omap3isp/ispstat.c
942
stat->update = 1;
drivers/media/platform/ti/omap3isp/ispstat.h
90
unsigned update:1;
drivers/memory/tegra/tegra124-emc.c
603
bool update = false;
drivers/memory/tegra/tegra124-emc.c
647
update = true;
drivers/memory/tegra/tegra124-emc.c
652
update = true;
drivers/memory/tegra/tegra124-emc.c
655
if (update) {
drivers/memory/tegra/tegra124-emc.c
661
update = false;
drivers/memory/tegra/tegra124-emc.c
666
update = true;
drivers/memory/tegra/tegra124-emc.c
672
update = true;
drivers/memory/tegra/tegra124-emc.c
675
if (update) {
drivers/mfd/aat2870-core.c
360
aat2870->update = aat2870_update;
drivers/mtd/nand/raw/nand_bbt.c
1133
int i, j, chips, block, nrblocks, update;
drivers/mtd/nand/raw/nand_bbt.c
1159
update = 0;
drivers/mtd/nand/raw/nand_bbt.c
1168
update = 1;
drivers/mtd/nand/raw/nand_bbt.c
1176
if (update && td->reserved_block_code)
drivers/net/bonding/bond_options.c
931
bool update = false;
drivers/net/bonding/bond_options.c
933
update |= bond_set_xfrm_features(bond);
drivers/net/bonding/bond_options.c
935
if (update)
drivers/net/dsa/microchip/ksz9477.c
1364
u8 i, ports, update;
drivers/net/dsa/microchip/ksz9477.c
1412
update = BIT(dev->cpu_port);
drivers/net/dsa/microchip/ksz9477.c
1417
update = BIT(dev->cpu_port);
drivers/net/dsa/microchip/ksz9477.c
1423
update = dev->port_mask & ~BIT(dev->cpu_port);
drivers/net/dsa/microchip/ksz9477.c
1426
update = ports;
drivers/net/dsa/microchip/ksz9477.c
1429
if (update != ports || override) {
drivers/net/dsa/microchip/ksz9477.c
1431
data |= update;
drivers/net/dsa/sja1105/sja1105_ptp.c
258
u64 update;
drivers/net/dsa/sja1105/sja1105_ptp.c
267
sja1105_unpack(packed_buf, &update, 0, 0,
drivers/net/dsa/sja1105/sja1105_ptp.c
269
if (update)
drivers/net/ethernet/asix/ax88796c_main.c
741
bool update = false;
drivers/net/ethernet/asix/ax88796c_main.c
751
update = true;
drivers/net/ethernet/asix/ax88796c_main.c
761
update = true;
drivers/net/ethernet/asix/ax88796c_main.c
764
if (update)
drivers/net/ethernet/atheros/alx/hw.c
1123
hw->stats.update += alx_read_mem32(hw, ALX_MIB_UPDATE);
drivers/net/ethernet/atheros/alx/hw.h
449
u64 update;
drivers/net/ethernet/atheros/atlx/atl1.h
375
u16 update; /* Selene sets this bit every time it DMAs the
drivers/net/ethernet/atheros/atlx/atl2.c
408
if (!rxd->status.update)
drivers/net/ethernet/atheros/atlx/atl2.c
412
rxd->status.update = 0;
drivers/net/ethernet/atheros/atlx/atl2.c
474
if (!txs->update)
drivers/net/ethernet/atheros/atlx/atl2.c
478
txs->update = 0;
drivers/net/ethernet/atheros/atlx/atl2.c
884
adapter->txs_ring[adapter->txs_next_clear].update = 0;
drivers/net/ethernet/atheros/atlx/atl2.h
253
unsigned update:1; /* always 1'b1 in tx_status_buf */
drivers/net/ethernet/atheros/atlx/atl2.h
303
unsigned update:1;
drivers/net/ethernet/broadcom/bgmac.c
1418
bool update = false;
drivers/net/ethernet/broadcom/bgmac.c
1423
update = true;
drivers/net/ethernet/broadcom/bgmac.c
1428
update = true;
drivers/net/ethernet/broadcom/bgmac.c
1432
if (update) {
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
1810
bool update = false;
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
1822
update = true;
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
1832
update = true;
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
1834
return update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
203
u16 index, u8 op, u8 update);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
638
u8 update, u32 igu_addr)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
645
(update << IGU_REGULAR_BUPDATE_SHIFT) |
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
657
u8 storm, u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
667
(update << IGU_ACK_REGISTER_UPDATE_INDEX_SHIFT) |
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
677
u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
680
bnx2x_hc_ack_sb(bp, igu_sb_id, storm, index, op, update);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
692
bnx2x_igu_ack_sb(bp, igu_sb_id, segment, index, op, update);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15232
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15234
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
5244
u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
5248
bnx2x_igu_ack_sb_gen(bp, igu_sb_id, segment, index, op, update,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
5394
&queue_params.params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5225
&params->params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5262
struct bnx2x_queue_update_params *update = &params->params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5264
memset(update, 0, sizeof(*update));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5266
__set_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, &update->update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5282
struct bnx2x_queue_update_params *update = &params->params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5284
memset(update, 0, sizeof(*update));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5286
__set_bit(BNX2X_Q_UPDATE_ACTIVATE, &update->update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5287
__set_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, &update->update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5501
&params->params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
1034
struct bnx2x_queue_update_params update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
1451
bool update = true;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
1488
update = false;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
1491
if (update) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2372
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2375
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2378
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2390
q_params.params.update.cid_index = tx_idx;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2899
update_params = &q_params.params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2989
update_params = &q_params.params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
80
u8 update)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
93
(update << IGU_REGULAR_BUPDATE_SHIFT) |
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1324
bool update = false;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1329
update = (bnx2x_hw_stats_update(bp) == 0);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1331
update |= (bnx2x_storm_stats_update(bp) == 0);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1333
if (update) {
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13542
bool update = false;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13554
update = true;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13564
update = true;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13566
return update;
drivers/net/ethernet/broadcom/cnic.c
3056
u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/cnic.c
3067
(update << IGU_ACK_REGISTER_UPDATE_INDEX_SHIFT) |
drivers/net/ethernet/broadcom/cnic.c
3074
u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/cnic.c
3082
(update << IGU_REGULAR_BUPDATE_SHIFT) |
drivers/net/ethernet/chelsio/cxgb/sge.c
430
unsigned int i, len, update = 1;
drivers/net/ethernet/chelsio/cxgb/sge.c
466
if (update-- && sched_update_avail(sge))
drivers/net/ethernet/intel/e1000e/80003es2lan.c
1387
.update = e1000e_update_nvm_checksum_generic,
drivers/net/ethernet/intel/e1000e/82571.c
1940
.update = e1000_update_nvm_checksum_82571,
drivers/net/ethernet/intel/e1000e/e1000.h
582
return hw->nvm.ops.update(hw);
drivers/net/ethernet/intel/e1000e/hw.h
566
s32 (*update)(struct e1000_hw *);
drivers/net/ethernet/intel/e1000e/ich8lan.c
5993
.update = e1000_update_nvm_checksum_ich8lan,
drivers/net/ethernet/intel/e1000e/ich8lan.c
6003
.update = e1000_update_nvm_checksum_spt,
drivers/net/ethernet/intel/i40e/i40e_client.c
671
bool update = true;
drivers/net/ethernet/intel/i40e/i40e_client.c
700
update = false;
drivers/net/ethernet/intel/i40e/i40e_client.c
706
if (update) {
drivers/net/ethernet/intel/i40e/i40e_ddp.c
234
ver.major, ver.minor, ver.update, ver.draft);
drivers/net/ethernet/intel/i40e/i40e_type.h
1301
u8 update;
drivers/net/ethernet/intel/ice/devlink/devlink.c
145
pkg->major, pkg->minor, pkg->update, pkg->draft);
drivers/net/ethernet/intel/ice/ice_adminq_cmd.h
2182
u8 update;
drivers/net/ethernet/intel/ice/ice_ddp.c
1638
ice_seg->hdr.seg_format_ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
1836
pkg_hdr->pkg_format_ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
1965
meta->ver.major, meta->ver.minor, meta->ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
1974
seg_hdr->seg_format_ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
2025
pkg_info->pkg_info[i].ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
422
hw->pkg_ver.update == hw->active_pkg_ver.update &&
drivers/net/ethernet/intel/ice/ice_ddp.c
44
pkg->pkg_format_ver.update != ICE_PKG_FMT_VER_UPD ||
drivers/net/ethernet/intel/ice/ice_main.c
4261
hw->active_pkg_ver.update,
drivers/net/ethernet/intel/ice/ice_main.c
4269
hw->active_pkg_ver.update,
drivers/net/ethernet/intel/ice/ice_main.c
4284
hw->active_pkg_ver.update,
drivers/net/ethernet/intel/ice/ice_main.c
4289
hw->pkg_ver.update,
drivers/net/ethernet/intel/igb/e1000_82575.c
374
nvm->ops.update = igb_update_nvm_checksum;
drivers/net/ethernet/intel/igb/e1000_82575.c
384
nvm->ops.update = igb_update_nvm_checksum_82580;
drivers/net/ethernet/intel/igb/e1000_82575.c
389
nvm->ops.update = igb_update_nvm_checksum_i350;
drivers/net/ethernet/intel/igb/e1000_hw.h
336
s32 (*update)(struct e1000_hw *);
drivers/net/ethernet/intel/igb/e1000_i210.c
808
nvm->ops.update = igb_update_nvm_checksum_i210;
drivers/net/ethernet/intel/igb/e1000_i210.c
814
nvm->ops.update = NULL;
drivers/net/ethernet/intel/igb/igb_ethtool.c
843
hw->nvm.ops.update(hw);
drivers/net/ethernet/intel/igc/igc_ethtool.c
568
hw->nvm.ops.update(hw);
drivers/net/ethernet/intel/igc/igc_hw.h
104
s32 (*update)(struct igc_hw *hw);
drivers/net/ethernet/intel/igc/igc_i225.c
487
nvm->ops.update = igc_update_nvm_checksum_i225;
drivers/net/ethernet/intel/igc/igc_i225.c
492
nvm->ops.update = NULL;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
936
bool enable, update;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
944
update = true;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
948
update = false;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
950
if (!update)
drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
395
bool update = false;
drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
409
update = mlx5_sf_state_update_check(sf, event->new_vhca_state);
drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
410
if (update)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3080
update:1; /* set indicates this nexthop should be updated in the
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3867
if (nh->update || reallocate) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3878
nh->update = 0;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4182
nh->update = 1;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4291
nh->update = 1;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
5457
nh->update = 1;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
5589
nh->update = 0;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
5642
nh->update = 0;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
591
.update = lan966x_vcap_update,
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
1501
.update = sparx5_vcap_update,
drivers/net/ethernet/microchip/vcap/vcap_api.c
1545
ri->vctrl->ops->update(ri->ndev, admin, VCAP_CMD_READ,
drivers/net/ethernet/microchip/vcap/vcap_api.c
1582
ri->vctrl->ops->update(ri->ndev, admin, VCAP_CMD_WRITE,
drivers/net/ethernet/microchip/vcap/vcap_api.c
1599
ri->vctrl->ops->update(ri->ndev, admin, VCAP_CMD_WRITE,
drivers/net/ethernet/microchip/vcap/vcap_api.c
2927
ri->vctrl->ops->update(ri->ndev, admin, VCAP_CMD_READ, VCAP_SEL_COUNTER,
drivers/net/ethernet/microchip/vcap/vcap_api.c
378
vctrl->ops->update(ndev, admin, VCAP_CMD_READ, VCAP_SEL_ALL, addr);
drivers/net/ethernet/microchip/vcap/vcap_api.c
869
!ctrl->ops->init || !ctrl->ops->update || !ctrl->ops->move ||
drivers/net/ethernet/microchip/vcap/vcap_api.h
253
void (*update)
drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c
231
.update = test_cache_update,
drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c
221
.update = test_cache_update,
drivers/net/ethernet/netronome/nfp/flower/main.h
505
u64 update;
drivers/net/ethernet/netronome/nfp/flower/qos_conf.c
815
if (!meter_entry->stats.update) {
drivers/net/ethernet/netronome/nfp/flower/qos_conf.c
821
meter_entry->stats.update = jiffies;
drivers/net/ethernet/netronome/nfp/flower/qos_conf.c
856
meter_entry->stats.update,
drivers/net/ethernet/netronome/nfp/nfp_net.h
1004
void nfp_net_mbox_reconfig_post(struct nfp_net *nn, u32 update);
drivers/net/ethernet/netronome/nfp/nfp_net.h
995
int __nfp_net_reconfig(struct nfp_net *nn, u32 update);
drivers/net/ethernet/netronome/nfp/nfp_net.h
996
int nfp_net_reconfig(struct nfp_net *nn, u32 update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1027
update |= NFP_NET_CFG_UPDATE_GEN;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1028
update |= NFP_NET_CFG_UPDATE_MSIX;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1029
update |= NFP_NET_CFG_UPDATE_RING;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1038
err = nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1056
err = nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
190
static void nfp_net_reconfig_post(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
196
nn->reconfig_posted |= update;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
203
nfp_net_reconfig_start_async(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
205
nn->reconfig_posted |= update;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
261
int __nfp_net_reconfig(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
267
nfp_net_reconfig_start(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
282
int nfp_net_reconfig(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
287
ret = __nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
84
static void nfp_net_reconfig_start(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
86
nn_writel(nn, NFP_NET_CFG_UPDATE, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
90
nn->reconfig_in_progress_update = update;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
926
u32 new_ctrl, new_ctrl_w1, update;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
932
update = NFP_NET_CFG_UPDATE_GEN;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
933
update |= NFP_NET_CFG_UPDATE_MSIX;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
934
update |= NFP_NET_CFG_UPDATE_RING;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
94
static void nfp_net_reconfig_start_async(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
945
err = nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
956
err = nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
96
update |= nn->reconfig_posted;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
981
u32 bufsz, new_ctrl, new_ctrl_w1, update = 0;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
99
nfp_net_reconfig_start(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
992
update |= NFP_NET_CFG_UPDATE_RSS;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
997
update |= NFP_NET_CFG_UPDATE_IRQMOD;
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
100
u16 update = NFP_NET_VF_CFG_MB_UPD_VLAN;
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
127
update |= NFP_NET_VF_CFG_MB_UPD_VLAN_PROTO;
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
144
return nfp_net_sriov_update(app, vf, update, "vlan");
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
42
nfp_net_sriov_update(struct nfp_app *app, int vf, u16 update, const char *msg)
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
49
writew(update, app->pf->vfcfg_tbl2 + NFP_NET_VF_CFG_MB_UPD);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
148
static int update_dscp_maxrate(struct net_device *dev, u32 *update)
drivers/net/ethernet/netronome/nfp/nic/dcb.c
160
*update |= NFP_DCB_MSG_MSK_RATE;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
169
*update |= NFP_DCB_MSG_MSK_DSCP;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
175
static void nfp_nic_set_trust(struct nfp_net *nn, u32 *update)
drivers/net/ethernet/netronome/nfp/nic/dcb.c
190
*update |= NFP_DCB_MSG_MSK_TRUST;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
193
static void nfp_nic_set_enable(struct nfp_net *nn, u32 enable, u32 *update)
drivers/net/ethernet/netronome/nfp/nic/dcb.c
205
*update |= NFP_DCB_MSG_MSK_ENABLE;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
251
static void nfp_nic_ets_init(struct nfp_net *nn, u32 *update)
drivers/net/ethernet/netronome/nfp/nic/dcb.c
260
*update |= NFP_DCB_MSG_MSK_TSA | NFP_DCB_MSG_MSK_PCT | NFP_DCB_MSG_MSK_PCP;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
270
u32 update = 0;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
290
err = update_dscp_maxrate(dev, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
300
nfp_nic_set_enable(nn, NFP_DCB_ALL_QOS_ENABLE, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
301
nfp_nic_set_trust(nn, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
307
update | NFP_DCB_MSG_MSK_TSA | NFP_DCB_MSG_MSK_PCT |
drivers/net/ethernet/netronome/nfp/nic/dcb.c
334
u32 update = 0;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
348
nfp_nic_set_enable(nn, NFP_DCB_ALL_QOS_ENABLE, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
349
nfp_nic_set_trust(nn, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
350
nfp_nic_ets_init(nn, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
357
update | NFP_DCB_MSG_MSK_RATE);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
366
u32 update = 0;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
375
update |= NFP_DCB_MSG_MSK_RATE;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
383
nfp_nic_ets_init(nn, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
386
nfp_nic_set_enable(nn, NFP_DCB_ALL_QOS_ENABLE, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
388
update | NFP_DCB_MSG_MSK_TRUST);
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
159
qed_dcbx_app_update[i].name, p_data->arr[id].update,
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
177
p_data->arr[type].update = UPDATE_DCB;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
179
p_data->arr[type].update = DONT_UPDATE_DCB_DSCP;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
312
if (p_data->arr[type].update)
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
426
if (p_results->arr[DCBX_PROTOCOL_ROCE].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
430
if (p_results->arr[DCBX_PROTOCOL_ROCE_V2].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
436
if (p_results->arr[DCBX_PROTOCOL_ISCSI].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
440
if (p_results->arr[DCBX_PROTOCOL_FCOE].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
444
if (p_results->arr[DCBX_PROTOCOL_ETH].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
948
update_flag = p_src->arr[DCBX_PROTOCOL_FCOE].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
951
update_flag = p_src->arr[DCBX_PROTOCOL_ROCE].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
954
update_flag = p_src->arr[DCBX_PROTOCOL_ROCE_V2].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
957
update_flag = p_src->arr[DCBX_PROTOCOL_ISCSI].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
959
update_flag = p_src->arr[DCBX_PROTOCOL_ETH].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.h
29
u8 update; /* Update indication */
drivers/net/ethernet/qlogic/qed/qed_sriov.c
2240
u16 *tun_features, bool *update,
drivers/net/ethernet/qlogic/qed/qed_sriov.c
2273
*update = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
2282
*update = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
5004
bool update = false;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
5026
update = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
5039
update = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
5042
if (update)
drivers/net/ethernet/qlogic/qede/qede.h
557
struct qed_update_vport_rss_params *rss, u8 *update);
drivers/net/ethernet/qlogic/qede/qede_filter.c
565
struct qed_update_vport_rss_params *rss, u8 *update)
drivers/net/ethernet/qlogic/qede/qede_filter.c
572
*update = 0;
drivers/net/ethernet/qlogic/qede/qede_filter.c
615
*update = 1;
drivers/net/ethernet/ti/davinci_emac.c
699
int update = -1;
drivers/net/ethernet/ti/davinci_emac.c
703
update = emac_hash_add(priv, mac_addr);
drivers/net/ethernet/ti/davinci_emac.c
706
update = emac_hash_del(priv, mac_addr);
drivers/net/ethernet/ti/davinci_emac.c
709
update = 1;
drivers/net/ethernet/ti/davinci_emac.c
714
update = 1;
drivers/net/ethernet/ti/davinci_emac.c
729
if (update > 0) {
drivers/net/phy/micrel.c
1109
bool *update)
drivers/net/phy/micrel.c
1125
*update |= true;
drivers/net/phy/micrel.c
1267
bool update = false;
drivers/net/phy/micrel.c
1277
clk_skews, 2, &update);
drivers/net/phy/micrel.c
1281
control_skews, 2, &update);
drivers/net/phy/micrel.c
1285
rx_data_skews, 4, &update);
drivers/net/phy/micrel.c
1289
tx_data_skews, 4, &update);
drivers/net/phy/micrel.c
1291
if (update && !phy_interface_is_rgmii(phydev))
drivers/net/phy/mscc/mscc_macsec.c
691
struct macsec_flow *flow, bool update)
drivers/net/phy/mscc/mscc_macsec.c
709
if (update)
drivers/net/phy/mscc/mscc_macsec.c
720
struct macsec_flow *flow, bool update)
drivers/net/phy/mscc/mscc_macsec.c
732
if (update)
drivers/net/virtio_net.c
5526
bool update = false;
drivers/net/virtio_net.c
5539
update = true;
drivers/net/virtio_net.c
5551
update = true;
drivers/net/virtio_net.c
5554
if (update)
drivers/net/wireless/ath/ath9k/calib.c
222
void ath9k_hw_start_nfcal(struct ath_hw *ah, bool update)
drivers/net/wireless/ath/ath9k/calib.c
230
if (update)
drivers/net/wireless/ath/ath9k/calib.h
111
void ath9k_hw_start_nfcal(struct ath_hw *ah, bool update);
drivers/net/wireless/ath/wcn36xx/smd.c
1530
bool update,
drivers/net/wireless/ath/wcn36xx/smd.c
1609
bss->action = update;
drivers/net/wireless/ath/wcn36xx/smd.c
1618
bool update)
drivers/net/wireless/ath/wcn36xx/smd.c
1642
wcn36xx_smd_set_bss_params(wcn, vif, sta_80211, bssid, update, &bss_v0);
drivers/net/wireless/ath/wcn36xx/smd.c
1740
bool update)
drivers/net/wireless/ath/wcn36xx/smd.c
1756
wcn36xx_smd_set_bss_params(wcn, vif, sta, bssid, update, bss);
drivers/net/wireless/ath/wcn36xx/smd.c
1825
bool update)
drivers/net/wireless/ath/wcn36xx/smd.c
1832
ret = wcn36xx_smd_config_bss_v1(wcn, vif, sta, bssid, update);
drivers/net/wireless/ath/wcn36xx/smd.c
1834
ret = wcn36xx_smd_config_bss_v0(wcn, vif, sta, bssid, update);
drivers/net/wireless/ath/wcn36xx/smd.h
82
bool update);
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
985
goto update;
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
996
update:
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
3939
bool update)
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
3949
if (update)
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
2839
bool update);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
129
bool update, unsigned int flags)
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
135
.add_modify = update ? 1 : 0,
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
148
if (!update || (flags & STA_MODIFY_QUEUES)) {
drivers/net/wireless/intel/iwlwifi/mvm/sta.h
468
bool update, unsigned int flags);
drivers/net/wireless/mediatek/mt76/mt76.h
558
bool (*tx_status_data)(struct mt76_dev *dev, u8 *update);
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1791
bool update = false;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1810
update = true;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1813
update = true;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1820
update = true;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1826
update = true;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1829
if (update) {
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h
548
bool mt7663_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update);
drivers/net/wireless/mediatek/mt76/mt7615/usb_sdio.c
156
bool mt7663_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update)
drivers/net/wireless/mediatek/mt76/mt76x02.h
189
bool mt76x02_tx_status_data(struct mt76_dev *mdev, u8 *update);
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
541
struct mt76x02_tx_status *stat, u8 *update)
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
600
if (*update == 0 && stat_val == stat_cache &&
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
613
*update = 0;
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
617
*update = 1;
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
879
u8 update = 1;
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
898
mt76x02_send_tx_status(dev, &stat, &update);
drivers/net/wireless/mediatek/mt76/mt76x02_mac.h
186
struct mt76x02_tx_status *stat, u8 *update);
drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c
133
u8 update = 1;
drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c
136
mt76x02_send_tx_status(dev, &stat, &update);
drivers/net/wireless/mediatek/mt76/mt76x02_txrx.c
123
bool mt76x02_tx_status_data(struct mt76_dev *mdev, u8 *update)
drivers/net/wireless/mediatek/mt76/mt76x02_txrx.c
131
mt76x02_send_tx_status(dev, &stat, update);
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
832
bool mt7921_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update)
drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h
319
bool mt7921_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update);
drivers/net/wireless/mediatek/mt76/mt7925/mac.c
1462
bool mt7925_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update)
drivers/net/wireless/mediatek/mt76/mt7925/mt7925.h
340
bool mt7925_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update);
drivers/net/wireless/mediatek/mt76/sdio.c
495
u8 update = 1;
drivers/net/wireless/mediatek/mt76/sdio.c
506
if (!dev->drv->tx_status_data(dev, &update))
drivers/net/wireless/mediatek/mt76/usb.c
800
u8 update = 1;
drivers/net/wireless/mediatek/mt76/usb.c
810
if (!dev->drv->tx_status_data(dev, &update))
drivers/net/wireless/realtek/rtw89/fw.c
8971
goto update;
drivers/net/wireless/realtek/rtw89/fw.c
8996
update:
drivers/pci/hotplug/ibmphp_hpc.c
902
u8 update = 0;
drivers/pci/hotplug/ibmphp_hpc.c
908
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
915
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
921
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
934
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
943
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
957
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
965
if (update || disable)
drivers/pci/hotplug/ibmphp_hpc.c
968
debug("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update);
drivers/perf/qcom_l3_pmu.c
179
void (*update)(struct perf_event *event);
drivers/perf/qcom_l3_pmu.c
261
.update = qcom_l3_cache__64bit_counter_update,
drivers/perf/qcom_l3_pmu.c
333
.update = qcom_l3_cache__32bit_counter_update,
drivers/perf/qcom_l3_pmu.c
416
ops->update(event);
drivers/perf/qcom_l3_pmu.c
543
ops->update(event);
drivers/perf/qcom_l3_pmu.c
594
ops->update(event);
drivers/phy/realtek/phy-rtk-usb2.c
263
struct phy_parameter *phy_parameter, bool update)
drivers/phy/realtek/phy-rtk-usb2.c
292
if (update)
drivers/phy/realtek/phy-rtk-usb2.c
336
struct phy_parameter *phy_parameter, bool update)
drivers/phy/realtek/phy-rtk-usb2.c
364
if (update)
drivers/phy/realtek/phy-rtk-usb2.c
376
struct phy_parameter *phy_parameter, bool update)
drivers/phy/realtek/phy-rtk-usb2.c
381
update_dc_disconnect_level_at_page0(rtk_phy, phy_parameter, update);
drivers/phy/realtek/phy-rtk-usb2.c
383
update_dc_disconnect_level_at_page1(rtk_phy, phy_parameter, update);
drivers/pinctrl/cix/pinctrl-sky1-base.c
363
goto update;
drivers/pinctrl/cix/pinctrl-sky1-base.c
370
update:
drivers/platform/x86/amd/pmf/auto-mode.c
153
bool update = false;
drivers/platform/x86/amd/pmf/auto-mode.c
175
update = true;
drivers/platform/x86/amd/pmf/auto-mode.c
180
update = true;
drivers/platform/x86/amd/pmf/auto-mode.c
210
if (update) {
drivers/power/supply/ipaq_micro_battery.c
240
INIT_DELAYED_WORK(&mb->update, micro_battery_work);
drivers/power/supply/ipaq_micro_battery.c
242
queue_delayed_work(mb->wq, &mb->update, 1);
drivers/power/supply/ipaq_micro_battery.c
264
cancel_delayed_work_sync(&mb->update);
drivers/power/supply/ipaq_micro_battery.c
276
cancel_delayed_work_sync(&mb->update);
drivers/power/supply/ipaq_micro_battery.c
284
cancel_delayed_work_sync(&mb->update);
drivers/power/supply/ipaq_micro_battery.c
292
queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD));
drivers/power/supply/ipaq_micro_battery.c
41
struct delayed_work update;
drivers/power/supply/ipaq_micro_battery.c
52
struct micro_battery, update.work);
drivers/power/supply/ipaq_micro_battery.c
88
queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD));
drivers/powercap/idle_inject.c
130
if (!ii_dev->update || ii_dev->update())
drivers/powercap/idle_inject.c
331
bool (*update)(void))
drivers/powercap/idle_inject.c
343
ii_dev->update = update;
drivers/powercap/idle_inject.c
88
bool (*update)(void);
drivers/regulator/aat2870-regulator.c
38
return aat2870->update(aat2870, ri->voltage_addr, ri->voltage_mask,
drivers/regulator/aat2870-regulator.c
61
return aat2870->update(aat2870, ri->enable_addr, ri->enable_mask,
drivers/regulator/aat2870-regulator.c
70
return aat2870->update(aat2870, ri->enable_addr, ri->enable_mask, 0);
drivers/scsi/bfa/bfa_fcpim.c
2163
bfa_fcpim_lunmask_update(struct bfa_s *bfa, u32 update)
drivers/scsi/bfa/bfa_fcpim.c
2171
if (bfa_get_lun_mask_status(bfa) == update)
drivers/scsi/bfa/bfa_fcpim.c
2175
lun_mask->status = update;
drivers/scsi/elx/libefc_sli/sli4.c
3397
struct efc_dma *dma, u8 update, u8 enable_t10_pi)
drivers/scsi/elx/libefc_sli/sli4.c
3410
if (update)
drivers/scsi/elx/libefc_sli/sli4.c
3471
u16 vpi, u16 vfi, bool update)
drivers/scsi/elx/libefc_sli/sli4.c
3481
if (update)
drivers/scsi/elx/libefc_sli/sli4.h
3924
struct efc_dma *dma, u8 update, u8 enable_t10_pi);
drivers/scsi/elx/libefc_sli/sli4.h
3932
__be64 sli_wwpn, u16 vpi, u16 vfi, bool update);
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4501
bool update;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4504
val = kstrtobool_from_user(buf, count, &update);
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4508
if (update != 1)
drivers/scsi/libsas/sas_expander.c
1710
int from_phy, bool update)
drivers/scsi/libsas/sas_expander.c
1731
if (update)
drivers/staging/media/sunxi/cedrus/cedrus_vp8.c
459
int update, i;
drivers/staging/media/sunxi/cedrus/cedrus_vp8.c
461
update = read_bits(dev, 1, VP8_PROB_HALF);
drivers/staging/media/sunxi/cedrus/cedrus_vp8.c
479
if (update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c
78
bool update = false;
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c
83
sun6i_isp_capture_state_update(isp_dev, &update);
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c
84
sun6i_isp_params_state_update(isp_dev, &update);
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c
86
if (update && !ready_hold)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.c
187
bool *update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.c
210
if (update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.c
211
*update = true;
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.h
69
bool *update);
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c
227
bool *update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c
255
if (update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c
256
*update = true;
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.h
44
bool *update);
drivers/staging/rtl8723bs/core/rtw_mlme.c
1708
goto update;
drivers/staging/rtl8723bs/core/rtw_mlme.c
1721
update:
drivers/thermal/airoha_thermal.c
302
bool update = false;
drivers/thermal/airoha_thermal.c
309
update = true;
drivers/thermal/airoha_thermal.c
313
update = true;
drivers/thermal/airoha_thermal.c
323
if (update)
drivers/thermal/intel/intel_powerclamp.c
540
bool update = false;
drivers/thermal/intel/intel_powerclamp.c
551
update = true;
drivers/thermal/intel/intel_powerclamp.c
554
if (update) {
drivers/thunderbolt/xdomain.c
1390
bool update = false;
drivers/thunderbolt/xdomain.c
1437
update = true;
drivers/thunderbolt/xdomain.c
1454
if (!update) {
drivers/tty/vt/vt.c
956
bool update;
drivers/tty/vt/vt.c
960
update = vc->vc_sw->con_switch(vc);
drivers/tty/vt/vt.c
973
if (update && vc->vc_mode != KD_GRAPHICS)
drivers/video/fbdev/amifb.c
2564
#define Please update me
drivers/video/fbdev/omap/hwa742.c
337
struct update_param *par = &req->par.update;
drivers/video/fbdev/omap/hwa742.c
382
flags = req->par.update.flags;
drivers/video/fbdev/omap/hwa742.c
414
req->par.update.x = _x; \
drivers/video/fbdev/omap/hwa742.c
415
req->par.update.y = _y; \
drivers/video/fbdev/omap/hwa742.c
416
req->par.update.width = _w; \
drivers/video/fbdev/omap/hwa742.c
417
req->par.update.height = _h; \
drivers/video/fbdev/omap/hwa742.c
418
req->par.update.color_mode = color_mode;\
drivers/video/fbdev/omap/hwa742.c
419
req->par.update.flags = flags; \
drivers/video/fbdev/omap/hwa742.c
85
struct update_param update;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
1099
.update = dsicm_update,
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
829
r = in->ops.dsi->update(in, ddata->channel, dsicm_framedone_cb,
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
887
r = in->ops.dsi->update(in, ddata->channel, dsicm_framedone_cb,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
5025
.update = dsi_update,
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
294
return display->driver->update(display, x, y, w, h);
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
613
if (!display || !display->driver->update) {
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
631
if (!display || !display->driver->update) {
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1671
if (!dssdrv || !dssdrv->update)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1678
dssdrv->update(dssdev, 0, 0, w, h);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2339
r = dssdrv->update(dssdev, 0, 0, w, h);
drivers/video/fbdev/xen-fbfront.c
100
event.update.height = h;
drivers/video/fbdev/xen-fbfront.c
97
event.update.x = x;
drivers/video/fbdev/xen-fbfront.c
98
event.update.y = y;
drivers/video/fbdev/xen-fbfront.c
99
event.update.width = w;
fs/adfs/adfs.h
131
int (*update)(struct adfs_dir *dir, struct object_info *obj);
fs/adfs/dir.c
285
if (!ops->update)
fs/adfs/dir.c
293
ret = ops->update(&dir, obj);
fs/adfs/dir_f.c
322
.update = adfs_f_update,
fs/adfs/dir_fplus.c
285
.update = adfs_fplus_update,
fs/afs/afs.h
169
time64_t update; /* Volume update time (or TIME64_MIN) */
fs/afs/fs_operation.c
43
op->pre_volsync.update = volume->update_time;
fs/afs/rotate.c
638
op->volsync.update = TIME64_MIN;
fs/afs/server.c
600
goto update;
fs/afs/server.c
604
update:
fs/afs/validation.c
268
time64_t old = op->pre_volsync.update;
fs/afs/validation.c
269
time64_t new = op->volsync.update;
fs/afs/validation.c
308
op->volsync.update == volume->update_time))
fs/afs/validation.c
317
if (op->volsync.update != volume->update_time)
fs/afs/validation.c
340
if (op->volsync.creation != TIME64_MIN || op->volsync.update != TIME64_MIN) {
fs/afs/volume.c
435
goto update;
fs/afs/volume.c
439
update:
fs/afs/yfsclient.c
248
u64 creation, update;
fs/afs/yfsclient.c
254
update = xdr_to_u64(x->vol_update_date);
fs/afs/yfsclient.c
255
do_div(update, 10 * 1000 * 1000);
fs/afs/yfsclient.c
256
volsync->update = update;
fs/btrfs/delayed-ref.c
636
struct btrfs_delayed_ref_head *update)
fs/btrfs/delayed-ref.c
643
BUG_ON(existing->is_data != update->is_data);
fs/btrfs/delayed-ref.c
653
existing->owning_root = update->owning_root;
fs/btrfs/delayed-ref.c
655
if (update->must_insert_reserved) {
fs/btrfs/delayed-ref.c
663
existing->must_insert_reserved = update->must_insert_reserved;
fs/btrfs/delayed-ref.c
664
existing->owning_root = update->owning_root;
fs/btrfs/delayed-ref.c
670
existing->num_bytes = update->num_bytes;
fs/btrfs/delayed-ref.c
674
if (update->extent_op) {
fs/btrfs/delayed-ref.c
676
existing->extent_op = update->extent_op;
fs/btrfs/delayed-ref.c
678
if (update->extent_op->update_key) {
fs/btrfs/delayed-ref.c
680
&update->extent_op->key,
fs/btrfs/delayed-ref.c
681
sizeof(update->extent_op->key));
fs/btrfs/delayed-ref.c
684
if (update->extent_op->update_flags) {
fs/btrfs/delayed-ref.c
686
update->extent_op->flags_to_set;
fs/btrfs/delayed-ref.c
689
btrfs_free_delayed_extent_op(update->extent_op);
fs/btrfs/delayed-ref.c
698
existing->ref_mod += update->ref_mod;
fs/btrfs/delayed-ref.c
699
existing->total_ref_mod += update->ref_mod;
fs/cachefiles/interface.c
312
bool update = false;
fs/cachefiles/interface.c
315
update = true;
fs/cachefiles/interface.c
317
update = true;
fs/cachefiles/interface.c
318
if (update)
fs/ceph/cache.c
55
void ceph_fscache_unuse_cookie(struct inode *inode, bool update)
fs/ceph/cache.c
59
if (update) {
fs/ceph/cache.h
24
void ceph_fscache_unuse_cookie(struct inode *inode, bool update);
fs/ceph/cache.h
82
static inline void ceph_fscache_unuse_cookie(struct inode *inode, bool update)
fs/ceph/inode.c
519
bool update = false;
fs/ceph/inode.c
524
update = true;
fs/ceph/inode.c
529
update = true;
fs/ceph/inode.c
534
update = true;
fs/ceph/inode.c
536
if (!update && dirinfo) {
fs/ceph/inode.c
539
update = true;
fs/ceph/inode.c
541
if (!update)
fs/ext4/extents.c
5281
bool update = false;
fs/ext4/extents.c
5295
update = true;
fs/ext4/extents.c
5337
if (--depth < 0 || !update)
fs/ext4/fast_commit.c
358
bool update = false;
fs/ext4/fast_commit.c
368
update = true;
fs/ext4/fast_commit.c
373
ret = __fc_track_fn(handle, inode, args, update);
fs/ext4/fast_commit.c
397
void *arg, bool update)
fs/ext4/fast_commit.c
541
bool update)
fs/ext4/fast_commit.c
543
if (update)
fs/ext4/fast_commit.c
611
bool update)
fs/ext4/fast_commit.c
625
if (update && ei->i_fc_lblk_len > 0) {
fs/f2fs/debug.c
217
si->update = sbi->im[UPDATE_INO].ino_num;
fs/f2fs/debug.c
509
si->orphans, si->append, si->update);
fs/f2fs/f2fs.h
4274
int inline_xattr, inline_inode, inline_dir, append, update, orphans;
fs/f2fs/node.c
2396
nid_t nid, bool build, bool update)
fs/f2fs/node.c
2459
if (update) {
fs/f2fs/super.c
3840
pgoff_t index, bool update)
fs/f2fs/super.c
3849
if (update)
fs/inode.c
2914
struct timespec64 inode_set_ctime_deleg(struct inode *inode, struct timespec64 update)
fs/inode.c
2925
if (timespec64_compare(&update, &cur_ts) <= 0)
fs/inode.c
2931
if (timespec64_compare(&update, &now) > 0)
fs/inode.c
2932
update = now;
fs/inode.c
2934
update = timestamp_truncate(update, inode);
fs/inode.c
2937
if (timespec64_equal(&update, &cur_ts))
fs/inode.c
2947
if (try_cmpxchg(&inode->i_ctime_nsec, &cur, update.tv_nsec)) {
fs/inode.c
2948
inode->i_ctime_sec = update.tv_sec;
fs/inode.c
2950
return update;
fs/lockd/svcshare.c
40
goto update;
fs/lockd/svcshare.c
62
update:
fs/nfs/delegation.c
406
const struct nfs_delegation *update)
fs/nfs/delegation.c
408
if (nfs4_stateid_is_newer(&update->stateid, &delegation->stateid)) {
fs/nfs/delegation.c
409
delegation->stateid.seqid = update->stateid.seqid;
fs/nfs/delegation.c
411
delegation->type = update->type;
fs/nfs/delegation.c
412
delegation->pagemod_limit = update->pagemod_limit;
fs/nfs/delegation.c
414
delegation->change_attr = update->change_attr;
fs/nfs/delegation.c
415
nfs_update_delegation_cred(delegation, update->cred);
fs/nfs/dns_resolve.c
377
.update = nfs_dns_ent_update,
fs/nfs/nfstrace.h
294
DEFINE_NFS_UPDATE_SIZE_EVENT(update);
fs/nfsd/export.c
277
.update = expkey_update,
fs/nfsd/export.c
915
.update = export_update,
fs/nfsd/nfs4idmap.c
201
.update = ent_init,
fs/nfsd/nfs4idmap.c
371
.update = ent_init,
fs/nfsd/nfs4state.c
3644
bool update = exid->flags & EXCHGID4_FLAG_UPD_CONFIRMED_REC_A;
fs/nfsd/nfs4state.c
3720
if (update) {
fs/nfsd/nfs4state.c
3761
if (update) { /* case 7 */
fs/ocfs2/dlmglue.c
2454
goto update;
fs/ocfs2/dlmglue.c
2483
update:
fs/smb/client/fscache.c
149
void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update)
fs/smb/client/fscache.c
151
if (update) {
fs/smb/client/fscache.h
44
void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update);
fs/smb/client/fscache.h
51
void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update);
fs/smb/client/fscache.h
99
static inline void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update) {}
fs/sysfs/group.c
129
static int internal_create_group(struct kobject *kobj, int update,
fs/sysfs/group.c
137
if (WARN_ON(!kobj || (!update && !kobj->sd)))
fs/sysfs/group.c
141
if (unlikely(update && !kobj->sd))
fs/sysfs/group.c
159
if (update) {
fs/sysfs/group.c
165
update = 0;
fs/sysfs/group.c
173
if (!update) {
fs/sysfs/group.c
189
error = create_files(kn, kobj, uid, gid, grp, update);
fs/sysfs/group.c
196
if (grp->name && update)
fs/sysfs/group.c
219
static int internal_create_groups(struct kobject *kobj, int update,
fs/sysfs/group.c
229
error = internal_create_group(kobj, update, groups[i]);
fs/sysfs/group.c
50
const struct attribute_group *grp, int update)
fs/sysfs/group.c
65
if (update)
fs/sysfs/group.c
98
if (update)
include/crypto/drbg.h
71
int (*update)(struct drbg_state *drbg, struct list_head *seed,
include/crypto/hash.h
156
int (*update)(struct ahash_request *req);
include/crypto/hash.h
251
int (*update)(struct shash_desc *desc, const u8 *data,
include/drm/drm_mipi_dbi.h
252
.update = mipi_dbi_pipe_update, \
include/drm/drm_simple_kms_helper.h
109
void (*update)(struct drm_simple_display_pipe *pipe,
include/linux/bpf.h
1998
int (*update)(void *kdata, void *old_kdata, struct bpf_link *link);
include/linux/btree-type.h
51
static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key,
include/linux/btree-type.h
94
static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key,
include/linux/cpufreq.h
78
struct work_struct update; /* if update_policy() needs to be
include/linux/damon.h
646
void (*update)(struct damon_ctx *context);
include/linux/firewire.h
280
void (*update)(struct fw_unit *unit);
include/linux/firmware/cirrus/cs_dsp.h
281
u8 op_code, bool update);
include/linux/firmware/cirrus/cs_dsp.h
284
u8 op_code, bool update);
include/linux/fs.h
1601
struct timespec64 update);
include/linux/idle_inject.h
17
bool (*update)(void));
include/linux/key-type.h
102
int (*update)(struct key *key, struct key_preparsed_payload *prep);
include/linux/mfd/aat2870.h
135
int (*update)(struct aat2870_data *aat2870, u8 addr, u8 mask, u8 val);
include/linux/netfilter.h
470
int (*update)(struct net *net, struct sk_buff *skb);
include/linux/scmi_protocol.h
347
bool update;
include/linux/sunrpc/cache.h
99
void (*update)(struct cache_head *orig, struct cache_head *new);
include/linux/xarray.h
1696
static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update)
include/linux/xarray.h
1698
xas->xa_update = update;
include/net/amt.h
213
struct amt_header_membership_update update;
include/net/amt.h
222
struct amt_header_membership_update update;
include/net/cfg80211.h
1454
bool update;
include/net/cfg80211.h
1473
bool update;
include/net/cfg80211.h
1489
bool update;
include/net/ndisc.h
192
void (*update)(const struct net_device *dev, struct neighbour *n,
include/net/ndisc.h
227
if (dev->ndisc_ops && dev->ndisc_ops->update)
include/net/ndisc.h
228
dev->ndisc_ops->update(dev, n, flags, icmp6_type, ndopts);
include/net/netfilter/nf_tables.h
1461
void (*update)(struct nft_object *obj,
include/net/netfilter/nf_tables.h
1720
bool update;
include/net/netfilter/nf_tables.h
1734
nft_trans_container_set(trans)->update
include/net/netfilter/nf_tables.h
1748
bool update;
include/net/netfilter/nf_tables.h
1760
nft_trans_container_chain(trans)->update
include/net/netfilter/nf_tables.h
1778
bool update;
include/net/netfilter/nf_tables.h
1784
nft_trans_container_table(trans)->update
include/net/netfilter/nf_tables.h
1799
struct nft_elem_update *update;
include/net/netfilter/nf_tables.h
1821
bool update;
include/net/netfilter/nf_tables.h
1831
nft_trans_container_obj(trans)->update
include/net/netfilter/nf_tables.h
1838
bool update;
include/net/netfilter/nf_tables.h
1846
nft_trans_container_flowtable(trans)->update
include/net/netfilter/nf_tables.h
467
const struct nft_set_ext * (*update)(struct nft_set *set,
include/net/tcp.h
2742
void (*update)(struct sock *sk, struct proto *p,
include/sound/emux_synth.h
39
void (*update)(struct snd_emux_voice *vp, int update);
include/sound/soc-dapm.h
667
struct snd_kcontrol *kcontrol, int connect, struct snd_soc_dapm_update *update);
include/sound/soc-dapm.h
670
struct snd_soc_dapm_update *update);
include/uapi/linux/omap3isp.h
436
__u16 update;
include/uapi/linux/omap3isp.h
657
__u32 update;
include/video/omapfb_dss.h
561
int (*update)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
700
int (*update)(struct omap_dss_device *dssdev,
include/xen/interface/io/fbif.h
54
struct xenfb_update update;
kernel/bpf/bpf_struct_ops.c
1274
if (!st_map->st_ops_desc->st_ops->update)
kernel/bpf/bpf_struct_ops.c
1296
err = st_map->st_ops_desc->st_ops->update(st_map->kvalue.data, old_st_map->kvalue.data, link);
kernel/sched/cputime.c
581
goto update;
kernel/sched/cputime.c
586
goto update;
kernel/sched/cputime.c
597
update:
kernel/sched/ext.c
5607
.update = bpf_scx_update,
kernel/trace/ftrace.c
1773
bool update = false;
kernel/trace/ftrace.c
1909
update |= ftrace_test_record(rec, true) != FTRACE_UPDATE_IGNORE;
kernel/trace/ftrace.c
1913
return update;
kernel/trace/ftrace.c
1916
return update;
kernel/trace/ftrace.c
2257
static int ftrace_check_record(struct dyn_ftrace *rec, bool enable, bool update)
kernel/trace/ftrace.c
2336
if (update) {
kernel/trace/ftrace.c
2408
if (update) {
kernel/trace/ftrace.c
2913
int update = command & FTRACE_UPDATE_TRACE_FUNC;
kernel/trace/ftrace.c
2930
if (update) {
kernel/trace/ftrace.c
2941
if (update && ftrace_trace_function != ftrace_ops_list_func) {
kernel/trace/trace.c
1064
cond_update_fn_t update)
kernel/trace/trace.c
1074
cond_snapshot->update = update;
kernel/trace/trace.c
1166
int tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update)
kernel/trace/trace.c
1629
if (tr->cond_snapshot && !tr->cond_snapshot->update(tr, cond_data)) {
kernel/trace/trace.h
2140
extern int tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update);
kernel/trace/trace.h
307
cond_update_fn_t update;
lib/test_bpf.c
8964
#define BPF_ATOMIC_OP_TEST1(width, op, logic, old, update, result) \
lib/test_bpf.c
8967
#old " " #logic " " #update " = " #result, \
lib/test_bpf.c
8969
BPF_LD_IMM64(R5, (update) | BPF_ATOMIC_POISON(width)), \
lib/test_bpf.c
8983
#define BPF_ATOMIC_OP_TEST2(width, op, logic, old, update, result) \
lib/test_bpf.c
8986
#old " " #logic " " #update " = " #result, \
lib/test_bpf.c
8989
BPF_LD_IMM64(R0, (update) | BPF_ATOMIC_POISON(width)), \
lib/test_bpf.c
9004
#define BPF_ATOMIC_OP_TEST3(width, op, logic, old, update, result) \
lib/test_bpf.c
9007
#old " " #logic " " #update " = " #result, \
lib/test_bpf.c
9010
BPF_LD_IMM64(R1, (update) | BPF_ATOMIC_POISON(width)), \
lib/test_bpf.c
9024
#define BPF_ATOMIC_OP_TEST4(width, op, logic, old, update, result) \
lib/test_bpf.c
9027
#old " " #logic " " #update " = " #result, \
lib/test_bpf.c
9029
BPF_LD_IMM64(R3, (update) | BPF_ATOMIC_POISON(width)), \
lib/test_bpf.c
9037
{ { 0, (op) & BPF_FETCH ? old : update } }, \
lib/xarray.c
2357
void xa_delete_node(struct xa_node *node, xa_update_node_t update)
lib/xarray.c
2366
.xa_update = update,
mm/damon/core.c
2849
if (ctx->ops.update)
mm/damon/core.c
2850
ctx->ops.update(ctx);
mm/damon/paddr.c
372
.update = NULL,
mm/damon/vaddr.c
1011
.update = damon_va_update,
mm/damon/vaddr.c
1026
ops_fvaddr.update = NULL;
mm/page-writeback.c
1287
goto update;
mm/page-writeback.c
1298
goto update;
mm/page-writeback.c
1301
update:
net/6lowpan/ndisc.c
218
.update = lowpan_ndisc_update,
net/atm/mpc.c
1325
mpc->eg_ops->update(entry, holding_time);
net/atm/mpoa_caches.c
556
.update = update_eg_cache_entry,
net/atm/mpoa_caches.h
75
void (*update)(eg_cache_entry *entry, uint16_t holding_time);
net/bluetooth/hci_core.c
261
goto update;
net/bluetooth/hci_core.c
280
update:
net/bluetooth/mgmt.c
7988
bool update = false;
net/bluetooth/mgmt.c
8024
update = true;
net/bluetooth/mgmt.c
8042
if (update) {
net/bridge/br_multicast.c
3122
goto update;
net/bridge/br_multicast.c
3130
goto update;
net/bridge/br_multicast.c
3138
goto update;
net/bridge/br_multicast.c
3142
update:
net/core/neighbour.c
1297
void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *)
net/core/neighbour.c
1301
update = neigh->dev->header_ops->cache_update;
net/core/neighbour.c
1303
if (update) {
net/core/neighbour.c
1307
update(hh, neigh->dev, neigh->ha);
net/core/neighbour.c
796
goto update;
net/core/neighbour.c
820
update:
net/ipv4/bpf_tcp_ca.c
331
.update = bpf_tcp_ca_update,
net/ipv4/tcp_ulp.c
108
if (icsk->icsk_ulp_ops->update)
net/ipv4/tcp_ulp.c
109
icsk->icsk_ulp_ops->update(sk, proto, write_space);
net/ipv6/ipv6_sockglue.c
826
goto update;
net/ipv6/ipv6_sockglue.c
855
update:
net/mac80211/cfg.c
1144
if (!params->update)
net/mac80211/cfg.c
1179
if (!params->update)
net/mac80211/cfg.c
1214
if (!params->update)
net/mac80211/mlme.c
1304
bool update, u64 *changed, u16 stype)
net/mac80211/mlme.c
1411
if (!update) {
net/mac80211/rc80211_minstrel_ht.c
1291
bool last, update = false;
net/mac80211/rc80211_minstrel_ht.c
1361
update = true;
net/mac80211/rc80211_minstrel_ht.c
1368
update = true;
net/mac80211/rc80211_minstrel_ht.c
1373
update = true;
net/mac80211/rc80211_minstrel_ht.c
1377
if (update)
net/mac80211/rx.c
2986
bool update = false;
net/mac80211/rx.c
3004
update = true;
net/mac80211/rx.c
3011
if (update)
net/ncsi/internal.h
110
u8 update; /* NCSI version update */
net/ncsi/ncsi-pkt.h
202
unsigned char update; /* NCSI version update */
net/ncsi/ncsi-rsp.c
774
ncv->update = decode_bcd_u8(rsp->update);
net/netfilter/nf_conntrack_core.c
2725
.update = nf_conntrack_update,
net/netfilter/nf_tables_api.c
10088
if (WARN_ON_ONCE(!obj->ops->update))
net/netfilter/nf_tables_api.c
10091
obj->ops->update(obj, newobj);
net/netfilter/nf_tables_api.c
6988
const struct nft_elem_update *update = elem->update;
net/netfilter/nf_tables_api.c
6990
if (update->flags & NFT_TRANS_UPD_TIMEOUT)
net/netfilter/nf_tables_api.c
6991
WRITE_ONCE(nft_set_ext_timeout(ext)->timeout, update->timeout);
net/netfilter/nf_tables_api.c
6993
if (update->flags & NFT_TRANS_UPD_EXPIRATION)
net/netfilter/nf_tables_api.c
6994
WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, get_jiffies_64() + update->expiration);
net/netfilter/nf_tables_api.c
7005
if (elem->update)
net/netfilter/nf_tables_api.c
7012
kfree(elem->update);
net/netfilter/nf_tables_api.c
7104
WARN_ON_ONCE(te->elems[i].update);
net/netfilter/nf_tables_api.c
7498
struct nft_elem_update update = { };
net/netfilter/nf_tables_api.c
7501
update.timeout = timeout;
net/netfilter/nf_tables_api.c
7505
update.flags |= NFT_TRANS_UPD_TIMEOUT;
net/netfilter/nf_tables_api.c
7508
update.expiration = expiration;
net/netfilter/nf_tables_api.c
7509
update.flags |= NFT_TRANS_UPD_EXPIRATION;
net/netfilter/nf_tables_api.c
7512
if (update.flags) {
net/netfilter/nf_tables_api.c
7517
ue->update = kmemdup(&update, sizeof(update), GFP_KERNEL);
net/netfilter/nf_tables_api.c
7518
if (!ue->update) {
net/netfilter/nf_tables_api.c
7695
if (te->elems[i].update) {
net/netfilter/nf_tables_api.c
7696
kfree(te->elems[i].update);
net/netfilter/nf_tables_api.c
7697
te->elems[i].update = NULL;
net/netfilter/nf_tables_api.c
8249
if (!obj->ops->update)
net/netfilter/nfnetlink_queue.c
478
ct_verdict = ct_hook->update(entry->state.net, entry->skb);
net/netfilter/nft_connlimit.c
173
.update = nft_connlimit_obj_update,
net/netfilter/nft_dynset.c
102
ext = set->ops->update(set, &regs->data[priv->sreg_key], expr, regs);
net/netfilter/nft_dynset.c
207
if (set->ops->update == NULL)
net/netfilter/nft_quota.c
198
.update = nft_quota_obj_update,
net/netfilter/nft_set_hash.c
860
.update = nft_rhash_update,
net/netfilter/nft_synproxy.c
355
.update = nft_synproxy_obj_update,
net/netfilter/xt_recent.c
156
struct recent_entry *working, bool update)
net/netfilter/xt_recent.c
168
if (e == working && update)
net/sctp/socket.c
2501
int update = (trans->param_flags & SPP_PMTUD_DISABLE) &&
net/sctp/socket.c
2505
if (update) {
net/sunrpc/auth_gss/svcauth_gss.c
317
.update = update_rsi,
net/sunrpc/auth_gss/svcauth_gss.c
594
.update = update_rsc,
net/sunrpc/cache.c
198
detail->update(h, new);
net/sunrpc/svcauth_unix.c
1031
.update = update,
net/sunrpc/svcauth_unix.c
596
.update = unix_gid_update,
net/tipc/group.c
500
bool ack, deliver, update, leave = false;
net/tipc/group.c
534
update = false;
net/tipc/group.c
543
update = true;
net/tipc/group.c
578
if (!update)
net/tipc/node.c
484
goto update;
net/tipc/node.c
512
update:
net/tls/tls_main.c
1234
.update = tls_update,
net/tls/tls_main.c
644
bool update = false;
net/tls/tls_main.c
671
update = true;
net/tls/tls_main.c
683
if (update) {
net/tls/tls_main.c
721
update ? crypto_info : NULL);
net/tls/tls_main.c
725
if (update) {
net/tls/tls_main.c
741
update ? crypto_info : NULL);
net/tls/tls_main.c
745
if (update) {
net/tls/tls_main.c
753
if (!update)
net/tls/tls_main.c
763
if (update)
net/tls/tls_main.c
777
if (update) {
net/wireless/nl80211.c
6367
fd->update = true;
net/wireless/nl80211.c
6380
fd->update = true;
net/wireless/nl80211.c
6403
presp->update = true;
net/wireless/nl80211.c
6414
presp->update = true;
net/wireless/nl80211.c
6667
sb->update = true;
scripts/kconfig/qconf.cc
436
goto update;
scripts/kconfig/qconf.cc
465
update();
scripts/kconfig/qconf.cc
469
update:
scripts/kconfig/qconf.cc
471
update();
security/integrity/ima/ima_main.c
187
bool update;
security/integrity/ima/ima_main.c
198
update = test_and_clear_bit(IMA_UPDATE_XATTR,
security/integrity/ima/ima_main.c
208
if (update)
security/keys/big_key.c
51
.update = big_key_update,
security/keys/encrypted-keys/encrypted.c
976
.update = encrypted_update,
security/keys/key.c
1090
if (!key->type->update)
security/keys/key.c
1106
ret = key->type->update(key, &prep);
security/keys/key.c
777
if (!key->type->update)
security/keys/key.c
782
ret = key->type->update(key, prep);
security/keys/key.c
905
if (index_key.type->update) {
security/keys/key.c
928
index_key.type->update)
security/keys/request_key.c
392
ctx->index_key.type->update)
security/keys/trusted-keys/trusted_core.c
325
.update = trusted_update,
security/keys/user_defined.c
28
.update = user_update,
security/keys/user_defined.c
48
.update = user_update,
sound/aoa/fabrics/layout.c
855
int v, update;
sound/aoa/fabrics/layout.c
863
update = ldev->switch_on_headphone;
sound/aoa/fabrics/layout.c
864
if (update) {
sound/aoa/fabrics/layout.c
872
update = ldev->switch_on_lineout;
sound/aoa/fabrics/layout.c
873
if (update) {
sound/aoa/fabrics/layout.c
883
if (update) {
sound/drivers/vx/vx_pcm.c
653
int err, update;
sound/drivers/vx/vx_pcm.c
663
update = (int)(count - pipe->cur_count);
sound/drivers/vx/vx_pcm.c
665
pipe->position += update;
sound/drivers/vx/vx_pcm.c
668
pipe->transferred += update;
sound/firewire/bebob/bebob.c
492
.update = bebob_update,
sound/firewire/dice/dice.c
485
.update = dice_bus_reset,
sound/firewire/digi00x/digi00x.c
160
.update = snd_dg00x_update,
sound/firewire/fireface/ff.c
250
.update = snd_ff_update,
sound/firewire/fireworks/fireworks.c
338
.update = efw_update,
sound/firewire/isight.c
717
.update = isight_bus_reset,
sound/firewire/motu/motu.c
191
.update = motu_bus_update,
sound/firewire/oxfw/oxfw.c
388
.update = oxfw_bus_reset,
sound/firewire/tascam/tascam.c
219
.update = snd_tscm_update,
sound/isa/sb/emu8000_callback.c
111
update_voice(struct snd_emux_voice *vp, int update)
sound/isa/sb/emu8000_callback.c
116
if (update & SNDRV_EMUX_UPDATE_VOLUME)
sound/isa/sb/emu8000_callback.c
118
if (update & SNDRV_EMUX_UPDATE_PITCH)
sound/isa/sb/emu8000_callback.c
120
if ((update & SNDRV_EMUX_UPDATE_PAN) &&
sound/isa/sb/emu8000_callback.c
123
if (update & SNDRV_EMUX_UPDATE_FMMOD)
sound/isa/sb/emu8000_callback.c
125
if (update & SNDRV_EMUX_UPDATE_TREMFREQ)
sound/isa/sb/emu8000_callback.c
127
if (update & SNDRV_EMUX_UPDATE_FM2FRQ2)
sound/isa/sb/emu8000_callback.c
129
if (update & SNDRV_EMUX_UPDATE_Q)
sound/isa/sb/emu8000_callback.c
21
static void update_voice(struct snd_emux_voice *vp, int update);
sound/isa/sb/emu8000_callback.c
58
.update = update_voice,
sound/pci/ctxfi/cttimer.c
238
int update;
sound/pci/ctxfi/cttimer.c
243
update = ct_xfitimer_reprogram(atimer, 1);
sound/pci/ctxfi/cttimer.c
245
if (update)
sound/pci/emu10k1/emu10k1_callback.c
181
update_voice(struct snd_emux_voice *vp, int update)
sound/pci/emu10k1/emu10k1_callback.c
186
if (update & SNDRV_EMUX_UPDATE_VOLUME)
sound/pci/emu10k1/emu10k1_callback.c
188
if (update & SNDRV_EMUX_UPDATE_PITCH)
sound/pci/emu10k1/emu10k1_callback.c
190
if (update & SNDRV_EMUX_UPDATE_PAN) {
sound/pci/emu10k1/emu10k1_callback.c
194
if (update & SNDRV_EMUX_UPDATE_FMMOD)
sound/pci/emu10k1/emu10k1_callback.c
196
if (update & SNDRV_EMUX_UPDATE_TREMFREQ)
sound/pci/emu10k1/emu10k1_callback.c
198
if (update & SNDRV_EMUX_UPDATE_FM2FRQ2)
sound/pci/emu10k1/emu10k1_callback.c
200
if (update & SNDRV_EMUX_UPDATE_Q)
sound/pci/emu10k1/emu10k1_callback.c
33
static void update_voice(struct snd_emux_voice *vp, int update);
sound/pci/emu10k1/emu10k1_callback.c
57
.update = update_voice,
sound/pci/ice1712/maya44.c
115
unsigned short update; /* update bits */
sound/pci/ice1712/maya44.c
126
.update = 0x180, /* update and zero-cross enable */
sound/pci/ice1712/maya44.c
134
.update = 0x100, /* zero-cross enable */
sound/pci/ice1712/maya44.c
142
.update = 0x100, /* update */
sound/pci/ice1712/maya44.c
206
data |= vol->update;
sound/pci/ice1712/maya44.c
208
vol->mask | vol->update, data);
sound/pci/lola/lola.h
502
int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update);
sound/pci/lola/lola_mixer.c
370
int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update)
sound/pci/lola/lola_mixer.c
387
if (update) {
sound/soc/codecs/adau17x1.c
192
struct snd_soc_dapm_update update = {};
sound/soc/codecs/adau17x1.c
218
update.kcontrol = kcontrol;
sound/soc/codecs/adau17x1.c
219
update.mask = 0xff;
sound/soc/codecs/adau17x1.c
220
update.reg = reg;
sound/soc/codecs/adau17x1.c
221
update.val = val;
sound/soc/codecs/adau17x1.c
224
ucontrol->value.enumerated.item[0], e, &update);
sound/soc/codecs/lpass-rx-macro.c
2472
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/lpass-rx-macro.c
2518
rx_port_value, e, update);
sound/soc/codecs/lpass-tx-macro.c
882
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/lpass-tx-macro.c
904
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, update);
sound/soc/codecs/lpass-va-macro.c
589
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/lpass-va-macro.c
605
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, update);
sound/soc/codecs/lpass-wsa-macro.c
2103
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/lpass-wsa-macro.c
2150
rx_port_value, e, update);
sound/soc/codecs/max98396.c
355
bool update = false;
sound/soc/codecs/max98396.c
411
update = true;
sound/soc/codecs/max98396.c
418
update = true;
sound/soc/codecs/max98396.c
421
if (update)
sound/soc/codecs/max98396.c
434
if (status && update)
sound/soc/codecs/max98396.c
513
bool update = false;
sound/soc/codecs/max98396.c
615
update = true;
sound/soc/codecs/max98396.c
621
update = true;
sound/soc/codecs/max98396.c
625
if (update)
sound/soc/codecs/max98396.c
657
if (status && update)
sound/soc/codecs/max98396.c
677
bool update = false;
sound/soc/codecs/max98396.c
721
update = true;
sound/soc/codecs/max98396.c
727
update = true;
sound/soc/codecs/max98396.c
731
if (update)
sound/soc/codecs/max98396.c
782
if (status && update)
sound/soc/codecs/tlv320aic3x.c
176
struct snd_soc_dapm_update update = {};
sound/soc/codecs/tlv320aic3x.c
195
update.kcontrol = kcontrol;
sound/soc/codecs/tlv320aic3x.c
196
update.reg = reg;
sound/soc/codecs/tlv320aic3x.c
197
update.mask = mask;
sound/soc/codecs/tlv320aic3x.c
198
update.val = val;
sound/soc/codecs/tlv320aic3x.c
201
&update);
sound/soc/codecs/wcd9335.c
1280
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/wcd9335.c
1317
e, update);
sound/soc/codecs/wcd9335.c
1349
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/wcd9335.c
1375
snd_soc_dapm_mixer_update_power(widget->dapm, kc, enable, update);
sound/soc/codecs/wcd934x.c
3295
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/wcd934x.c
3346
e, update);
sound/soc/codecs/wcd934x.c
3790
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/wcd934x.c
3825
snd_soc_dapm_mixer_update_power(widget->dapm, kc, enable, update);
sound/soc/codecs/wm9712.c
225
struct snd_soc_dapm_update update = {};
sound/soc/codecs/wm9712.c
241
update.kcontrol = kcontrol;
sound/soc/codecs/wm9712.c
242
update.reg = wm9712_mixer_mute_regs[shift];
sound/soc/codecs/wm9712.c
243
update.mask = 0x8000;
sound/soc/codecs/wm9712.c
246
update.val = 0x0;
sound/soc/codecs/wm9712.c
248
update.val = 0x8000;
sound/soc/codecs/wm9712.c
251
&update);
sound/soc/codecs/wm9713.c
234
struct snd_soc_dapm_update update = {};
sound/soc/codecs/wm9713.c
250
update.kcontrol = kcontrol;
sound/soc/codecs/wm9713.c
251
update.reg = wm9713_mixer_mute_regs[shift];
sound/soc/codecs/wm9713.c
252
update.mask = 0x8000;
sound/soc/codecs/wm9713.c
255
update.val = 0x0;
sound/soc/codecs/wm9713.c
257
update.val = 0x8000;
sound/soc/codecs/wm9713.c
260
&update);
sound/soc/mediatek/mt8189/mt8189-afe-pcm.c
102
__func__, id, rate, update, swap, ch);
sound/soc/mediatek/mt8189/mt8189-afe-pcm.c
93
bool update, bool swap, unsigned int ch)
sound/soc/mediatek/mt8189/mt8189-afe-pcm.c
98
unsigned int update_val = update ? calculate_cm_update(rate, ch) : 0x64;
sound/soc/qcom/qdsp6/q6routing.c
495
struct snd_soc_dapm_update *update = NULL;
sound/soc/qcom/qdsp6/q6routing.c
505
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 1, update);
sound/soc/qcom/qdsp6/q6routing.c
511
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 0, update);
sound/soc/renesas/rcar/core.c
1746
if (change && cfg->update)
sound/soc/renesas/rcar/core.c
1747
cfg->update(cfg->io, cfg->mod);
sound/soc/renesas/rcar/core.c
1803
void (*update)(struct rsnd_dai_stream *io,
sound/soc/renesas/rcar/core.c
1849
cfg->update = update;
sound/soc/renesas/rcar/rsnd.h
722
void (*update)(struct rsnd_dai_stream *io, struct rsnd_mod *mod);
sound/soc/renesas/rcar/rsnd.h
752
void (*update)(struct rsnd_dai_stream *io,
sound/soc/renesas/rcar/rsnd.h
759
#define rsnd_kctrl_new_m(mod, io, rtd, name, accept, update, cfg, size, max) \
sound/soc/renesas/rcar/rsnd.h
760
rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_m(cfg), \
sound/soc/renesas/rcar/rsnd.h
763
#define rsnd_kctrl_new_s(mod, io, rtd, name, accept, update, cfg, max) \
sound/soc/renesas/rcar/rsnd.h
764
rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
sound/soc/renesas/rcar/rsnd.h
767
#define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \
sound/soc/renesas/rcar/rsnd.h
768
rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
sound/soc/soc-dapm.c
2040
static void dapm_widget_update(struct snd_soc_card *card, struct snd_soc_dapm_update *update)
sound/soc/soc-dapm.c
2048
if (!update || !dapm_kcontrol_is_powered(update->kcontrol))
sound/soc/soc-dapm.c
2051
wlist = dapm_kcontrol_get_wlist(update->kcontrol);
sound/soc/soc-dapm.c
2055
ret = w->event(w, update->kcontrol, SND_SOC_DAPM_PRE_REG);
sound/soc/soc-dapm.c
2065
ret = dapm_update_bits(w->dapm, update->reg, update->mask,
sound/soc/soc-dapm.c
2066
update->val);
sound/soc/soc-dapm.c
2071
if (update->has_second_set) {
sound/soc/soc-dapm.c
2072
ret = dapm_update_bits(w->dapm, update->reg2,
sound/soc/soc-dapm.c
2073
update->mask2, update->val2);
sound/soc/soc-dapm.c
2082
ret = w->event(w, update->kcontrol, SND_SOC_DAPM_POST_REG);
sound/soc/soc-dapm.c
2253
struct snd_soc_dapm_update *update)
sound/soc/soc-dapm.c
2362
dapm_widget_update(card, update);
sound/soc/soc-dapm.c
2636
struct snd_soc_dapm_update *update,
sound/soc/soc-dapm.c
2658
dapm_power_widgets(card, SND_SOC_DAPM_STREAM_NOP, update);
sound/soc/soc-dapm.c
2665
struct snd_soc_dapm_update *update)
sound/soc/soc-dapm.c
2671
ret = dapm_mux_update_power(card, kcontrol, update, mux, e);
sound/soc/soc-dapm.c
2682
struct snd_soc_dapm_update *update,
sound/soc/soc-dapm.c
2722
dapm_power_widgets(card, SND_SOC_DAPM_STREAM_NOP, update);
sound/soc/soc-dapm.c
2729
struct snd_soc_dapm_update *update)
sound/soc/soc-dapm.c
2735
ret = dapm_mixer_update_power(card, kcontrol, update, connect, -1);
sound/soc/soc-dapm.c
3469
struct snd_soc_dapm_update update = {};
sound/soc/soc-dapm.c
3510
update.has_second_set = true;
sound/soc/soc-dapm.c
3511
update.reg2 = mc->rreg;
sound/soc/soc-dapm.c
3512
update.mask2 = mask << mc->rshift;
sound/soc/soc-dapm.c
3513
update.val2 = rval;
sound/soc/soc-dapm.c
3515
update.kcontrol = kcontrol;
sound/soc/soc-dapm.c
3516
update.reg = reg;
sound/soc/soc-dapm.c
3517
update.mask = mask << shift;
sound/soc/soc-dapm.c
3518
update.val = val;
sound/soc/soc-dapm.c
3519
pupdate = &update;
sound/soc/soc-dapm.c
3587
struct snd_soc_dapm_update update = {};
sound/soc/soc-dapm.c
3612
update.kcontrol = kcontrol;
sound/soc/soc-dapm.c
3613
update.reg = e->reg;
sound/soc/soc-dapm.c
3614
update.mask = mask;
sound/soc/soc-dapm.c
3615
update.val = val;
sound/soc/soc-dapm.c
3616
pupdate = &update;
sound/soc/sof/ipc3-control.c
728
.update = sof_ipc3_control_update,
sound/soc/sof/ipc3.c
966
if (tplg_ops->control->update)
sound/soc/sof/ipc3.c
967
tplg_ops->control->update(sdev, msg_buf);
sound/soc/sof/ipc4-control.c
1016
.update = sof_ipc4_control_update,
sound/soc/sof/ipc4.c
700
if (tplg_ops->control->update)
sound/soc/sof/ipc4.c
701
tplg_ops->control->update(sdev, ipc4_msg);
sound/soc/sof/sof-audio.h
163
void (*update)(struct snd_sof_dev *sdev, void *ipc_control_message);
sound/soc/tegra/tegra210_ahub.c
61
struct snd_soc_dapm_update update[TEGRA_XBAR_UPDATE_MAX_REG] = { };
sound/soc/tegra/tegra210_ahub.c
83
update[i].reg = e->reg + (ahub->soc_data->xbar_part_size * i);
sound/soc/tegra/tegra210_ahub.c
84
update[i].val = (i == reg_idx) ? reg_val : 0;
sound/soc/tegra/tegra210_ahub.c
85
update[i].mask = ahub->soc_data->mask[i];
sound/soc/tegra/tegra210_ahub.c
86
update[i].kcontrol = kctl;
sound/soc/tegra/tegra210_ahub.c
89
if (snd_soc_component_test_bits(cmpnt, update[i].reg,
sound/soc/tegra/tegra210_ahub.c
90
update[i].mask,
sound/soc/tegra/tegra210_ahub.c
91
update[i].val))
sound/soc/tegra/tegra210_ahub.c
94
&update[i]);
sound/soc/tegra/tegra210_mbdrc.c
339
bool update = false;
sound/soc/tegra/tegra210_mbdrc.c
342
data[i] << shift, &update);
sound/soc/tegra/tegra210_mbdrc.c
344
change |= update;
sound/soc/tegra/tegra210_mbdrc.c
391
bool update = false;
sound/soc/tegra/tegra210_mbdrc.c
403
data[i], &update);
sound/soc/tegra/tegra210_mbdrc.c
405
change |= update;
sound/synth/emux/emux_effect.c
183
if (!parm_defs[type].update)
sound/synth/emux/emux_effect.c
215
snd_emux_update_channel(port, chan, parm_defs[type].update);
sound/synth/emux/emux_effect.c
41
int update; /* flgas for real-time update */
sound/synth/emux/emux_synth.c
228
if (snd_BUG_ON(!emu || !emu->ops.update))
sound/synth/emux/emux_synth.c
247
snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update)
sound/synth/emux/emux_synth.c
253
if (! update)
sound/synth/emux/emux_synth.c
257
if (snd_BUG_ON(!emu || !emu->ops.update))
sound/synth/emux/emux_synth.c
264
update_voice(emu, vp, update);
sound/synth/emux/emux_synth.c
272
snd_emux_update_port(struct snd_emux_port *port, int update)
sound/synth/emux/emux_synth.c
278
if (! update)
sound/synth/emux/emux_synth.c
282
if (snd_BUG_ON(!emu || !emu->ops.update))
sound/synth/emux/emux_synth.c
289
update_voice(emu, vp, update);
sound/synth/emux/emux_synth.c
35
static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
sound/synth/emux/emux_synth.c
491
update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update)
sound/synth/emux/emux_synth.c
498
if (update & SNDRV_EMUX_UPDATE_VOLUME)
sound/synth/emux/emux_synth.c
500
if (update & SNDRV_EMUX_UPDATE_PITCH)
sound/synth/emux/emux_synth.c
502
if (update & SNDRV_EMUX_UPDATE_PAN) {
sound/synth/emux/emux_synth.c
503
if (! calc_pan(vp) && (update == SNDRV_EMUX_UPDATE_PAN))
sound/synth/emux/emux_synth.c
506
emu->ops.update(vp, update);
sound/synth/emux/emux_voice.h
42
struct snd_midi_channel *chan, int update);
sound/synth/emux/emux_voice.h
43
void snd_emux_update_port(struct snd_emux_port *port, int update);
tools/perf/ui/gtk/progress.c
52
.update = gtk_ui_progress__update,
tools/perf/ui/progress.c
11
.update = null_progress__update,
tools/perf/ui/progress.c
26
ui_progress__ops->update(p);
tools/perf/ui/progress.h
28
void (*update)(struct ui_progress *p);
tools/perf/ui/tui/progress.c
80
.update = tui_progress__update,
tools/testing/selftests/bpf/progs/bloom_filter_bench.c
110
data.update = true;
tools/testing/selftests/bpf/progs/bloom_filter_bench.c
44
bool update;
tools/testing/selftests/bpf/progs/bloom_filter_bench.c
76
if (data->update)
tools/testing/selftests/bpf/progs/bloom_filter_bench.c
97
data.update = false;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
100
update.from = bpf_get_smp_processor_id() / 2;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
101
update.step = nr_thread / 2;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
102
bpf_loop(OP_BATCH, del_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
58
struct update_ctx update;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
60
update.from = bpf_get_smp_processor_id();
tools/testing/selftests/bpf/progs/htab_mem_bench.c
61
update.step = nr_thread;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
62
bpf_loop(OP_BATCH, overwrite_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
70
struct update_ctx update;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
72
update.from = bpf_get_smp_processor_id();
tools/testing/selftests/bpf/progs/htab_mem_bench.c
73
update.step = nr_thread;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
74
bpf_loop(OP_BATCH, overwrite_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
76
update.from = bpf_get_smp_processor_id();
tools/testing/selftests/bpf/progs/htab_mem_bench.c
77
bpf_loop(OP_BATCH, del_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
86
struct update_ctx update;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
88
update.from = bpf_get_smp_processor_id() / 2;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
89
update.step = nr_thread / 2;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
90
bpf_loop(OP_BATCH, newwrite_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
98
struct update_ctx update;
tools/testing/selftests/bpf/progs/lpm_trie_bench.c
214
loops = bpf_loop(NR_LOOPS, update, &err, 0);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
102
update(ctx, &tp_btf_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
109
update(ctx, &fentry_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
116
update(ctx, &fexit_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
123
update(ctx, &fmod_ret_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
133
update(ctx, &lsm_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
36
update(ctx, &kprobe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
43
update(ctx, &kretprobe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
50
update(ctx, &uprobe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
57
update(ctx, &uretprobe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
69
update(ctx, &tp_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
75
update(ctx, &tp_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
81
update(ctx, &tp_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
88
update(ctx, &pe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
95
update(ctx, &raw_tp_res);