Searched full:slow (Results 1 – 25 of 166) sorted by relevance
1234567
| /Documentation/devicetree/bindings/leds/ |
| D | leds-ns2.txt | 10 - 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/ |
| D | img,pistachio-gptimer.txt | 10 "slow", slow counter clock 26 clock-names = "fast", "slow", "sys";
|
| /Documentation/dev-tools/kunit/ |
| D | running_tips.rst | 305 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/ |
| D | qcom,ebi2.yaml | 44 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/ |
| D | microchip,pac1934.yaml | 38 slow-io-gpios: 41 consumption). If configured in SLOW mode, if this pin is forced high,
|
| /Documentation/devicetree/bindings/clock/ |
| D | imx7ulp-scg-clock.yaml | 19 domains, such as the System Oscillator clock, the Slow IRC (SIRC), 54 - description: slow internal reference clock
|
| D | brcm,bcm53573-ilp.txt | 7 This binding is used for ILP clock (sometimes referred as "slow clock")
|
| D | atmel,at91sam9x5-sckc.yaml | 7 title: Atmel Slow Clock Controller (SCKC)
|
| D | st,nomadik.txt | 15 i.e. the driver output for the slow 32kHz chrystal, if the
|
| /Documentation/locking/ |
| D | rt-mutex-design.rst | 428 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/ |
| D | sysfs-kernel-mm-numa | 17 systems to migrate pages from fast tiers to slow tiers
|
| /Documentation/ABI/removed/ |
| D | sysfs-selinux-disable | 26 slow process of removing this code from the kernel.
|
| /Documentation/i2c/busses/ |
| D | i2c-ismt.rst | 19 and never needs to be changed. However, some SMBus analyzers are too slow for
|
| D | i2c-taos-evm.rst | 46 module. The communication is rather slow, because the serial port has
|
| /Documentation/devicetree/bindings/gpio/ |
| D | st,stmpe-gpio.yaml | 10 STMicroelectronics Port Expander (STMPE) is a series of slow
|
| /Documentation/scsi/ |
| D | tcm_qla2xxx.rst | 22 This may be useful for testing error handling and simulating slow drain
|
| /Documentation/devicetree/bindings/opp/ |
| D | opp-v2.yaml | 386 * (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/ |
| D | cec-intro.rst | 16 The bitrate is very slow (effectively no more than 36 bytes per second)
|
| /Documentation/devicetree/bindings/sound/ |
| D | cirrus,cs42l42.yaml | 166 0 - Fast rise time; slow, load-dependent fall time 168 2 - Slow (default)
|
| /Documentation/fb/ |
| D | gxfb.rst | 51 switch is slow, but harmless.
|
| D | lxfb.rst | 52 switch is slow, but harmless.
|
| /Documentation/doc-guide/ |
| D | maintainer-profile.rst | 50 slow. I try to always send out a notification when a patch is merged (or
|
| /Documentation/admin-guide/device-mapper/ |
| D | cache.rst | 35 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/ |
| D | netdev.yaml | 198 name: alloc-slow 201 name: alloc-slow-high-order 588 - alloc-slow 589 - alloc-slow-high-order
|
| /Documentation/devicetree/bindings/power/supply/ |
| D | bq2415x.yaml | 42 The chip will use slow precharge if battery voltage is below this value.
|
1234567