Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 31) sorted by relevance

12

/tools/
A Dimximage.c185 if (!d) in set_dcd_param_v2()
186 d = &dcd_v2->dcd_cmd; in set_dcd_param_v2()
187 d2 = d; in set_dcd_param_v2()
197 d = d2; in set_dcd_param_v2()
206 d = d2; in set_dcd_param_v2()
215 d = d2; in set_dcd_param_v2()
224 d = d2; in set_dcd_param_v2()
230 d = d2; in set_dcd_param_v2()
238 gd_last_cmd = d; in set_dcd_param_v2()
290 if (!d) in set_dcd_rst_v2()
[all …]
A Domapimage.c22 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) argument
A Dtermios_linux.h92 static inline int tcsendbreak(int fd, int d) in tcsendbreak() argument
95 return ioctl(fd, TCSBRKP, d); in tcsendbreak()
A Dsunxi-spl-image-builder.c19 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) argument
A Difwitool.c578 uint8_t *d = dest; in write_at_ble8() local
580 d += offset; in write_at_ble8()
581 write_ble8(d, val); in write_at_ble8()
622 uint8_t *d = dest; in write_at_le16() local
624 d += offset; in write_at_le16()
625 write_le16(d, val); in write_at_le16()
652 uint8_t *d = dest; in write_at_le32() local
654 d += offset; in write_at_le32()
655 write_le32(d, val); in write_at_le32()
684 uint8_t *d = dest; in write_at_le64() local
[all …]
A Dkwbimage.c31 const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key() argument
37 if (d != NULL) in RSA_get0_key()
38 *d = r->d; in RSA_get0_key()
A Dsunxi_toc0.c40 #define RSA_get0_d(key) (key)->d
/tools/binman/test/yaml/
A Dconfig.yaml15 d: 0
18 d: 0
A Dconfig_phony.yaml15 d: 0
18 d: 0
A Dschema.yaml48 d:
/tools/dtoc/test/
A Ddtoc_test_simple.dts23 longbytearray = [09 0a 0b 0c 0d 0e 0f 10 11];
46 longbytearray = [09 0a 0b 0c 0d 0e 0f 10];
A Ddtoc_test_alias_bad.dts37 longbytearray = [09 0a 0b 0c 0d 0e 0f 10];
A Ddtoc_test_alias_bad_uc.dts37 longbytearray = [09 0a 0b 0c 0d 0e 0f 10];
A Ddtoc_test_inst.dts37 longbytearray = [09 0a 0b 0c 0d 0e 0f 10];
A Ddtoc_test_alias_bad_path.dts37 longbytearray = [09 0a 0b 0c 0d 0e 0f 10];
A Ddtoc_test_copy.dts20 longbytearray = [09 0a 0b 0c 0d 0e 0f 10];
/tools/patman/test/
A D0001-pci-Correct-cast-for-sandbox.patch42 printf(" %d %#016llx %#016llx %d %s %s\n",
/tools/binman/test/
A D206_fip_uuid.dts18 94 35 ff 2d 1c fc 79 9c];
A D207_fip_ls.dts18 94 35 ff 2d 1c fc 79 9c];
A D208_fip_replace.dts19 94 35 ff 2d 1c fc 79 9c];
A Dkey.key37 XRIXclpksfOP34moNQ8yv/d/qulGS8hju2YNBk3yfaIX91JUFINM8ROcSD6pDnO3
/tools/docker/
A DDockerfile35 RUN echo deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main | tee /etc/apt/sources.list.d/…
163 ./grub-mkimage -O arm64-efi -o /opt/grub/grubaa64.efi --prefix= -d \
177 ./grub-mkimage -O arm-efi -o /opt/grub/grubarm.efi --prefix= -d \
191 ./grub-mkimage -O riscv64-efi -o /opt/grub/grubriscv64.efi --prefix= -d \
205 ./grub-mkimage -O i386-efi -o /opt/grub/grub_x86.efi --prefix= -d \
216 ./grub-mkimage -O x86_64-efi -o /opt/grub/grub_x64.efi --prefix= -d \
310 RUN echo uboot ALL=NOPASSWD: ALL > /etc/sudoers.d/uboot
/tools/env/
A Dfw_env.c52 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) argument
/tools/patman/
A Dpatman.rst474 To automatically pull into these tags into a new branch, use the -d option:
478 patman status -d mtrr4
573 the subject that say mmc: sparc: and sandbox:), so 8d640a7 will be Cc'd to
602 patman status -d us-cmd2
907 patman status -d video2
A DREADME.rst474 To automatically pull into these tags into a new branch, use the -d option:
478 patman status -d mtrr4
573 the subject that say mmc: sparc: and sandbox:), so 8d640a7 will be Cc'd to
602 patman status -d us-cmd2
907 patman status -d video2

Completed in 33 milliseconds

12