Searched full:cut (Results 1 – 25 of 50) sorted by relevance
12
| /Documentation/arch/arm/omap/ |
| D | dss.rst | 250 w=`cat $dvi/timings | cut -d "," -f 2 | cut -d "/" -f 1` 251 h=`cat $dvi/timings | cut -d "," -f 3 | cut -d "/" -f 1` 271 w=`cat $tv/timings | cut -d "," -f 2 | cut -d "/" -f 1` 272 h=`cat $tv/timings | cut -d "," -f 3 | cut -d "/" -f 1`
|
| /Documentation/admin-guide/nfs/ |
| D | nfs-client.rst | 120 cut=/usr/bin/cut 137 result="$(${getent} hosts ${name} | ${cut} -f1 -d\ )"
|
| /Documentation/devicetree/bindings/gpio/ |
| D | gpio-consumer-common.yaml | 33 GPIO connected to the power down pin (hardware power down or power cut,
|
| /Documentation/scsi/ |
| D | wd719x.rst | 7 The card requires firmware that can be cut out of the Windows NT driver that
|
| /Documentation/devicetree/bindings/display/mediatek/ |
| D | mediatek,ufoe.yaml | 15 UFOe can cut the data rate for DSI port which may lead to reduce power
|
| /Documentation/admin-guide/ |
| D | spkguide.txt | 802 11. Cut and Paste 804 One of Speakup's more useful features is the ability to cut and paste 811 sites. It would be nice if you could cut and paste these urls into your 821 url. Press the keypad slash key once again to actually cut the text 822 from the screen. Speakup will say, "cut". Although we call this 823 cutting, Speakup does not actually delete the cut text from the screen. 826 Now that you have the url cut from the screen, you can paste it into 843 The paste buffer will continue to hold the cut information, until a new 844 mark and cut operation is carried out. This means you can paste the cut 845 information as many times as you like before doing another cut [all …]
|
| /Documentation/target/ |
| D | target-export-device | 54 DEVICE_SIZE=$(du -b $DEVICE | cut -f1)
|
| /Documentation/driver-api/gpio/ |
| D | using-gpio.rst | 36 Do not under any circumstances abuse the GPIO userspace ABI to cut corners in
|
| D | drivers-on-gpio.rst | 25 up to three buttons by simply using GPIOs and no mouse port. You can cut the
|
| /Documentation/networking/device_drivers/ethernet/amd/ |
| D | pds_vdpa.rst | 48 PDS_VDPA_MGMT=`vdpa mgmtdev show | grep vDPA | head -1 | cut -d: -f1`
|
| /Documentation/filesystems/ext4/ |
| D | allocators.rst | 43 The fifth trick is that the disk volume is cut up into 128MB block
|
| /Documentation/translations/zh_CN/mm/ |
| D | hwpoison.rst | 129 memcg_ino=$(ls -id /sys/fs/cgroup/mem/hwpoison | cut -f1 -d' ')
|
| /Documentation/devicetree/bindings/timer/ |
| D | ti,timer-dm.yaml | 69 SoC power is cut including timers.
|
| /Documentation/security/ |
| D | digsig.rst | 22 Digital signature verification is implemented using cut-down kernel port of
|
| /Documentation/userspace-api/media/drivers/ |
| D | cx2341x-uapi.rst | 139 chips), in particular a maximum size for the VBI data. Anything longer is cut 147 header and a 42 bytes payload each. Anything beyond this limit is cut off by
|
| /Documentation/spi/ |
| D | spi-lm70llp.rst | 72 hand, the transistor is cut off and the voltage tied to its collector is
|
| /Documentation/features/scripts/ |
| D | features-refresh.sh | 6 F=$(grep "^# Kconfig:" "$F_FILE" | cut -c26-)
|
| /Documentation/rust/ |
| D | quick-start.rst | 143 curl -L "https://static.rust-lang.org/dist/rust-src-$(rustc --version | cut -d' ' -f2).tar.gz" | 145 "rust-src-$(rustc --version | cut -d' ' -f2)/rust-src/lib/" \
|
| /Documentation/input/devices/ |
| D | xpad.rst | 124 Thanks to the trip splitter found on the cable you don't even need to cut the 125 original one. You can buy an extension cable and cut that instead. That way,
|
| /Documentation/devicetree/bindings/sound/ |
| D | st,sta350.txt | 98 - st,noise-shape-dc-cut:
|
| /Documentation/devicetree/bindings/iio/accel/ |
| D | lis302.txt | 56 highpass cut-off frequency
|
| /Documentation/arch/x86/i386/ |
| D | IO-APIC.rst | 94 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
|
| /Documentation/sound/designs/ |
| D | channel-mapping-api.rst | 79 here is a cut:
|
| /Documentation/mm/ |
| D | hwpoison.rst | 144 memcg_ino=$(ls -id /sys/fs/cgroup/mem/hwpoison | cut -f1 -d' ')
|
| /Documentation/admin-guide/acpi/ |
| D | ssdt-overlays.rst | 157 [ -n "$guid" ] || guid=$(find "$EFIVARFS" -name "$name-*" | head -n1 | cut -f2- -d-)
|
12