Home
last modified time | relevance | path

Searched full:exactly (Results 1 – 25 of 1431) sorted by relevance

12345678910>>...58

/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_ts.c77 /* we should have written exactly _one_ 188byte packet */ in vidtv_ts_null_write_into()
79 pr_warn_ratelimited("Expected exactly %d bytes, got %d\n", in vidtv_ts_null_write_into()
129 /* we should have written exactly _one_ 188byte packet */ in vidtv_ts_pcr_write_into()
131 pr_warn_ratelimited("Expected exactly %d bytes, got %d\n", in vidtv_ts_pcr_write_into()
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Dcomposite.txt9 of which can be selected as output, this behaves exactly as [2]
11 an adjustable clock rate divider, this behaves exactly as [3]
14 clock, this behaves exactly as [4]
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Darm_sbsa_uart.txt8 - reg: exactly one register range
9 - interrupts: exactly one interrupt specifier
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dconnect_ping.c143 * and called exactly once, and that the socket's bound address is in test_connect_ping()
150 * and called exactly once, and that the socket's bound address is in test_connect_ping()
157 * and called exactly once, and that the socket's bound address is in test_connect_ping()
164 * and called exactly once, and that the socket's bound address is in test_connect_ping()
/openbmc/linux/Documentation/staging/
H A Dlzo.rst142 Always followed by exactly one byte : H H H H H H H H
152 Always followed by exactly one byte : H H H H H H H H
158 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
175 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
183 Always followed by exactly one byte : H H H H H H H H
190 Always followed by exactly one byte : H H H H H H H H
/openbmc/pldm/requester/test/
H A Drequest_test.cpp16 using ::testing::Exactly;
55 .Times(Exactly(1))
102 EXPECT_CALL(request, send()).Times(Exactly(1)).WillOnce(Return(PLDM_ERROR));
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst77 Exactly one output and one capture buffer must be provided for use
127 Exactly one output and one capture buffer must be provided for use with
168 Exactly one output and one capture buffer must be provided for use with
191 Exactly one output and one capture buffer must be provided for use with
272 Exactly one output and one capture buffer must be provided for use with
H A Dext-ctrls-image-source.rst92 representing a gain of exactly 1.0. For example, if this default value
94 a gain of exactly 1.5.
H A Dtuner.rst21 Radio input devices have exactly one tuner with index zero, no video
54 Radio output devices have exactly one modulator with index zero, no
/openbmc/u-boot/doc/imx/mkimage/
H A Dmxsimage.txt27 - Each line of the configuration file contains exactly one instruction.
39 subsequent instructions or code. Exactly one section must be selected
71 specified by "u32_pattern". Writes exactly "u32_length" bytes of the
82 - See JUMP instruction above, as the operation is exactly the same with
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch39 - log<level::ERR>("Exactly two objects expected",
60 + log<level::ERR>("Exactly 1 or 2 interface objects are required",
66 + // We are here because there were exactly two objects implementing the
/openbmc/linux/lib/
H A Dhashtable_test.c90 /* Both entries should have been visited exactly once. */ in hashtable_test_hash_add()
146 /* Should have visited each entry exactly once. */ in hashtable_test_hash_for_each()
179 /* Should have visited each entry exactly once. */ in hashtable_test_hash_for_each_safe()
215 /* Should have visited each entry with key = 0 exactly once. */ in hashtable_test_hash_for_each_possible()
273 /* Should have visited each entry with key = 0 exactly once. */ in hashtable_test_hash_for_each_possible_safe()
/openbmc/linux/tools/lib/perf/
H A Dlib.c34 * Read exactly 'n' bytes or return an error.
62 * Write exactly 'n' bytes or return an error.
/openbmc/linux/tools/perf/util/
H A Devents_stats.h14 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is
20 * exactly how many samples the kernel in fact dropped, i.e. it is the sum of
/openbmc/qemu/subprojects/packagefiles/
H A Dbilge-impl-1.63.0.patch39 - abort!(variant, "fallback variant must have exactly one field"; help = "use on…
42 + _ => abort!(variant, "fallback variant must have exactly one field"; help = "u…
/openbmc/linux/arch/hexagon/kernel/
H A Dptrace.c43 * exactly the same order in which the userspace expects these in genregs_get()
49 /* Must be exactly same sequence as struct user_regs_struct */ in genregs_get()
94 /* Must be exactly same sequence as struct user_regs_struct */ in genregs_set()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-deep-perl_1.204.bb15 strings are exactly equal but sometimes that's not what you want. When you \
16 don't know exactly what the string should be but you do know some things \
/openbmc/qemu/include/qapi/
H A Dutil.h36 * Note that this macro evaluates @element exactly once, so it is safe
50 * Note that this macro evaluates @element exactly once, so it is safe
/openbmc/linux/Documentation/driver-api/
H A Dmen-chameleon-bus.rst98 The current implementation assigns exactly one memory and one IRQ resource
104 Each MCB device has exactly one memory resource, which can be requested from
112 Each MCB device has exactly one IRQ resource, which can be requested from the
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.h36 * This function should be called exactly once - during DM initialization.
47 * This function should be called exactly once - during DM destruction.
/openbmc/linux/Documentation/scsi/
H A Dsmartpqi.rst63 The above three ioctls all do exactly the same thing, which is to cause the driver
64 to rescan for new devices. This does exactly the same thing as writing to the
/openbmc/linux/drivers/tty/ipwireless/
H A Dtty.c235 /* FIXME: Exactly how is the tty object locked here .. */ in ipw_write_room()
355 /* FIXME: Exactly how is the tty object locked here .. */ in ipw_tiocmget()
371 /* FIXME: Exactly how is the tty object locked here .. */ in ipw_tiocmset()
393 /* FIXME: Exactly how is the tty object locked here .. */ in ipw_ioctl()
530 /* FIXME: Exactly how is the tty object locked here in ipwireless_tty_free()
/openbmc/qemu/docs/devel/
H A Dtcg-icount.rst47 loop and regenerate a new translation block with exactly the right
49 was due to expire will expire exactly when we exit the main run loop.
/openbmc/linux/rust/macros/
H A Dmodule.rs244 // module wrapping it. It is called exactly once by the C side via its in module()
255 // module wrapping it. It is called exactly once by the C side via its in module()
286 // module wrapping it. It is called exactly once by the C side via its in module()
297 // module wrapping it. It is called exactly once by the C side via its in module()
/openbmc/linux/fs/efs/
H A Defs.h32 * layout of an extent, in memory and on disk. 8 bytes exactly.
51 * is exactly 128 bytes long.

12345678910>>...58