| /Documentation/devicetree/bindings/reset/ |
| D | fsl,imx-src.yaml | 4 $id: http://devicetree.org/schemas/reset/fsl,imx-src.yaml# 15 nodes should specify the reset line on the SRC in their resets 16 property, containing a phandle to the SRC device node and a 31 - const: fsl,imx51-src 34 - fsl,imx50-src 35 - fsl,imx53-src 36 - fsl,imx6q-src 37 - fsl,imx6sx-src 38 - fsl,imx6sl-src 39 - fsl,imx6ul-src [all …]
|
| D | fsl,imx7-src.yaml | 4 $id: http://devicetree.org/schemas/reset/fsl,imx7-src.yaml# 28 - fsl,imx7d-src 29 - fsl,imx8mq-src 30 - fsl,imx8mp-src 34 - fsl,imx8mm-src 35 - fsl,imx8mn-src 36 - const: fsl,imx8mq-src 61 compatible = "fsl,imx7d-src", "syscon";
|
| /Documentation/userspace-api/media/drivers/ |
| D | cx2341x-uapi.rst | 59 static void de_macro_y(unsigned char* dst, unsigned char *src, int dstride, int w, int h) 70 memcpy(dst + x + (y + i) * dstride, src, 16); 71 src += 16; 77 …static void de_macro_uv(unsigned char *dstu, unsigned char *dstv, unsigned char *src, int dstride,… 91 dstu[idx+0] = src[0]; dstv[idx+0] = src[1]; 92 dstu[idx+1] = src[2]; dstv[idx+1] = src[3]; 93 dstu[idx+2] = src[4]; dstv[idx+2] = src[5]; 94 dstu[idx+3] = src[6]; dstv[idx+3] = src[7]; 95 dstu[idx+4] = src[8]; dstv[idx+4] = src[9]; 96 dstu[idx+5] = src[10]; dstv[idx+5] = src[11]; [all …]
|
| /Documentation/devicetree/bindings/soc/imx/ |
| D | fsl,imx93-src.yaml | 4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx93-src.yaml# 13 The System Reset Controller (SRC) is responsible for the generation of 25 - const: fsl,imx93-src 47 - const: fsl,imx93-src-slice 84 compatible = "fsl,imx93-src", "syscon"; 91 compatible = "fsl,imx93-src-slice";
|
| /Documentation/ABI/testing/ |
| D | sysfs-class-rtrs-client | 46 the "add_path" entry, a directory <src@dst> is created. 48 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/state 55 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/reconnect 62 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/disconnect 69 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/remove_path 77 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_name 83 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_port 89 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/src_addr 95 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/dst_addr 101 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/cur_latency [all …]
|
| D | sysfs-class-rtrs-server | 16 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/disconnect 23 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_name 29 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_port 35 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/src_addr 41 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/dst_addr 47 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/stats/rdma
|
| /Documentation/devicetree/bindings/clock/ |
| D | st,nomadik.txt | 1 ST Microelectronics Nomadik SRC System Reset and Control 6 The Nomadik SRC controller is responsible of controlling chrystals, 9 Required properties for the SRC node: 10 - compatible: must be "stericsson,nomadik-src" 11 - reg: must contain the SRC register base and size 13 Optional properties for the SRC node:
|
| /Documentation/devicetree/bindings/ |
| D | Makefile | 25 $(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE 28 find_all_cmd = find $(src) \( -name '*.yaml' ! \ 37 quiet_cmd_yamllint = LINT $(src) 40 $(DT_SCHEMA_LINT) -f parsable -c $(src)/.yamllint >&2) \ 43 quiet_cmd_chk_bindings = CHKDT $(src) 45 xargs -n200 -P$$(nproc) $(DT_DOC_CHECKER) -u $(src)) \ 67 $(obj)/.yamllint.checked: $(DT_DOCS) $(src)/.yamllint FORCE
|
| /Documentation/devicetree/bindings/timer/ |
| D | fsl,ftm-timer.yaml | 31 - const: ftm-src 33 - const: ftm-src-counter-en 55 clock-names = "ftm-evt", "ftm-src", "ftm-evt-counter-en", "ftm-src-counter-en";
|
| /Documentation/translations/zh_CN/kbuild/ |
| D | gcc-plugins.rst | 62 **$(src)/scripts/gcc-plugins** 66 **$(src)/scripts/gcc-plugins/gcc-common.h** 71 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h, 72 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h, 73 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h, 74 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
|
| /Documentation/devicetree/bindings/sound/ |
| D | renesas,rsnd.yaml | 107 description: References to SSI/SRC/MIX/CTU/DVC/AUDIO_CLK clocks. 171 rcar_sound,src: 172 description: SRC subnode. 175 "^src-[0-9]$": 372 - pattern: '^src\.[0-9]$' 418 "src.9", "src.8", 419 "src.7", "src.6", 420 "src.5", "src.4", 421 "src.3", "src.2", 422 "src.1", "src.0", [all …]
|
| D | everest,es8326.yaml | 40 everest,mic1-src: 49 everest,mic2-src: 63 everest,interrupt-src: 113 everest,interrupt-src = [08];
|
| D | rt5668.txt | 24 - realtek,jd-src 49 realtek,jd-src = <1>;
|
| /Documentation/translations/zh_CN/rust/ |
| D | quick-start.rst | 22 其中一些依赖也许可以从Linux发行版中获得,包名可能是 ``rustc`` , ``rust-src`` , 61 rustup component add rust-src 67 … curl -L "https://static.rust-lang.org/dist/rust-src-$(scripts/min-tool-version.sh rustc).tar.gz" | 69 "rust-src-$(scripts/min-tool-version.sh rustc)/rust-src/lib/" \ 73 ``$(rustc --print sysroot)/lib/rustlib/src/rust`` ,然后重新执行上
|
| /Documentation/bpf/standardization/ |
| D | instruction-set.rst | 321 The 'code' field encodes the operation as below, where 'src' refers to the 330 ADD 0x0 0 dst += src 331 SUB 0x1 0 dst -= src 332 MUL 0x2 0 dst \*= src 333 DIV 0x3 0 dst = (src != 0) ? (dst / src) : 0 334 SDIV 0x3 1 dst = (src != 0) ? (dst s/ src) : 0 335 OR 0x4 0 dst \|= src 336 AND 0x5 0 dst &= src 337 LSH 0x6 0 dst <<= (src & mask) 338 RSH 0x7 0 dst >>= (src & mask) [all …]
|
| /Documentation/bpf/libbpf/ |
| D | libbpf_build.rst | 18 $ cd src 26 $ cd src 36 $ cd src
|
| /Documentation/devicetree/bindings/phy/ |
| D | mediatek,xsphy.yaml | 68 mediatek,src-ref-clk-mhz: 73 mediatek,src-coef: 111 mediatek,eye-src: 176 mediatek,src-ref-clk-mhz = <26>; 177 mediatek,src-coef = <17>; 186 mediatek,eye-src = <4>;
|
| /Documentation/netlink/specs/ |
| D | rt_route.yaml | 39 name: rtm-src-len 89 name: rta-src 252 - rta-src 253 - rtm-src-len 268 - rtm-src-len 276 - rta-src
|
| /Documentation/kbuild/ |
| D | gcc-plugins.rst | 64 **$(src)/scripts/gcc-plugins** 68 **$(src)/scripts/gcc-plugins/gcc-common.h** 73 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h, 74 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h, 75 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h, 76 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
|
| /Documentation/rust/ |
| D | quick-start.rst | 36 pacman -S rust rust-src rust-bindgen 45 apt install rustc rust-src bindgen rustfmt rust-clippy 54 dnf install rust rust-src bindgen-cli rustfmt clippy 63 USE='rust-src rustfmt clippy' emerge dev-lang/rust dev-util/bindgen 87 zypper install rust rust1.79-src rust-bindgen clang 135 rustup component add rust-src 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/" \ 150 sysroot)/lib/rustlib/src/rust`` then rerunning the above command).
|
| /Documentation/staging/ |
| D | rpmsg.rst | 77 respectively set to the endpoint's src address and its parent channel 100 endpoints's channel belongs, using the endpoints's src address, 115 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 119 sends a message across to the remote processor, using the src and dst 125 endpoint's channel belongs, but the endpoint's src and channel dst 146 respectively set to the endpoint's src address and its parent channel 167 channel belongs, using the channel's src address, and the user-provided 178 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 188 channel belongs, but the channel's src and dst addresses will be 219 equals to the src address of their rpmsg channel), the driver's handler [all …]
|
| /Documentation/devicetree/bindings/arm/ |
| D | ste-nomadik.txt | 6 Required root node property: src 9 - compatible: must be "stericsson,nomadik,src"
|
| /Documentation/devicetree/bindings/firmware/ |
| D | coreboot.txt | 15 See coreboot's src/commonlib/include/commonlib/coreboot_tables.h for 22 See coreboot's src/include/imd.h for details.
|
| /Documentation/networking/ |
| D | xfrm_device.rst | 39 ip x s add proto esp dst 14.0.0.70 src 14.0.0.52 spi 0x07 mode transport \ 42 sel src 14.0.0.52/24 dst 14.0.0.70/24 proto tcp \ 47 ip x s add proto esp dst 14.0.0.70 src 14.0.0.52 spi 0x07 mode transport \ 50 sel src 14.0.0.52/24 dst 14.0.0.70/24 proto tcp \ 53 ip x p add src 14.0.0.70 dst 14.0.0.52 offload packet dev eth4 dir in 54 tmpl src 14.0.0.70 dst 14.0.0.52 proto esp reqid 10000 mode transport
|
| /Documentation/devicetree/bindings/display/bridge/ |
| D | nwl-dsi.yaml | 161 resets = <&src IMX8MQ_RESET_MIPI_DSI_RESET_BYTE_N>, 162 <&src IMX8MQ_RESET_MIPI_DSI_DPI_RESET_N>, 163 <&src IMX8MQ_RESET_MIPI_DSI_ESC_RESET_N>, 164 <&src IMX8MQ_RESET_MIPI_DSI_PCLK_RESET_N>;
|