| /Documentation/sphinx/ |
| D | kerneldoc.py | 62 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno'] 67 cmd += ['-sphinx-version', sphinx.__version__] 83 cmd += ['-export'] 86 cmd += ['-internal'] 89 cmd += ['-function', str(self.options.get('doc'))] 94 cmd += ['-function', i] 96 cmd += ['-no-doc-sections'] 102 cmd += ['-nosymbol', i] 107 cmd += ['-export-file', f] 109 cmd += [filename] [all …]
|
| D | kfigure.py | 71 def which(cmd): argument 72 """Searches the ``cmd`` in the ``PATH`` environment. 74 This *which* searches the PATH for executable ``cmd`` . First match is 79 fname = folder + os.sep + cmd 351 cmd = [dot_cmd, '-T%s' % out_format, dot_fname] 355 exit_code = subprocess.call(cmd, stdout = out) 358 "Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 372 cmd = [convert_cmd, svg_fname, pdf_fname] 378 cmd = [inkscape_cmd, '-o', pdf_fname, svg_fname] 380 cmd = [inkscape_cmd, '-z', '--export-pdf=%s' % pdf_fname, svg_fname] [all …]
|
| /Documentation/admin-guide/ |
| D | btmrvl.rst | 102 Hcitool cmd <ogf> <ocf> [Parameters] 106 hcitool cmd 0x3f 0x5b 0xf5 0x01 0x00 --Enable All interface 107 hcitool cmd 0x3f 0x5b 0xf5 0x01 0x01 --Enable Wlan interface 108 hcitool cmd 0x3f 0x5b 0xf5 0x01 0x02 --Enable BT interface 109 hcitool cmd 0x3f 0x5b 0xf5 0x00 0x00 --Disable All interface 110 hcitool cmd 0x3f 0x5b 0xf5 0x00 0x01 --Disable Wlan interface 111 hcitool cmd 0x3f 0x5b 0xf5 0x00 0x02 --Disable BT interface
|
| /Documentation/userspace-api/media/dvb/ |
| D | dvbproperty.rst | 28 The actual action is determined by a set of dtv_property cmd/data pairs. 82 { .cmd = DTV_DELIVERY_SYSTEM, .u.data = SYS_DVBC_ANNEX_A }, 83 { .cmd = DTV_FREQUENCY, .u.data = 651000000 }, 84 { .cmd = DTV_MODULATION, .u.data = QAM_256 }, 85 { .cmd = DTV_INVERSION, .u.data = INVERSION_AUTO }, 86 { .cmd = DTV_SYMBOL_RATE, .u.data = 5217000 }, 87 { .cmd = DTV_INNER_FEC, .u.data = FEC_3_4 }, 88 { .cmd = DTV_TUNE }
|
| D | fe-dishnetwork-send-legacy-cmd.rst | 20 ``int ioctl(int fd, FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd)`` 28 ``cmd`` 29 Sends the specified raw cmd to the dish via DISEqC.
|
| /Documentation/devicetree/bindings/misc/ |
| D | olpc,xo1.75-ec.yaml | 27 cmd-gpios: 28 description: GPIO uspecifier of the CMD pin 35 - cmd-gpios 52 cmd-gpios = <&gpio 155 GPIO_ACTIVE_HIGH>;
|
| /Documentation/admin-guide/perf/ |
| D | imx-ddr.rst | 25 perf stat -a -e imx8_ddr0/cycles/ cmd 26 perf stat -a -e imx8_ddr0/read/,imx8_ddr0/write/ cmd 54 perf stat -a -e imx8_ddr0/axid-read,axi_mask=0xMMMM,axi_id=0xDDDD/ cmd 55 perf stat -a -e imx8_ddr0/axid-write,axi_mask=0xMMMM,axi_id=0xDDDD/ cmd 65 perf stat -a -e imx8_ddr0/axid-read,axi_id=0x12/ cmd, which will monitor ARID=0x12 92 perf stat -a -e imx8_ddr0/axid-read,axi_mask=0xMMMM,axi_id=0xDDDD,axi_channel=0xH/ cmd 93 perf stat -a -e imx8_ddr0/axid-write,axi_mask=0xMMMM,axi_id=0xDDDD,axi_channel=0xH/ cmd
|
| /Documentation/devicetree/bindings/leds/ |
| D | leds-ns2.txt | 9 - cmd-gpio: Command LED GPIO. See OF device-tree GPIO specification. 12 the corresponding cmd-gpio/slow-gpio values. All the GPIO values combinations 29 cmd-gpio = <&gpio0 30 0>;
|
| /Documentation/userspace-api/netlink/ |
| D | c-code-gen.rst | 17 The upper case is used to denote literal values, e.g. ``$family-CMD`` 19 ``CMD``. 87 Operations are named ``$family-CMD-$operation``. 88 If ``name-prefix`` is specified it replaces the ``$family-CMD`` 93 ``cmd-cnt-name`` and ``cmd-max-name``. Max will be a define if ``max-by-define``
|
| /Documentation/devicetree/bindings/reserved-memory/ |
| D | qcom,cmd-db.yaml | 4 $id: http://devicetree.org/schemas/reserved-memory/qcom,cmd-db.yaml# 27 const: qcom,cmd-db 43 compatible = "qcom,cmd-db";
|
| /Documentation/devicetree/bindings/mmc/ |
| D | arm,pl18x.yaml | 129 st,sig-dir-cmd: 131 description: ST Micro-specific property, CMD signal direction used for 132 pin CMD. 142 pins CMD, DAT[0], DAT[1], DAT[2] and DAT[3]. 155 st,cmd-gpios: 158 The GPIO matching the CMD pin. 171 st,cmd-gpios: [ "st,use-ckin" ] 213 st,sig-dir-cmd; 234 st,sig-dir-cmd;
|
| D | sdhci-milbeaut.txt | 16 - fujitsu,cmd-dat-delay-select: boolean property indicating that this host 29 fujitsu,cmd-dat-delay-select;
|
| D | sdhci-pxa.yaml | 67 Optional for supporting PXA168 SDIO IRQ errata to switch CMD pin between 68 SDIO CMD and GPIO mode. 79 Should switch CMD pin to GPIO mode as a high output.
|
| /Documentation/devicetree/bindings/mtd/ |
| D | qcom,nandc.yaml | 34 qcom,cmd-crci: 114 - description: cmd DMA channel 120 - const: cmd 122 qcom,cmd-crci: false 151 qcom,cmd-crci = <15>; 195 dma-names = "tx", "rx", "cmd";
|
| D | fsl-upm-nand.txt | 7 - fsl,upm-cmd-offset : UPM pattern offset for the command latch. 34 fsl,upm-cmd-offset = <8>; 54 fsl,upm-cmd-offset = <0x08>;
|
| /Documentation/userspace-api/media/mediactl/ |
| D | request-func-ioctl.rst | 22 ``int ioctl(int fd, int cmd, void *argp)`` 30 ``cmd`` 43 The ioctl ``cmd`` code specifies the request function to be called. It
|
| /Documentation/hwmon/ |
| D | abituguru-datasheet.rst | 35 ports are holding for detection. We will refer to 0xE0 as CMD (command-port) 38 If DATA holds 0x00 or 0x08 and CMD holds 0x00 or 0xAC an uGuru could be 44 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also 45 have to test CMD for two different values. On these uGuru's DATA will initially 46 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read 90 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the 91 first read but sometimes it takes a while before CMD holds 0xAC and thus it 94 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready 110 Once DATA holds 0x08 again write the sensor address to CMD. 119 DATA holds 0x01 read the byte from CMD. [all …]
|
| /Documentation/i2c/ |
| D | slave-testunit-backend.rst | 46 0x00, CMD, which test to trigger 53 # i2cset -y <bus_num> <testunit_address> <CMD> <DATAL> <DATAH> <DELAY> i 55 DELAY is a generic parameter which will delay the execution of the test in CMD. 76 * - CMD 100 * - CMD 127 * - CMD 157 * - CMD 195 * - CMD
|
| /Documentation/devicetree/bindings/peci/ |
| D | peci-controller.yaml | 21 cmd-timeout-ms: 31 cmd-timeout-ms = <500>;
|
| D | nuvoton,npcm-peci.yaml | 32 cmd-timeout-ms: 54 cmd-timeout-ms = <1000>;
|
| /Documentation/netlink/specs/ |
| D | nlctrl.yaml | 18 - cmd-cap-do 19 - cmd-cap-dump 20 - cmd-cap-haspol 169 name-prefix: ctrl-cmd-
|
| /Documentation/w1/ |
| D | w1-netlink.rst | 48 __u8 cmd - command opcode. 83 cmd->len; 84 w1_netlink_msg.len = sizeof(struct w1_netlink_cmd) + cmd->len; 85 w1_netlink_cmd.len = cmd->len; 107 [w1_netlink_cmd cmd = W1_CMD_SEARCH or W1_CMD_ALARM_SEARCH] 114 [w1_netlink_cmd cmd = W1_CMD_SEARCH or W1_CMD_ALARM_SEARCH 134 [w1_netlink_cmd cmd = W1_CMD_RESET]
|
| /Documentation/devicetree/bindings/phy/ |
| D | phy-mapphone-mdm6600.txt | 10 - motorola,cmd-gpios Three GPIOs to control the power state of the MDM6600 22 motorola,cmd-gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>,
|
| /Documentation/virt/coco/ |
| D | tdx-guest.rst | 36 A subtype index is added at the end of this IOCTL CMD to uniquely identify the 42 a new IOCTL CMD will be created to handle it. To keep the IOCTL naming 43 consistent, a subtype index is added as part of the IOCTL CMD.
|
| /Documentation/scsi/ |
| D | ChangeLog.megaraid_sas | 188 struct megasas_cmd *cmd); 293 1. Add the fix of the driver cmd empty fix of the driver cmd empty. 294 2. Add the fix of the driver MSM AEN CMD cause the system slow. 337 1. Add shutdown DCMD cmd to the shutdown routine to make FW shutdown proper. 360 make sure the FW will finish the pending cmd for KDUMP case. 371 a max of 60 seconds to respond to the INIT cmd. 384 driver schedules for cmd completion if there are pending cmds 406 cmd. 416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io. 437 waiting for depending on cmd completion from isr path. [all …]
|