Searched full:bin (Results 1 – 25 of 169) sorted by relevance
1234567
| /Documentation/networking/devlink/ |
| D | iosm.rst | 59 each having one secure bin file and at least one Loadmap/Region file. For flashing 87 a) Flash secure bin file. 115 * - ``eeprom.bin`` 117 * - ``bootcore_trace.bin`` 119 * - ``bootcore_prev_trace.bin`` 146 $ devlink region new pci/0000:02:00.0/eeprom.bin 148 $ devlink region dump pci/0000:02:00.0/eeprom.bin snapshot 3 150 $ devlink region del pci/0000:02:00.0/eeprom.bin snapshot 3 152 $ devlink region new pci/0000:02:00.0/bootcore_trace.bin 154 $ devlink region dump pci/0000:02:00.0/bootcore_trace.bin snapshot 4 [all …]
|
| /Documentation/userspace-api/media/v4l/ |
| D | metafmt-vsp1-hgo.rst | 77 - :cspan:`4` R/Cr/H bin 0 [31:0] 81 - :cspan:`4` R/Cr/H bin 63 [31:0] 83 - :cspan:`4` G/Y/S bin 0 [31:0] 87 - :cspan:`4` G/Y/S bin 63 [31:0] 89 - :cspan:`4` B/Cb/V bin 0 [31:0] 93 - :cspan:`4` B/Cb/V bin 63 [31:0] 114 - :cspan:`4` max(R,G,B) bin 0 [31:0] 118 - :cspan:`4` max(R,G,B) bin 63 [31:0] 139 - :cspan:`4` Y bin 0 [31:0] 143 - :cspan:`4` Y bin 255 [31:0] [all …]
|
| /Documentation/scsi/ |
| D | wd719x.rst | 14 This script downloads and extracts the firmware, creating wd719x-risc.bin and 15 d719x-wcs.bin files. Put them in /lib/firmware/:: 17 #!/bin/sh 22 dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336 23 dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
|
| /Documentation/admin-guide/ |
| D | mono.rst | 22 ``/usr/bin/mono`` (which could be located elsewhere, for example 23 ``/usr/local/bin/mono``) is working. 52 # Replace /usr/bin/mono with the correct pathname to 53 # the Mono CLR runtime (usually /usr/local/bin/mono 55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register 65 /usr/bin/xsd.exe
|
| D | binfmt-misc.rst | 62 e.g. If your interp is set to ``/bin/foo`` and you run ``blah`` 63 (which is in ``/usr/local/bin``), then the kernel will execute 64 …``/bin/foo`` with ``argv[]`` set to ``["/bin/foo", "/usr/local/bin/blah", "blah"]``. The interp h… 65 execute ``/usr/local/bin/blah`` 116 …\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfb\xff\xff:/bin/em86:' > register 117 …\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfb\xff\xff:/bin/em86:' > register 121 echo ':DEXE:M::\x0eDEX::/usr/bin/dosexec:' > register 125 echo ':DOSWin:M::MZ::/usr/local/bin/wine:' > register
|
| D | java.rst | 33 ':Java:M::\xca\xfe\xba\xbe::/usr/local/bin/javawrapper:' 37 ':ExecutableJAR:E::jar::/usr/local/bin/jarwrapper:' 41 ':Applet:E::html::/usr/bin/appletviewer:' 45 ':Applet:M::<!--applet::/usr/bin/appletviewer:' 64 and stick it to ``/usr/local/bin``. 73 #!/bin/bash 74 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java 83 FQCLASS=`/usr/local/bin/javaclassname $1` 158 /usr/bin/java $FQCLASS "$@" 369 #!/bin/bash [all …]
|
| /Documentation/devicetree/bindings/hwinfo/ |
| D | samsung,exynos-chipid.yaml | 33 samsung,asv-bin: 35 Adaptive Supply Voltage bin selection. This can be used 36 to determine the ASV bin of an SoC if respective information 52 samsung,asv-bin = <2>;
|
| /Documentation/trace/ |
| D | uprobetracer.rst | 88 as below (sets a uprobe at an offset of 0x4245c0 in the executable /bin/bash):: 90 echo 'p /bin/bash:0x4245c0' > /sys/kernel/tracing/uprobe_events 94 echo 'r /bin/bash:0x4245c0' > /sys/kernel/tracing/uprobe_events 109 at the probed text address. Probe zfree function in /bin/zsh:: 112 # cat /proc/`pgrep zsh`/maps | grep /bin/zsh | grep r-xp 113 00400000-0048a000 r-xp 00000000 08:03 130904 /bin/zsh 114 # objdump -T /bin/zsh | grep -w zfree 117 0x46420 is the offset of zfree in object /bin/zsh that is loaded at 120 # echo 'p:zfree_entry /bin/zsh:0x46420 %ip %ax' > uprobe_events 124 # echo 'r:zfree_exit /bin/zsh:0x46420 %ip %ax' >> uprobe_events [all …]
|
| /Documentation/networking/device_drivers/ethernet/ti/ |
| D | cpsw_switchdev.rst | 205 #!/bin/sh 229 #!/bin/sh 230 mkdir /tmp/root/bin -p 234 cp -r /bin/ /tmp/root/ 235 cp /sbin/ip /tmp/root/bin 236 cp /sbin/bridge /tmp/root/bin 237 cp /sbin/ifconfig /tmp/root/bin 238 cp /sbin/udhcpc /tmp/root/bin 239 cp /path/to/setup.sh /tmp/root/bin 240 chroot /tmp/root/ busybox sh /bin/setup.sh
|
| /Documentation/ |
| D | dontdiff | 4 *.bin 196 pca200e.bin 225 setup.bin 255 vmlinux.bin.all 267 wakeup.bin
|
| /Documentation/admin-guide/device-mapper/ |
| D | delay.rst | 33 #!/bin/sh 40 #!/bin/sh 49 #!/bin/sh
|
| D | linear.rst | 22 #!/bin/sh 28 #!/bin/sh 37 #!/usr/bin/perl -w
|
| /Documentation/networking/device_drivers/atm/ |
| D | cxacru-cf.py | 1 #!/usr/bin/env python 18 # Usage: cxacru-cf.py < cxacru-cf.bin 21 # Warning: cxacru-cf.bin with MD5 hash cdbac2689969d5ed5d4850f117702110
|
| /Documentation/input/devices/ |
| D | walkera0701.rst | 68 SYNC BIN OCT 96 24 bin+oct values + 1 bin value = 24*4+1 bits = 97 bits 99 to bin change or octal value to bin change).
|
| /Documentation/arch/x86/ |
| D | microcode.rst | 35 kernel/x86/microcode/GenuineIntel.bin 37 kernel/x86/microcode/AuthenticAMD.bin 54 #!/bin/bash 73 cat /lib/firmware/amd-ucode/microcode_amd*.bin > $DSTDIR/AuthenticAMD.bin 77 cat /lib/firmware/intel-ucode/* > $DSTDIR/GenuineIntel.bin 220 CONFIG_EXTRA_FIRMWARE="intel-ucode/06-3a-09 amd-ucode/microcode_amd_fam15h.bin" 228 | |-- microcode_amd_fam15h.bin
|
| /Documentation/admin-guide/cgroup-v1/ |
| D | pids.rst | 64 # ( /bin/echo "Here's some processes for you." | cat ) 79 # ( /bin/echo "Here's some processes for you." | cat ) 88 # /bin/echo "We can't even spawn a single process now." 91 # /bin/echo "We can't even spawn a single process now."
|
| /Documentation/devicetree/bindings/mtd/partitions/ |
| D | binman.yaml | 26 - u-boot # u-boot.bin from U-Boot project 27 - tfa-bl31 # bl31.bin or bl31.elf from TF-A project
|
| /Documentation/devicetree/bindings/memory-controllers/ddr/ |
| D | jedec,lpddr3-timings.yaml | 7 title: LPDDR3 SDRAM AC timing parameters for a given speed-bin 19 Maximum DDR clock frequency for the speed-bin, in Hz. 26 Maximum DDR clock frequency for the speed-bin, in Hz. 31 Minimum DDR clock frequency for the speed-bin, in Hz.
|
| D | jedec,lpddr2-timings.yaml | 7 title: LPDDR2 SDRAM AC timing parameters for a given speed-bin 19 Maximum DDR clock frequency for the speed-bin, in Hz. 24 Minimum DDR clock frequency for the speed-bin, in Hz.
|
| /Documentation/devicetree/bindings/net/bluetooth/ |
| D | amlogic,w155s2-bt.yaml | 42 description: specify the path of firmware bin to load 61 firmware-name = "amlogic/aml_w155s2_bt_uart.bin";
|
| /Documentation/driver-api/mtd/ |
| D | spi-intel.rst | 71 # dd if=MNW2MAX1.X64.0092.R01.1605221712.bin of=/dev/mtd0 76 # sha1sum /dev/mtd0ro MNW2MAX1.X64.0092.R01.1605221712.bin 78 9b4df9e4be2057fceec3a5529ec3d950836c87a2 MNW2MAX1.X64.0092.R01.1605221712.bin
|
| /Documentation/arch/arm/keystone/ |
| D | knav-qmss.rst | 42 k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports upto 48 accumulator 49 ubifs file system and provide a sym link to k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin 52 "firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP"
|
| /Documentation/devicetree/bindings/mfd/ |
| D | iqs62x.yaml | 38 device name with ".bin" as the extension (e.g. iqs620a.bin for IQS620A). 117 firmware-name = "iqs620a_coil.bin";
|
| /Documentation/arch/arc/ |
| D | arc.rst | 29 <https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi>`_ and 30 `MetaWare Light Edition <https://www.synopsys.com/cgi-bin/arcmwtk_lite/reg1.cgi>`_). 76 Once the toolchain is installed in the system, make sure its "bin" folder
|
| /Documentation/devicetree/bindings/sound/ |
| D | fsl,easrc.yaml | 55 - const: imx/easrc/easrc-imx8mn.bin 103 firmware-name = "imx/easrc/easrc-imx8mn.bin";
|
1234567