Searched refs:replay (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c884 struct dmub_replay *replay = dc->res_pool->replay; local
887 if (replay == NULL && force_static)
895 if (replay != NULL && link->replay_settings.replay_feature_enabled &&
896 replay->funcs->replay_set_power_opt) {
897 replay->funcs->replay_set_power_opt(replay, *power_opts, panel_inst);
906 if (replay != NULL && link->replay_settings.replay_feature_enabled)
907 replay->funcs->replay_enable(replay, *allow_activ
917 struct dmub_replay *replay = dc->res_pool->replay; local
935 struct dmub_replay *replay; local
1017 struct dmub_replay *replay = dc->res_pool->replay; local
1040 struct dmub_replay *replay = dc->res_pool->replay; local
1061 struct dmub_replay *replay = dc->res_pool->replay; local
1079 struct dmub_replay *replay = dc->res_pool->replay; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh261 replay-window 4 replay-oseq 0x4 \
268 replay-window 4 replay-oseq 0x4 \
276 replay-window 4 replay-oseq 0x4 \
283 replay-window 4 replay-oseq 0x4 \
291 replay-window 4 replay
[all...]
/linux-master/fs/ubifs/
H A DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/linux-master/net/xfrm/
H A Dxfrm_replay.c3 * xfrm_replay.c - xfrm replay detection, derived from xfrm_state.c.
68 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) &&
69 (x->replay.oseq - x->preplay.oseq < x->replay_maxdiff))) {
79 if (memcmp(&x->replay, &x->preplay,
88 memcpy(&x->preplay, &x->replay, sizeof(struct xfrm_replay_state));
104 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq;
106 if (unlikely(x->replay.oseq == 0) &&
108 x->replay.oseq--;
133 if (likely(seq > x->replay.seq))
136 diff = x->replay
[all...]
H A Dxfrm_user.c548 NL_SET_ERR_MSG(extack, "ESN replay window is longer than the bitmap");
606 sizeof(x->replay.bitmap) * 8);
641 struct xfrm_replay_state *replay; local
642 replay = nla_data(rp);
643 memcpy(&x->replay, replay, sizeof(*replay));
644 memcpy(&x->preplay, replay, sizeof(*replay));
908 put_unaligned(x->stats.replay,
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c134 * Setup Replay by programming phy registers and sending replay hw context values to firmware.
357 static void dmub_replay_construct(struct dmub_replay *replay, struct dc_context *ctx) argument
359 replay->ctx = ctx;
360 replay->funcs = &replay_funcs;
368 struct dmub_replay *replay = kzalloc(sizeof(struct dmub_replay), GFP_KERNEL); local
370 if (replay == NULL) {
375 dmub_replay_construct(replay, ctx);
377 return replay;
/linux-master/drivers/input/
H A Dinput-compat.h43 struct ff_replay replay; member in struct:ff_effect_compat
H A Dff-memless.c87 if (state->effect->replay.length) {
168 } else if (envelope->fade_length && effect->replay.length &&
364 } else if (effect->replay.length &&
373 msecs_to_jiffies(effect->replay.delay);
375 msecs_to_jiffies(effect->replay.length);
443 msecs_to_jiffies(state->effect->replay.delay);
445 msecs_to_jiffies(state->effect->replay.length);
473 msecs_to_jiffies(state->effect->replay.delay);
475 msecs_to_jiffies(state->effect->replay.length);
/linux-master/drivers/input/joystick/iforce/
H A Diforce-ff.c281 || old->replay.length != new->replay.length
282 || old->replay.delay != new->replay.delay)
327 /* BUG: perhaps we should replay n times, instead of 1. But we do not know n */
386 effect->replay.length,
387 effect->replay.delay,
446 effect->replay.length,
447 effect->replay.delay,
512 effect->replay
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgp100.c572 if (vmm->replay) {
610 bool replay; local
613 replay = args->v0.fault_replay != 0;
616 replay = false;
624 (*pvmm)->replay = replay;
/linux-master/net/netfilter/
H A Dnfnetlink.c229 replay:
311 goto replay;
385 replay:
567 goto replay;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h66 bool replay; member in struct:nvkm_vmm
/linux-master/sound/firewire/
H A Damdtp-stream.h323 } replay; member in struct:amdtp_domain
H A Damdtp-stream.c575 if (!d->replay.enable || !s->ctx_data.rx.replay_target) {
578 if (!d->replay.on_the_fly) {
943 // sequence replay.
954 // asynchronous transaction. The sequence replay is impossible due
1288 if (d->replay.enable)
1331 if (d->replay.enable)
1574 if (d->replay.enable && !d->replay.on_the_fly) {
1720 if (s->domain->replay.enable) {
1830 if (s->domain->replay
[all...]
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_resp.c609 res->replay = 0;
650 if (res && res->replay)
699 if (!res->replay) {
736 if (res->replay)
884 if (!res->replay || qp->resp.length == 0) {
956 if (!res->replay)
1289 res->replay = 1;
1333 res->replay = 1;
1351 res->replay = 1;
H A Drxe_verbs.h138 int replay; member in struct:resp_res
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c304 pidff->set_effect[PID_DURATION].value[0] = effect->replay.length;
314 pidff->set_effect[PID_START_DELAY].value[0] = effect->replay.delay;
326 return effect->replay.length != old->replay.length ||
330 effect->replay.delay != old->replay.delay;
/linux-master/include/uapi/linux/
H A Dinput.h438 * @replay: scheduling of the effect (struct ff_replay)
459 struct ff_replay replay; member in struct:ff_effect
H A Dxfrm.h125 __u32 replay; member in struct:xfrm_stats
265 XFRM_AE_RTHR=1, /* replay threshold*/
266 XFRM_AE_RVAL=2, /* replay value */
269 XFRM_AE_CR=16, /* Event cause is replay update */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h201 struct mlx5e_ipsec_drop replay; member in struct:mlx5e_ipsec_rule
H A Dipsec_fs.c296 sa_entry->ipsec_rule.replay.rule = rule;
297 sa_entry->ipsec_rule.replay.fc = flow_counter;
1678 if (sa_entry->ipsec_rule.replay.rule) {
1679 mlx5_del_flow_rules(sa_entry->ipsec_rule.replay.rule);
1680 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.replay.fc);
2201 if (ipsec_rule->replay.rule) {
2202 mlx5_del_flow_rules(ipsec_rule->replay.rule);
2203 mlx5_fc_destroy(mdev, ipsec_rule->replay.fc);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c379 /* Issue fault replay for GPU to retry accesses that faulted previously. */
383 SVM_DBG(svm, "replay");
726 int replay = 0, atomic = 0, ret; local
874 replay++;
877 /* Issue fault replay to the GPU. */
878 if (replay)
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1559 if (pool->base.replay != NULL)
1560 dmub_replay_destroy(&pool->base.replay);
2066 pool->base.replay = dmub_replay_create(ctx);
2067 if (pool->base.replay == NULL) {
2068 dm_error("DC: failed to create replay obj!\n");
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h293 struct dmub_replay *replay; member in struct:resource_pool
/linux-master/tools/testing/ktest/
H A Dktest.pl3066 my $replay = $bisect_replay;
3102 if (defined($replay)) {
3106 $replay = update_bisect_replay;
3110 $replay = update_bisect_replay;
3151 if (defined($replay)) {
3152 run_command "git bisect replay $replay" or
3153 dodie "failed to run replay";

Completed in 268 milliseconds

12