Searched refs:piece (Results 1 – 25 of 64) sorted by relevance
123
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/firmware/ |
D | linaro,optee-tz.txt | 3 OP-TEE is a piece of software using hardware features to provide a Trusted
|
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/ |
D | index.rst | 62 one part of the kernel, so you can do configuration on a piece 63 by piece basis, or just some 'thematic frobbing'.
|
/kernel/linux/linux-5.10/security/keys/ |
D | keyring.c | 169 u32 piece; in hash_key_type_and_desc() local 176 piece = (unsigned long)index_key->domain_tag; in hash_key_type_and_desc() 177 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc() 186 piece = 0; in hash_key_type_and_desc() 187 memcpy(&piece, description, n); in hash_key_type_and_desc() 190 acc = mult_64x32_and_fold(acc, piece); in hash_key_type_and_desc()
|
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/ |
D | usage.rst | 75 An *expectation* is a way to specify that you expect a piece of code to do 77 by setting expectations about the behavior of a piece of code under test; when 294 In order to unit test a piece of code that calls a method in a class, the 298 A fake just provides an implementation of a piece of code that is different than 574 write that test for a particular piece of hardware. In general, writing a test 575 that depends on having access to a particular piece of hardware or software (not 587 (and monetarily free) to obtain software environment to a specific piece of
|
D | faq.rst | 54 test to test the interaction between a driver and a piece of hardware, or to
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,saw2.txt | 5 power-controller that transitions a piece of hardware (like a processor or
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | internals.rst | 52 particular piece of hardware.
|
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 24 industrial automation, PLC-type use cases, door controllers, in short a piece
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | s2ram.rst | 70 Reason for this is that the RTC is the only reliably available piece of
|
D | freezing-of-tasks.rst | 219 piece of code from system-wide sleep such as suspend/hibernation is not 220 encouraged. If possible, that piece of code must instead hook onto the
|
/kernel/linux/linux-5.10/Documentation/PCI/ |
D | pci-iov-howto.rst | 109 Following piece of code illustrates the usage of the SR-IOV API.
|
/kernel/linux/linux-5.10/fs/proc/ |
D | Kconfig | 101 this interface. For example, rkt is such a piece of software.
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
D | Kconfig | 50 sequence numbers to piece the string together. This config
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | 3.Early-stage.rst | 18 easy: when a driver is needed for a specific piece of hardware, for 163 track down a maintainer for a specific piece of code.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
D | glossary.rst | 84 A set of electronic circuits on one small flat piece of
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | dma-isa-lpc.rst | 41 In order to allocate a piece of memory that satisfies all these
|
D | genalloc.rst | 87 how the allocation functions choose which specific piece of memory to
|
D | padata.rst | 162 piece of the job that one thread completes in one call to the thread function.
|
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
D | artpec6_crypto.c | 396 size_t piece; in artpec6_crypto_walk_advance() local 400 piece = min(nbytes, (size_t)awalk->sg->length - awalk->offset); in artpec6_crypto_walk_advance() 401 nbytes -= piece; in artpec6_crypto_walk_advance() 402 awalk->offset += piece; in artpec6_crypto_walk_advance()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | brcm,brcmnand.txt | 46 interrupts multiplexed behind another custom piece of
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | mmiotrace.rst | 113 "pciid" and "nick" with the PCI ID or model name of your piece of hardware
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
D | Kconfig | 18 userspace enablement piece of the specification, can be
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | v4l2.rst | 379 Somehow a piece of junk slipped into the capture example, removed.
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | meson8.dtsi | 180 * piece of ARC code ("arc_power" in the vendor u-boot tree)
|
/kernel/linux/linux-5.10/Documentation/staging/ |
D | lzo.rst | 29 as a piece of information for next instructions.
|
123