/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | gpio-restart.txt | 7 will be driven in the inactive state. Otherwise its not driven until 13 inactive->active edge condition, triggering positive edge triggered 15 inactive, thus causing an active->inactive edge, triggering negative edge 16 triggered reset. After a delay specified by inactive-delay, the GPIO 30 specified, the GPIO is initialized as an output in its inactive state. 41 - inactive-delay: Delay (default 100) to wait after driving gpio inactive [ms] 52 inactive-delay = <100>;
|
H A D | gpio-poweroff.txt | 6 'input' is not found, the GPIO line will be driven in the inactive 11 condition. This will also cause an inactive->active edge condition, so 13 the GPIO is set to inactive, thus causing an active->inactive edge, 29 inactive state. 31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive
|
/freebsd/sys/dev/virtio/random/ |
H A D | virtio_random.c | 55 bool inactive; member 181 sc->inactive = false; in vtrnd_attach() 204 sc->inactive = true; in vtrnd_detach() 226 sc->inactive = true; in vtrnd_shutdown() 294 if (sc->inactive) in vtrnd_harvest()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve.td | 272 (select $pred, (not (splat (Scalar $imm))), $inactive), 294 (select $pred, (splat $s), $inactive), 1, "_n", PNT_NType, PNT_None>; 301 defvar PredIntCall = !con((PredInt $inactive, $base), paramsOut, (? $pred)); 342 (IRInt<"mvn_predicated", [Vector, Predicate]> $a, $pred, $inactive)>; 346 (IRInt<"clz_predicated", [Vector, Predicate]> $a, $pred, $inactive)>; 351 (IRInt<"cls_predicated", [Vector, Predicate]> $a, $pred, $inactive)>; 370 (IRInt<name#"_predicated", [Vector, Predicate]> $a, $pred, $inactive), 377 (IRInt<name#"_predicated", [Vector, Predicate]> $a, $pred, $inactive)>; 393 def "": Intrinsic<Vector, (args Vector:$inactive, Vector:$a, Vector:$b, 399 (bitcast $inactive, UVector)), Vector)>; [all …]
|
H A D | arm_mve_defs.td | 519 // polymorph differently (typically because the type of the inactive 526 // The _m variant takes an initial parameter called $inactive, which 528 // inactive lanes in the predicated operation take their values from 530 def : Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>, 539 def : Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>, 554 Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>, 561 Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
|
H A D | arm_cde.td | 211 !listconcat(["cp", "inactive"], macroArgs, ["imm", "pred"]), 212 "__arm_"#NAME#"_m_impl((cp), (inactive), "#macro#" (imm), (pred))">;
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-matrix-keypad.txt | 27 - drive-inactive-cols: drive inactive columns during scan, 28 default is to turn inactive columns into inputs.
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 456 ruleset->rules[rs_num].inactive.ticket) in pf_get_kpool() 459 rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr, in pf_get_kpool() 462 rule = TAILQ_FIRST(ruleset->rules[rs_num].inactive.ptr); in pf_get_kpool() 771 TAILQ_FOREACH_SAFE(rule, rs->inactive.rules, entries, in pf_begin_eth() 773 TAILQ_REMOVE(rs->inactive.rules, rule, in pf_begin_eth() 778 *ticket = ++rs->inactive.ticket; in pf_begin_eth() 779 rs->inactive.open = 1; in pf_begin_eth() 794 pf_rollback_eth(rs->inactive.ticket, in pf_rollback_eth_cb() 813 if (!rs->inactive.open || in pf_rollback_eth() 814 ticket != rs->inactive.ticket) in pf_rollback_eth() [all …]
|
H A D | pf_ruleset.c | 158 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; in pf_init_kruleset() 171 rs->inactive.rules = &rs->rules[1]; in pf_init_keth() 172 rs->inactive.open = 0; in pf_init_keth() 299 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) || in pf_remove_if_empty_kruleset() 300 ruleset->rules[i].inactive.open) in pf_remove_if_empty_kruleset() 704 !TAILQ_EMPTY(ruleset->inactive.rules) || in pf_remove_if_empty_keth_ruleset() 705 ruleset->inactive.open) in pf_remove_if_empty_keth_ruleset()
|
/freebsd/usr.sbin/rtsold/ |
H A D | if.c | 207 goto inactive; in interface_status() 236 goto inactive; in interface_status() 239 goto inactive; in interface_status() 243 inactive: in interface_status()
|
/freebsd/sbin/dhclient/ |
H A D | dispatch.c | 317 goto inactive; in interface_status() 325 goto inactive; in interface_status() 353 goto inactive; in interface_status() 356 goto inactive; in interface_status() 359 inactive: in interface_status()
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror_ctl.c | 619 int error, *nargs, *hardcode, *inactive; in g_mirror_ctl_insert() local 640 inactive = gctl_get_paraml(req, "inactive", sizeof(*inactive)); in g_mirror_ctl_insert() 641 if (inactive == NULL) { in g_mirror_ctl_insert() 711 if (*inactive) in g_mirror_ctl_insert() 737 if (*inactive) in g_mirror_ctl_insert()
|
/freebsd/sbin/pfctl/ |
H A D | pf_ruleset.c | 139 ruleset->rules[i].inactive.ptr = &ruleset->rules[i].queues[1]; in pf_init_ruleset() 279 !TAILQ_EMPTY(ruleset->rules[i].inactive.ptr) || in pf_remove_if_empty_ruleset() 280 ruleset->rules[i].inactive.open) in pf_remove_if_empty_ruleset()
|
/freebsd/usr.sbin/dumpcis/ |
H A D | cardinfo.h | 98 enum cardstate { noslot, empty, suspend, filled, inactive }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 326 (VTI.Vec MQPR:$inactive))), 329 (VTI.Vec MQPR:$inactive)))>; 344 (? (VTI.Pred VCCR:$mask), (VTI.Vec MQPR:$inactive)))), 347 (VTI.Vec MQPR:$inactive)))>; 362 (VTI.Vec MQPR:$inactive))), 365 (VTI.Vec MQPR:$inactive)))>; 380 (? (VTI.Pred VCCR:$mask), (VTI.Vec MQPR:$inactive)))), 383 (VTI.Vec MQPR:$inactive)))>; 599 // what to put in its inactive lanes. 1573 revbits, (VTI.Pred VCCR:$pred), (VTI.Vec MQPR:$inactive))), [all...] |
H A D | ARMInstrCDE.td | 612 (VTI.Vec MQPR:$inactive), timm:$imm, 616 (VTI.Vec MQPR:$inactive)))>; 625 (VTI.Vec MQPR:$inactive), 631 (VTI.Vec MQPR:$inactive)))>; 641 (VTI.Vec MQPR:$inactive), 649 (VTI.Vec MQPR:$inactive)))>;
|
/freebsd/sys/contrib/device-tree/Bindings/mux/ |
H A D | gpio-mux.txt | 19 bit. An active pin is a binary 1, an inactive pin is a binary 0.
|
/freebsd/sys/contrib/device-tree/src/arm/synaptics/ |
H A D | berlin2cd-valve-steamlink.dts | 23 inactive-delay = <10>;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | luks | 112 # state of keyslot; 0x00AC71F3~active 0x0000DEAD~inactive 115 >0 ubelong =0x0000DEAD inactive
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | axentia,tse850-pcm5142.txt | 37 In the above, the 'loop1' relays are inactive, thus feeding IN1 to the mixer
|
H A D | davinci-mcasp-audio.txt | 34 - dismod : Specify the drive on TX pin during inactive slots
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | qcom-rpm.txt | 186 Definition: enable pull down of the regulator when inactive 221 Definition: enable pull down of the regulator when inactive
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs.c | 208 PUFFSOP_SET(pops, dtfs, node, inactive); in main()
|
/freebsd/contrib/libxo/doc/ |
H A D | howto.rst | 217 printf(" Inactive: %lu\n", inactive); 223 xo_emit("{P: }{L:Inactive: }{:inactive/%lu}\n", inactive);
|
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
H A D | bootbus.txt | 21 making it inactive.
|