/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_ts.c | 77 /* 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()
|
/linux/tools/perf/util/ |
H A D | events_stats.h | 14 * 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 30 * exactly how many samples the BPF program in fact dropped, i.e. it is the sum
|
/linux/Documentation/staging/ |
H A D | lzo.rst | 142 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
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | connect_ping.c | 143 * 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()
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | arm_sbsa_uart.txt | 8 - reg: exactly one register range 9 - interrupts: exactly one interrupt specifier
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-compressed.rst | 77 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 D | ext-ctrls-image-source.rst | 92 representing a gain of exactly 1.0. For example, if this default value 94 a gain of exactly 1.5.
|
H A D | tuner.rst | 21 Radio input devices have exactly one tuner with index zero, no video 54 Radio output devices have exactly one modulator with index zero, no
|
/linux/lib/ |
H A D | hashtable_test.c | 90 /* 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()
|
/linux/arch/hexagon/kernel/ |
H A D | ptrace.c | 43 * 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()
|
/linux/tools/lib/perf/ |
H A D | lib.c | 34 * Read exactly 'n' bytes or return an error. 62 * Write exactly 'n' bytes or return an error.
|
/linux/Documentation/driver-api/ |
H A D | men-chameleon-bus.rst | 98 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
|
H A D | switchtec.rst | 43 * Each write must be followed by exactly one read. Any double write will 88 exactly 2 NT partitions and zero or more non-NT partitions. It also requires
|
/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 235 /* 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()
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_irq.h | 36 * This function should be called exactly once - during DM initialization. 47 * This function should be called exactly once - during DM destruction.
|
/linux/Documentation/scsi/ |
H A D | smartpqi.rst | 63 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
|
/linux/drivers/regulator/ |
H A D | irq_helpers.c | 415 * exactly one event, and are relevant to exactly one regulator device) can 417 * notification helper. Exactly one rdev and exactly one error (in
|
/linux/Documentation/driver-api/usb/ |
H A D | persist.rst | 39 devices. The effect is exactly the same as if the device really had 82 port reset and then re-enumerates the device. (This is exactly the 153 Furthermore it's quite possible to leave a USB device exactly the same
|
/linux/fs/efs/ |
H A D | efs.h | 32 * layout of an extent, in memory and on disk. 8 bytes exactly. 51 * is exactly 128 bytes long.
|
/linux/scripts/kconfig/tests/ |
H A D | conftest.py | 256 """Check if resulted configuration exactly matches expected data. 272 """Check if resulted stdout exactly matches expected data. 288 """Check if resulted stderr exactly matches expected data.
|
/linux/include/drm/ |
H A D | drm_managed.h | 77 * memory is automatically freed on the final drm_dev_put() and works exactly 99 * automatically freed on the final drm_dev_put() and works exactly like a
|
/linux/arch/x86/math-emu/ |
H A D | reg_round.S | 56 | exactly 0x80000000 <=> the significand is exactly 1/2 an ls bit | 225 /* Exactly half, increment only if 24th bit is 1 (round to even) */ 301 /* Exactly half, increment only if 53rd bit is 1 (round to even) */ 533 /* Exactly 64 bit shift */
|
/linux/arch/mips/math-emu/ |
H A D | sp_fmax.c | 58 * The cases of exactly one input quiet NaN (numbers in ieee754sp_fmax() 184 * The cases of exactly one input quiet NaN (numbers in ieee754sp_fmaxa()
|
H A D | dp_fmin.c | 58 * The cases of exactly one input quiet NaN (numbers in ieee754dp_fmin() 184 * The cases of exactly one input quiet NaN (numbers in ieee754dp_fmina()
|
H A D | dp_fmax.c | 58 * The cases of exactly one input quiet NaN (numbers in ieee754dp_fmax() 184 * The cases of exactly one input quiet NaN (numbers in ieee754dp_fmaxa()
|