| /openbmc/u-boot/doc/device-tree-bindings/clock/ |
| H A D | rockchip.txt | 32 clocks = <&dummy>, <&dummy>, 33 <&dummy>, <&dummy>, 34 <&dummy>, <&dummy>, 35 <&dummy>, <&dummy>, 36 <&dummy>, <&dummy>, 37 <&dummy>, <&dummy>, 38 <&dummy>, <&dummy>, 39 <&dummy>, <&dummy>; 58 <&xin24m>, <&dummy>, 59 <&dummy>, <&xin24m>, [all …]
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | atomics.c | 32 int32_t old, dummy; in atomic_inc32() local 38 : "=&r"(old), "=&r"(dummy) in atomic_inc32() 46 int64_t old, dummy; in atomic_inc64() local 53 : "=&r"(old), "=&r"(dummy) in atomic_inc64() 61 int32_t old, dummy; in atomic_dec32() local 67 : "=&r"(old), "=&r"(dummy) in atomic_dec32() 75 int64_t old, dummy; in atomic_dec64() local 82 : "=&r"(old), "=&r"(dummy) in atomic_dec64()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | texinfo.bbclass | 9 # dummy scripts provided by texinfo-dummy-native, for improved performance. 15 …('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-dummy-native', d)}" 16 TEXDEP:class-native = "texinfo-dummy-native" 17 TEXDEP:class-cross = "texinfo-dummy-native" 18 TEXDEP:class-crosssdk = "texinfo-dummy-native" 19 TEXDEP:class-cross-canadian = "texinfo-dummy-native" 23 TEXDEP:pn-libtool-cross = "texinfo-dummy-native"
|
| H A D | image-container.bbclass | 14 "linux-dummy" not in d.getVar("PREFERRED_PROVIDER_virtual/kernel"): 16 'PREFERRED_PROVIDER_virtual/kernel is not "linux-dummy". ' \ 17 'Unless a particular kernel is needed, using linux-dummy will ' \ 19 'build times. If you don\'t want to use "linux-dummy", set ' \
|
| /openbmc/u-boot/common/ |
| H A D | exports.c | 8 __attribute__((unused)) static void dummy(void) in dummy() function 20 # define mdio_get_current_dev dummy 21 # define phy_find_by_mask dummy 22 # define mdio_phydev_for_ethname dummy 23 # define miiphy_set_current_dev dummy
|
| /openbmc/u-boot/include/ |
| H A D | _exports.h | 22 EXPORT_FUNC(dummy, void, install_hdlr, void) 23 EXPORT_FUNC(dummy, void, free_hdlr, void) 48 EXPORT_FUNC(dummy, void, i2c_write, void) 49 EXPORT_FUNC(dummy, void, i2c_read, void) 53 EXPORT_FUNC(dummy, void, spi_setup_slave, void) 54 EXPORT_FUNC(dummy, void, spi_free_slave, void) 61 EXPORT_FUNC(dummy, void, spi_claim_bus, void) 62 EXPORT_FUNC(dummy, void, spi_release_bus, void) 63 EXPORT_FUNC(dummy, void, spi_xfer, void)
|
| /openbmc/openbmc/meta-google/recipes-phosphor/flash/ |
| H A D | dummy-gbmc-update.bb | 10 SRC_URI += "file://config-dummy.json" 11 SRC_URI += "file://dummy-verify.service" 15 SYSTEMD_SERVICE:${PN} += "dummy-verify.service" 19 install -m 0644 ${UNPACKDIR}/config-dummy.json ${D}${datadir}/phosphor-ipmi-flash 22 install -m 0644 ${UNPACKDIR}/dummy-verify.service ${D}${systemd_system_unitdir}
|
| /openbmc/u-boot/board/google/veyron/ |
| H A D | Kconfig | 12 config BOARD_SPECIFIC_OPTIONS # dummy 28 config BOARD_SPECIFIC_OPTIONS # dummy 44 config BOARD_SPECIFIC_OPTIONS # dummy 60 config BOARD_SPECIFIC_OPTIONS # dummy
|
| /openbmc/u-boot/cmd/ |
| H A D | axi.c | 58 struct udevice *dummy; in axi_set_cur_bus() local 62 for (uclass_first_device(UCLASS_AXI, &dummy); in axi_set_cur_bus() 63 dummy; in axi_set_cur_bus() 64 uclass_next_device(&dummy)) in axi_set_cur_bus() 102 struct udevice *dummy; in do_axi_show_bus() local 105 for (uclass_first_device(UCLASS_AXI, &dummy); in do_axi_show_bus() 106 dummy; in do_axi_show_bus() 107 uclass_next_device(&dummy)) in do_axi_show_bus()
|
| /openbmc/u-boot/board/xes/common/ |
| H A D | fsl_8xxx_clk.c | 12 unsigned long get_board_sys_clk(ulong dummy) in get_board_sys_clk() argument 36 unsigned long get_board_ddr_clk(ulong dummy) in get_board_ddr_clk() argument 42 return get_board_sys_clk(dummy); in get_board_ddr_clk()
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | fsl_lsch2_speed.c | 198 ulong get_bus_freq(ulong dummy) in get_bus_freq() argument 206 ulong get_ddr_freq(ulong dummy) in get_ddr_freq() argument 215 int get_sdhc_freq(ulong dummy) in get_sdhc_freq() argument 229 int get_i2c_freq(ulong dummy) in get_i2c_freq() argument 234 int get_dspi_freq(ulong dummy) in get_dspi_freq() argument 240 int get_uart_freq(ulong dummy) in get_uart_freq() argument
|
| H A D | fsl_lsch3_speed.c | 156 ulong get_bus_freq(ulong dummy) in get_bus_freq() argument 185 int get_i2c_freq(ulong dummy) in get_i2c_freq() argument 190 int get_dspi_freq(ulong dummy) in get_dspi_freq() argument 196 int get_sdhc_freq(ulong dummy) in get_sdhc_freq() argument
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | munmap-pthread.c | 41 pthread_t mmap_munmap, dummy; in main() local 54 ret = pthread_create(&dummy, NULL, thread_dummy, NULL); in main() 56 ret = pthread_join(dummy, NULL); in main()
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | spi-mem.c | 144 if (op->dummy.nbytes && in spi_mem_default_supports_op() 145 spi_check_buswidth_req(slave, op->dummy.buswidth, true)) in spi_mem_default_supports_op() 261 op->dummy.nbytes; in spi_mem_exec_op() 297 if (op->dummy.nbytes) { in spi_mem_exec_op() 298 memset(tmpbuf + op->addr.nbytes + 1, 0xff, op->dummy.nbytes); in spi_mem_exec_op() 300 xfers[xferpos].len = op->dummy.nbytes; in spi_mem_exec_op() 301 xfers[xferpos].tx_nbits = op->dummy.buswidth; in spi_mem_exec_op() 304 totalxferlen += op->dummy.nbytes; in spi_mem_exec_op() 340 op_len = sizeof(op->cmd.opcode) + op->addr.nbytes + op->dummy.nbytes; in spi_mem_exec_op() 353 if (op->dummy.nbytes) in spi_mem_exec_op() [all …]
|
| H A D | spi-mem-nodm.c | 28 op_len = sizeof(op->cmd.opcode) + op->addr.nbytes + op->dummy.nbytes; in spi_mem_exec_op() 45 if (op->dummy.nbytes) in spi_mem_exec_op() 46 memset(op_buf + pos, 0xff, op->dummy.nbytes); in spi_mem_exec_op() 90 len = sizeof(op->cmd.opcode) + op->addr.nbytes + op->dummy.nbytes; in spi_mem_adjust_op_size()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | fsl_lbc.c | 113 volatile u8 *dummy = NULL; in upmconfig() local 126 dummy = (volatile u8 *)(get_lbc_br(i) & BR_BA); in upmconfig() 131 if (!dummy) { in upmconfig() 141 *dummy = 0; in upmconfig()
|
| /openbmc/qemu/util/ |
| H A D | rcu.c | 182 static struct rcu_head dummy; variable 183 static struct rcu_head *head = &dummy, **tail = &dummy.next; 234 if (head == &dummy && qatomic_read(&tail) == &dummy.next) { in try_dequeue() 247 if (node == &dummy) { in try_dequeue()
|
| /openbmc/u-boot/arch/arm/mach-davinci/ |
| H A D | ksz8873.c | 26 u_int16_t dummy; in ksz8873_is_phy_connected() local 28 return davinci_eth_phy_read(phy_addr, MII_PHYSID1, &dummy); in ksz8873_is_phy_connected()
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | nativesdk-sdk-provides-dummy.bb | 1 DUMMYARCH = "sdk-provides-dummy-${SDKPKGSUFFIX}" 15 require dummy-sdk-package.inc
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/boot-wrapper-aarch64/ |
| H A D | boot-wrapper-aarch64_git.bb | 42 EXTRA_OECONF += "--with-dtb=${WORKDIR}/kernel/dummy.dtb" 59 # Create dummy files to make configure happy. 62 echo "dummy" > ${WORKDIR}/kernel/arch/arm64/boot/Image 63 echo "dummy" > ${WORKDIR}/kernel/dummy.dtb
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | crt0_x86_64_efi.S | 43 dummy: .long 0 label 48 .long dummy-label1 /* Page RVA */
|
| /openbmc/openbmc/meta-raspberrypi/docs/ |
| H A D | Makefile | 221 .PHONY: dummy 222 dummy: target 223 $(SPHINXBUILD) -b dummy $(ALLSPHINXOPTS) $(BUILDDIR)/dummy
|
| /openbmc/u-boot/board/zipitz2/ |
| H A D | zipitz2.c | 182 unsigned char dummy[3] = { 0, 0, 0 }; in lcd_start() local 206 spi_xfer(NULL, 24, reg, dummy, SPI_XFER_BEGIN | SPI_XFER_END); in lcd_start() 211 spi_xfer(NULL, 24, data, dummy, SPI_XFER_BEGIN | SPI_XFER_END); in lcd_start()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-aio.c | 325 EventNotifierTestData dummy = { .n = 0, .active = 1 }; in test_wait_event_notifier_noflush() local 340 event_notifier_init(&dummy.e, false); in test_wait_event_notifier_noflush() 341 set_event_notifier(ctx, &dummy.e, event_ready_cb); in test_wait_event_notifier_noflush() 355 event_notifier_set(&dummy.e); in test_wait_event_notifier_noflush() 356 wait_until_inactive(&dummy); in test_wait_event_notifier_noflush() 358 g_assert_cmpint(dummy.n, ==, 1); in test_wait_event_notifier_noflush() 359 g_assert_cmpint(dummy.active, ==, 0); in test_wait_event_notifier_noflush() 361 set_event_notifier(ctx, &dummy.e, NULL); in test_wait_event_notifier_noflush() 362 event_notifier_cleanup(&dummy.e); in test_wait_event_notifier_noflush() 656 EventNotifierTestData dummy = { .n = 0, .active = 1 }; in test_source_wait_event_notifier_noflush() local [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
| H A D | relocate.patch | 22 unsigned int dummy; 23 - name = _gnupg_socketdir_internal (0, &dummy); 24 + name = getenv("GNUPG_SOCKETDIR") ?: _gnupg_socketdir_internal (0, &dummy);
|