/linux-6.3-rc2/tools/testing/selftests/exec/ |
A D | binfmt_script.py | 43 def test(name, size, good=True, leading="", root="./", target="/perl", argument 67 buf=hashbang + leading + root + middle + target + arg + newline 115 test(name="exact-space", size=SIZE, good=False, leading=" ") 120 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 128 test(name="newline-prefix", size=SIZE-1, good=False, leading="\n", 135 test(name="test.pl", size=439, leading=" ", 155 test(name="one-under-leading", size=SIZE-1, leading=" ") 157 test(name="one-under-leading-trunc-arg", size=SIZE-1, leading=" ", arg=" ") 161 test(name="two-under-leading", size=SIZE-2, leading=" ") 162 test(name="two-under-leading-trunc-arg", size=SIZE-2, leading=" ", arg=" ") [all …]
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | ir-kbd-i2c.c | 611 int leading = c - rep * 3; in zilog_ir_format() local 613 if (leading >= ARRAY_SIZE(code_block->codes) - 3 - rep) { in zilog_ir_format() 619 copy_codes(code_block->codes, codes, leading); in zilog_ir_format() 620 code_block->codes[leading] = 0x82; in zilog_ir_format() 621 copy_codes(code_block->codes + leading + 1, codes + leading, in zilog_ir_format() 623 c = leading + 1 + rep; in zilog_ir_format()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-rtc | 89 epoch by default, or if there's a leading +, seconds in the 90 future, or if there is a leading +=, seconds ahead of the
|
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/ |
A D | usb-device.yaml | 35 hexadecimal with leading zeroes suppressed. The other compatible 67 in lower case hexadecimal with leading zeroes suppressed.
|
/linux-6.3-rc2/arch/alpha/lib/ |
A D | strncpy.S | 73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
|
A D | ev67-strrchr.S | 103 subq t5, t2, t5 # E : Normalize leading zero count
|
A D | ev6-copy_user.S | 54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | qcom,ipa.yaml | 94 - description: Path leading to system memory 97 - description: Path leading to system memory 98 - description: Path leading to internal memory
|
A D | amlogic,gxl-mdio-mux.yaml | 14 the internal mdio bus leading to the embedded 10/100 PHY or the external
|
A D | amlogic,g12a-mdio-mux.yaml | 11 the internal mdio bus leading to the embedded 10/100 PHY or the external
|
/linux-6.3-rc2/Documentation/devicetree/bindings/virtio/ |
A D | virtio-device.yaml | 22 representation of ID shall be in lower case hexadecimal with leading
|
/linux-6.3-rc2/Documentation/pcmcia/ |
A D | driver.rst | 15 All fields are passed in as hexadecimal values (no leading 0x).
|
/linux-6.3-rc2/Documentation/arm/nwfpe/ |
A D | nwfpe.rst | 15 the problems is with leading underscores on kernel symbols. Elf 16 kernels have no leading underscores, a.out compiled kernels do. I
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | omap-gpmc-smsc9221.dtsi | 6 * or smsc 9218) has faster timings, leading to higher
|
/linux-6.3-rc2/Documentation/devicetree/bindings/soundwire/ |
A D | soundwire-controller.yaml | 37 lower-case hexadecimal with leading zeroes.
|
/linux-6.3-rc2/kernel/ |
A D | Kconfig.hz | 16 environment leading to NR_CPUS * HZ number of timer interrupts
|
/linux-6.3-rc2/Documentation/i2c/ |
A D | ten-bit-addresses.rst | 10 address space, namely 0xa000-0xa3ff. The leading 0xa (= 10) represents the
|
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/ddr/ |
A D | jedec,lpddr-props.yaml | 25 formatted in lower case hexadecimal representation with leading zeroes.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/imu/ |
A D | invensense,icm42600.yaml | 20 Other industry-leading features include InvenSense on-chip APEX Motion
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | dev-event.rst | 45 is lost, but only an intermediate step leading up to that
|
/linux-6.3-rc2/drivers/target/iscsi/ |
A D | iscsi_target_parameters.c | 564 int leading) in iscsi_copy_param_list() argument 579 if (!leading && (param->scope & SCOPE_SESSION_WIDE)) { in iscsi_copy_param_list() 1605 int leading) in iscsi_set_session_parameters() argument 1618 if (leading) in iscsi_set_session_parameters() 1635 if (leading) in iscsi_set_session_parameters()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/reserved-memory/ |
A D | shared-dma-pool.yaml | 36 unexpected addresses, possibly leading to data leakage or
|
/linux-6.3-rc2/Documentation/devicetree/bindings/ |
A D | writing-schema.rst | 25 with a leading '/' will have the hostname prepended. A $ref value with only a 76 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | qcom,wcd9335.txt | 16 shall be in lower case hexadecimal with leading zeroes
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | decbin.S | 36 | A3. Count the number of leading/trailing zeros in the 37 | bcd string. If SE is positive, count the leading zeros;
|