Home
last modified time | relevance | path

Searched refs:piece (Results 1 – 25 of 68) sorted by relevance

123

/Linux-v6.6/Documentation/admin-guide/sysctl/
Dindex.rst62 one part of the kernel, so you can do configuration on a piece
63 by piece basis, or just some 'thematic frobbing'.
/Linux-v6.6/security/keys/
Dkeyring.c169 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()
/Linux-v6.6/Documentation/misc-devices/
Dtps6594-pfsm.rst13 hardware. It is a piece of code.
/Linux-v6.6/Documentation/devicetree/bindings/arm/msm/
Dqcom,saw2.txt5 power-controller that transitions a piece of hardware (like a processor or
/Linux-v6.6/Documentation/fb/
Dinternals.rst52 particular piece of hardware.
/Linux-v6.6/drivers/soc/mediatek/
DKconfig88 The Smart Voltage Scaling(SVS) engine is a piece of hardware
/Linux-v6.6/Documentation/maintainer/
Dfeature-and-driver-maintainers.rst58 When there are multiple maintainers for a piece of code an ``Acked-by``
110 for any piece of code, no matter how trivial. It spreads the burden, helps
/Linux-v6.6/Documentation/driver-api/gpio/
Dusing-gpio.rst24 industrial automation, PLC-type use cases, door controllers, in short a piece
/Linux-v6.6/Documentation/dev-tools/kunit/
Dusage.rst32 An *expectation* specifies that we expect a piece of code to do something in a
34 expectations about the behavior of a piece of code under test. When one or more
224 piece of hardware.
316 In order to unit test a piece of code that calls a method in a class, the
320 A fake class implements a piece of code that is different than what runs in a
Dfaq.rst56 test to test the interaction between a driver and a piece of hardware, or to
/Linux-v6.6/Documentation/power/
Ds2ram.rst70 Reason for this is that the RTC is the only reliably available piece of
Dfreezing-of-tasks.rst219 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
/Linux-v6.6/Documentation/PCI/
Dpci-iov-howto.rst109 Following piece of code illustrates the usage of the SR-IOV API.
/Linux-v6.6/fs/proc/
DKconfig102 this interface. For example, rkt is such a piece of software.
/Linux-v6.6/Documentation/process/
D3.Early-stage.rst18 easy: when a driver is needed for a specific piece of hardware, for
164 track down a maintainer for a specific piece of code.
/Linux-v6.6/Documentation/core-api/
Ddma-isa-lpc.rst41 In order to allocate a piece of memory that satisfies all these
Dgenalloc.rst87 how the allocation functions choose which specific piece of memory to
Dpadata.rst162 piece of the job that one thread completes in one call to the thread function.
/Linux-v6.6/Documentation/userspace-api/media/
Dglossary.rst84 A set of electronic circuits on one small flat piece of
/Linux-v6.6/drivers/char/ipmi/
DKconfig50 sequence numbers to piece the string together. This config
/Linux-v6.6/drivers/crypto/axis/
Dartpec6_crypto.c397 size_t piece; in artpec6_crypto_walk_advance() local
401 piece = min(nbytes, (size_t)awalk->sg->length - awalk->offset); in artpec6_crypto_walk_advance()
402 nbytes -= piece; in artpec6_crypto_walk_advance()
403 awalk->offset += piece; in artpec6_crypto_walk_advance()
/Linux-v6.6/Documentation/gpu/amdgpu/
Ddriver-core.rst118 piece of memory and then put a pointer to the memory into the queue.
/Linux-v6.6/Documentation/trace/
Dmmiotrace.rst113 "pciid" and "nick" with the PCI ID or model name of your piece of hardware
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dv4l2.rst379 Somehow a piece of junk slipped into the capture example, removed.
/Linux-v6.6/drivers/char/tpm/
DKconfig18 userspace enablement piece of the specification, can be

123