Home
last modified time | relevance | path

Searched full:slow (Results 1 – 25 of 166) sorted by relevance

1234567

/Documentation/devicetree/bindings/leds/
Dleds-ns2.txt10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification.
12 the corresponding cmd-gpio/slow-gpio values. All the GPIO values combinations
28 slow-gpio = <&gpio0 29 0>;
/Documentation/devicetree/bindings/timer/
Dimg,pistachio-gptimer.txt10 "slow", slow counter clock
26 clock-names = "fast", "slow", "sys";
/Documentation/dev-tools/kunit/
Drunning_tips.rst305 To mark a test case as slow, you can also use ``KUNIT_CASE_SLOW(test_name)``.
306 This is a helpful macro as the slow attribute is the most commonly used.
340 # example_test.speed: slow
374 kunit.py run --filter speed=slow
382 kunit.py run --filter "speed>slow"
384 This example will run all tests with speeds faster than slow. Note that the
393 kunit.py run --filter "speed>slow, module=kunit_example_test"
397 the filter as a module param: ``kunit.filter="speed>slow, speed<=normal"``.
424 This attribute indicates the speed of a test's execution (how slow or fast the
428 "slow", or "very_slow". The assumed default speed for tests is "normal". This
[all …]
/Documentation/devicetree/bindings/bus/
Dqcom,ebi2.yaml44 this is something just used on the FAST chip selects and that the SLOW
48 FIXME: The chipselects have SLOW and FAST configuration registers. It's a bit
50 together, or if some chip selects are hardwired to be FAST and others are SLOW
112 # SLOW chip selects
231 /* SLOW chipselect config */
/Documentation/devicetree/bindings/iio/adc/
Dmicrochip,pac1934.yaml38 slow-io-gpios:
41 consumption). If configured in SLOW mode, if this pin is forced high,
/Documentation/devicetree/bindings/clock/
Dimx7ulp-scg-clock.yaml19 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
54 - description: slow internal reference clock
Dbrcm,bcm53573-ilp.txt7 This binding is used for ILP clock (sometimes referred as "slow clock")
Datmel,at91sam9x5-sckc.yaml7 title: Atmel Slow Clock Controller (SCKC)
Dst,nomadik.txt15 i.e. the driver output for the slow 32kHz chrystal, if the
/Documentation/locking/
Drt-mutex-design.rst428 If there is contention on the lock, we go about the slow path
431 The slow path function is where the task's waiter structure is created on
437 The wait_lock of the mutex is taken since the slow path of unlocking the
445 slow path. The first thing that is done here is an atomic setting of
448 without going into the slow unlock path, and it would then need to grab the
477 Since the wait_lock was taken at the entry of the slow lock, we can safely
520 take the slow path when unlocking the mutex. If the mutex doesn't have any
525 the slow unlock path is taken.
527 The first thing done in the slow unlock path is to take the wait_lock of the
534 in the slow path too. If a waiter of a mutex woke up because of a signal
/Documentation/ABI/testing/
Dsysfs-kernel-mm-numa17 systems to migrate pages from fast tiers to slow tiers
/Documentation/ABI/removed/
Dsysfs-selinux-disable26 slow process of removing this code from the kernel.
/Documentation/i2c/busses/
Di2c-ismt.rst19 and never needs to be changed. However, some SMBus analyzers are too slow for
Di2c-taos-evm.rst46 module. The communication is rather slow, because the serial port has
/Documentation/devicetree/bindings/gpio/
Dst,stmpe-gpio.yaml10 STMicroelectronics Port Expander (STMPE) is a series of slow
/Documentation/scsi/
Dtcm_qla2xxx.rst22 This may be useful for testing error handling and simulating slow drain
/Documentation/devicetree/bindings/opp/
Dopp-v2.yaml386 * (example: device with two possible microvolt ranges: slow and fast)
406 opp-microvolt-slow = <915000 900000 925000>;
408 opp-microamp-slow = <70000>;
414 opp-microvolt-slow = <915000 900000 925000>, /* Supply vcc0 */
418 opp-microamp = <70000>; /* Will be used for both slow/fast */
/Documentation/userspace-api/media/cec/
Dcec-intro.rst16 The bitrate is very slow (effectively no more than 36 bytes per second)
/Documentation/devicetree/bindings/sound/
Dcirrus,cs42l42.yaml166 0 - Fast rise time; slow, load-dependent fall time
168 2 - Slow (default)
/Documentation/fb/
Dgxfb.rst51 switch is slow, but harmless.
Dlxfb.rst52 switch is slow, but harmless.
/Documentation/doc-guide/
Dmaintainer-profile.rst50 slow. I try to always send out a notification when a patch is merged (or
/Documentation/admin-guide/device-mapper/
Dcache.rst35 Migration from slow device to fast device.
37 Migration from fast device to slow device.
52 1. An origin device - the big, slow one.
188 origin dev slow device holding original data blocks
/Documentation/netlink/specs/
Dnetdev.yaml198 name: alloc-slow
201 name: alloc-slow-high-order
588 - alloc-slow
589 - alloc-slow-high-order
/Documentation/devicetree/bindings/power/supply/
Dbq2415x.yaml42 The chip will use slow precharge if battery voltage is below this value.

1234567