Searched refs:foo (Results 1 – 15 of 15) sorted by relevance
/u-boot/doc/uImage.FIT/ |
A D | overlay-fdt-boot.txt | 69 foo-reva.dtb { 73 foo-revb.dtb { 77 foo-reva-bar.dtb { 81 foo-revb-bar.dtb { 85 foo-revb-baz.dtb { 105 foo-reva.dtb, foo-revb.dtb, foo-reva-bar.dtb, foo-revb-bar.dtb, 106 foo-revb-baz.dtb, foo-revb-bar-baz.dtb 162 foo-reva.dtb { 166 foo-revb.dtb { 170 foo-reva-bar.dtb { [all …]
|
/u-boot/test/overlay/ |
A D | test-fdt-base.dts | 12 test-str-property = "foo";
|
/u-boot/doc/usage/ |
A D | fdt_overlays.rst | 37 foo: foonode { 38 foo-property; 54 target = <&foo>;
|
/u-boot/lib/efi_loader/ |
A D | efi_gop.c | 259 u32 foo, efi_uintn_t sx, in gop_blt_video_fill() argument 271 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid16() argument 282 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid32() argument 293 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_vid() argument 305 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_buf() argument
|
/u-boot/doc/ |
A D | README.gpio | 26 line-name = "foo-bar-gpio";
|
A D | README.SPL | 31 obj-$(CONFIG_SPL_BUILD) += foo.o 34 foo();
|
A D | README.unaligned-memory-access.txt | 81 struct foo { 114 struct foo {
|
/u-boot/drivers/rtc/ |
A D | ds1302.c | 153 char *foo = buf; in read_ser_drv() local 169 DUMP(foo, count); in read_ser_drv()
|
/u-boot/scripts/ |
A D | Kbuild.include | 14 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o 102 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) 273 # Usage: $(call if_changed_rule,foo)
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | gpio.txt | 173 compatible = "foo"; 255 gpio-ranges = <&foo 0 20 10>, <&bar 10 50 20>; 258 - pins 20..29 on pin controller "foo" is mapped to GPIO line 0..9 and 309 "foo", 317 in pinctrl2 are defined using the pin groups named "foo" and "bar".
|
/u-boot/doc/board/emulation/ |
A D | qemu-arm.rst | 80 -drive if=none,file=disk.img,id=mydisk -device nvme,drive=mydisk,serial=foo
|
/u-boot/common/ |
A D | cli_hush.c | 1380 char **foo=pi->progs[0].argv; local 1381 while(foo && *foo) { 1382 bar += sprintf(bar, "%s ", *foo++); 2933 struct in_str foo; local 2934 setup_string_in_str(&foo, src); 2935 return parse_stream(dest, ctx, &foo, '\0');
|
/u-boot/doc/develop/ |
A D | commands.rst | 61 U_BOOT_CMD_MKENT(foo, CONFIG_SYS_MAXARGS, 1, do_foo, "", ""),
|
/u-boot/doc/device-tree-bindings/pinctrl/ |
A D | pinctrl-bindings.txt | 254 foo { 255 group = "foo-group";
|
/u-boot/ |
A D | Kconfig | 106 def_bool $(success,echo 'void foo(void) { asm inline (""); }' | $(CC) -x c - -c -o /dev/null)
|
Completed in 17 milliseconds