| /openbmc/qemu/hw/ |
| H A D | Kconfig | 2 source 9pfs/Kconfig 3 source acpi/Kconfig 4 source adc/Kconfig 5 source audio/Kconfig 6 source block/Kconfig 7 source char/Kconfig 8 source core/Kconfig 9 source cxl/Kconfig 10 source display/Kconfig 11 source dma/Kconfig [all …]
|
| /openbmc/u-boot/drivers/ |
| H A D | Kconfig | 3 source "drivers/core/Kconfig" 7 source "drivers/adc/Kconfig" 9 source "drivers/ata/Kconfig" 11 source "drivers/axi/Kconfig" 13 source "drivers/block/Kconfig" 15 source "drivers/bootcount/Kconfig" 17 source "drivers/clk/Kconfig" 19 source "drivers/cpu/Kconfig" 21 source "drivers/crypto/Kconfig" 23 source "drivers/ddr/Kconfig" [all …]
|
| /openbmc/sdeventplus/src/sdeventplus/internal/ |
| H A D | sdevent.cpp | 31 sd_event* event, sd_event_source** source, int fd, uint32_t events, in sd_event_add_io() argument 34 return ::sd_event_add_io(event, source, fd, events, callback, userdata); in sd_event_add_io() 38 sd_event* event, sd_event_source** source, clockid_t clock, uint64_t usec, in sd_event_add_time() argument 41 return ::sd_event_add_time(event, source, clock, usec, accuracy, callback, in sd_event_add_time() 45 int SdEventImpl::sd_event_add_defer(sd_event* event, sd_event_source** source, in sd_event_add_defer() argument 49 return ::sd_event_add_defer(event, source, callback, userdata); in sd_event_add_defer() 52 int SdEventImpl::sd_event_add_post(sd_event* event, sd_event_source** source, in sd_event_add_post() argument 56 return ::sd_event_add_post(event, source, callback, userdata); in sd_event_add_post() 59 int SdEventImpl::sd_event_add_exit(sd_event* event, sd_event_source** source, in sd_event_add_exit() argument 63 return ::sd_event_add_exit(event, source, callback, userdata); in sd_event_add_exit() [all …]
|
| H A D | sdevent.hpp | 23 virtual int sd_event_add_io(sd_event* event, sd_event_source** source, 27 sd_event* event, sd_event_source** source, clockid_t clock, 30 virtual int sd_event_add_signal(sd_event* event, sd_event_source** source, 34 sd_event* event, sd_event_source** source, pid_t, int options, 36 virtual int sd_event_add_defer(sd_event* event, sd_event_source** source, 39 virtual int sd_event_add_post(sd_event* event, sd_event_source** source, 42 virtual int sd_event_add_exit(sd_event* event, sd_event_source** source, 61 sd_event_source_ref(sd_event_source* source) const = 0; 63 sd_event_source_unref(sd_event_source* source) const = 0; 66 sd_event_source_get_userdata(sd_event_source* source) const = 0; [all …]
|
| /openbmc/qemu/target/ |
| H A D | Kconfig | 1 source alpha/Kconfig 2 source arm/Kconfig 3 source avr/Kconfig 4 source hppa/Kconfig 5 source i386/Kconfig 6 source loongarch/Kconfig 7 source m68k/Kconfig 8 source microblaze/Kconfig 9 source mips/Kconfig 10 source openrisc/Kconfig [all …]
|
| /openbmc/u-boot/drivers/qe/ |
| H A D | uccf.c | 93 int source = -1; in ucc_set_clk_src() local 109 case QE_BRG1: source = 1; break; in ucc_set_clk_src() 110 case QE_BRG2: source = 2; break; in ucc_set_clk_src() 111 case QE_BRG7: source = 3; break; in ucc_set_clk_src() 112 case QE_BRG8: source = 4; break; in ucc_set_clk_src() 113 case QE_CLK9: source = 5; break; in ucc_set_clk_src() 114 case QE_CLK10: source = 6; break; in ucc_set_clk_src() 115 case QE_CLK11: source = 7; break; in ucc_set_clk_src() 116 case QE_CLK12: source = 8; break; in ucc_set_clk_src() 117 case QE_CLK15: source = 9; break; in ucc_set_clk_src() [all …]
|
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | event.hpp | 16 class source class 21 source() = default; 22 explicit source(event& e) : ev(&e) {} in source() function in sdbusplus::event::source 24 source(const source&) = delete; 25 source(source&&); 26 source& operator=(const source&) = delete; 27 source& operator=(source&&); 28 ~source(); 31 source(event& e, sd_event_source*& s) : ev(&e) in source() function in sdbusplus::event::source 72 condition(source&& s, int&& f) : in condition() [all …]
|
| /openbmc/qemu/io/ |
| H A D | channel-watch.c | 58 qio_channel_fd_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_fd_source_prepare() 68 qio_channel_fd_source_check(GSource *source) in qio_channel_fd_source_check() argument 70 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_check() 77 qio_channel_fd_source_dispatch(GSource *source, in qio_channel_fd_source_dispatch() argument 82 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_dispatch() 91 qio_channel_fd_source_finalize(GSource *source) in qio_channel_fd_source_finalize() argument 93 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_finalize() 101 qio_channel_socket_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_socket_source_prepare() 115 qio_channel_socket_source_check(GSource *source) in qio_channel_socket_source_check() argument 118 QIOChannelSocketSource *ssource = (QIOChannelSocketSource *)source; in qio_channel_socket_source_check() [all …]
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | expr.py | 47 from .source import QAPISourceInfo 58 source: str) -> None: 65 raise QAPISemError(info, "%s requires a string name" % source) 68 def check_name_str(name: str, info: QAPISourceInfo, source: str) -> str: 90 raise QAPISemError(info, "%s has an invalid name" % source) 94 def check_name_upper(name: str, info: QAPISourceInfo, source: str) -> None: 108 stem = check_name_str(name, info, source) 111 info, "name of %s must not use lowercase or '-'" % source) 114 def check_name_lower(name: str, info: QAPISourceInfo, source: str, 132 stem = check_name_str(name, info, source) [all …]
|
| /openbmc/u-boot/arch/arm/mach-kirkwood/ |
| H A D | Kconfig | 73 source "board/Marvell/openrd/Kconfig" 74 source "board/Marvell/dreamplug/Kconfig" 75 source "board/Synology/ds109/Kconfig" 76 source "board/Marvell/guruplug/Kconfig" 77 source "board/Marvell/sheevaplug/Kconfig" 78 source "board/buffalo/lsxl/Kconfig" 79 source "board/cloudengines/pogo_e02/Kconfig" 80 source "board/d-link/dns325/Kconfig" 81 source "board/iomega/iconnect/Kconfig" 82 source "board/keymile/km_arm/Kconfig" [all …]
|
| /openbmc/qemu/hw/intc/ |
| H A D | sh_intc.c | 19 void sh_intc_toggle_source(struct intc_source *source, in sh_intc_toggle_source() argument 26 if (source->enable_count == source->enable_max && enable_adj == -1) { in sh_intc_toggle_source() 29 source->enable_count += enable_adj; in sh_intc_toggle_source() 31 if (source->enable_count == source->enable_max) { in sh_intc_toggle_source() 34 source->asserted += assert_adj; in sh_intc_toggle_source() 36 old_pending = source->pending; in sh_intc_toggle_source() 37 source->pending = source->asserted && in sh_intc_toggle_source() 38 (source->enable_count == source->enable_max); in sh_intc_toggle_source() 40 if (old_pending != source->pending) { in sh_intc_toggle_source() 44 if (source->pending) { in sh_intc_toggle_source() [all …]
|
| /openbmc/u-boot/arch/sh/ |
| H A D | Kconfig | 128 source "arch/sh/lib/Kconfig" 130 source "board/alphaproject/ap_sh4a_4a/Kconfig" 131 source "board/espt/Kconfig" 132 source "board/mpr2/Kconfig" 133 source "board/ms7720se/Kconfig" 134 source "board/ms7722se/Kconfig" 135 source "board/ms7750se/Kconfig" 136 source "board/renesas/MigoR/Kconfig" 137 source "board/renesas/ap325rxa/Kconfig" 138 source "board/renesas/ecovec/Kconfig" [all …]
|
| /openbmc/u-boot/fs/ |
| H A D | Kconfig | 7 source "fs/btrfs/Kconfig" 9 source "fs/cbfs/Kconfig" 11 source "fs/ext4/Kconfig" 13 source "fs/reiserfs/Kconfig" 15 source "fs/fat/Kconfig" 17 source "fs/jffs2/Kconfig" 19 source "fs/ubifs/Kconfig" 21 source "fs/cramfs/Kconfig" 23 source "fs/yaffs2/Kconfig"
|
| /openbmc/sdeventplus/example/ |
| H A D | follow.cpp | 19 void reader(const char* fifo, sdeventplus::source::IO& source, int fd, uint32_t) in reader() argument 29 source.get_event().exit(1); in reader() 32 source.set_fd(newfd); in reader() 36 source.get_event().exit(1); in reader() 44 source.get_event().exit(1); in reader() 50 void remover(const char* fifo, sdeventplus::source::EventBase& source) in remover() argument 57 source.get_event().exit(1); in remover() 61 void clean_exit(sdeventplus::source::Signal& source, in clean_exit() argument 64 source.get_event().exit(0); in clean_exit() 106 sdeventplus::source::Exit remover_source( in main() [all …]
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | Kconfig | 99 source "board/esd/vme8349/Kconfig" 100 source "board/freescale/mpc8308rdb/Kconfig" 101 source "board/freescale/mpc8313erdb/Kconfig" 102 source "board/freescale/mpc8315erdb/Kconfig" 103 source "board/freescale/mpc8323erdb/Kconfig" 104 source "board/freescale/mpc832xemds/Kconfig" 105 source "board/freescale/mpc8349emds/Kconfig" 106 source "board/freescale/mpc8349itx/Kconfig" 107 source "board/freescale/mpc837xemds/Kconfig" 108 source "board/freescale/mpc837xerdb/Kconfig" [all …]
|
| /openbmc/qemu/ |
| H A D | Kconfig | 1 source Kconfig.host 2 source backends/Kconfig 3 source accel/Kconfig 4 source target/Kconfig 5 source hw/Kconfig 6 source semihosting/Kconfig 7 source rust/Kconfig
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/ |
| H A D | 0001-cargo-Update-tempfile-to-latest-3.x.patch | 30 source = "registry+https://github.com/rust-lang/crates.io-index" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 50 source = "registry+https://github.com/rust-lang/crates.io-index" 57 source = "registry+https://github.com/rust-lang/crates.io-index" 70 source = "registry+https://github.com/rust-lang/crates.io-index" 82 source = "registry+https://github.com/rust-lang/crates.io-index" 90 source = "registry+https://github.com/rust-lang/crates.io-index" 102 source = "registry+https://github.com/rust-lang/crates.io-index" 117 source = "registry+https://github.com/rust-lang/crates.io-index" 137 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /openbmc/sdeventplus/src/ |
| H A D | meson.build | 15 'sdeventplus/source/base.cpp', 16 'sdeventplus/source/child.cpp', 17 'sdeventplus/source/event.cpp', 18 'sdeventplus/source/io.cpp', 19 'sdeventplus/source/signal.cpp', 20 'sdeventplus/source/time.cpp', 64 'sdeventplus/source/base.hpp', 65 'sdeventplus/source/child.hpp', 66 'sdeventplus/source/event.hpp', 67 'sdeventplus/source/io.hpp', [all …]
|
| /openbmc/u-boot/arch/m68k/ |
| H A D | Kconfig | 205 source "board/BuS/eb_cpu5282/Kconfig" 206 source "board/astro/mcf5373l/Kconfig" 207 source "board/cobra5272/Kconfig" 208 source "board/freescale/m5208evbe/Kconfig" 209 source "board/freescale/m52277evb/Kconfig" 210 source "board/freescale/m5235evb/Kconfig" 211 source "board/freescale/m5249evb/Kconfig" 212 source "board/freescale/m5253demo/Kconfig" 213 source "board/freescale/m5272c3/Kconfig" 214 source "board/freescale/m5275evb/Kconfig" [all …]
|
| /openbmc/u-boot/arch/arm/mach-at91/ |
| H A D | Kconfig | 266 source "board/atmel/at91rm9200ek/Kconfig" 267 source "board/atmel/at91sam9260ek/Kconfig" 268 source "board/atmel/at91sam9261ek/Kconfig" 269 source "board/atmel/at91sam9263ek/Kconfig" 270 source "board/atmel/at91sam9m10g45ek/Kconfig" 271 source "board/atmel/at91sam9n12ek/Kconfig" 272 source "board/atmel/at91sam9rlek/Kconfig" 273 source "board/atmel/at91sam9x5ek/Kconfig" 274 source "board/atmel/sama5d2_ptc_ek/Kconfig" 275 source "board/atmel/sama5d2_xplained/Kconfig" [all …]
|
| /openbmc/sdeventplus/test/utility/ |
| H A D | sdbus.cpp | 23 source::Defer(event, [](source::EventBase& b) { in TEST_F() 32 source::Exit(event, [&](source::EventBase&) { d1 = 1; }).set_floating(true); in TEST_F() 33 source::Defer(event, [&](source::EventBase& b) { in TEST_F() 34 source::Exit(event, [&](source::EventBase&) { in TEST_F()
|
| /openbmc/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | Kconfig | 538 source "board/ge/bx50v3/Kconfig" 539 source "board/advantech/dms-ba16/Kconfig" 540 source "board/aristainetos/Kconfig" 541 source "board/armadeus/opos6uldev/Kconfig" 542 source "board/bachmann/ot1200/Kconfig" 543 source "board/barco/platinum/Kconfig" 544 source "board/barco/titanium/Kconfig" 545 source "board/boundary/nitrogen6x/Kconfig" 546 source "board/bticino/mamoj/Kconfig" 547 source "board/ccv/xpress/Kconfig" [all …]
|
| /openbmc/u-boot/arch/arm/mach-meson/ |
| H A D | board-common.c | 72 const char *source; in meson_set_boot_source() local 76 source = "emmc"; in meson_set_boot_source() 80 source = "nand"; in meson_set_boot_source() 84 source = "spi"; in meson_set_boot_source() 88 source = "sd"; in meson_set_boot_source() 92 source = "usb"; in meson_set_boot_source() 96 source = "unknown"; in meson_set_boot_source() 99 env_set("boot_source", source); in meson_set_boot_source()
|
| /openbmc/u-boot/arch/arm/mach-imx/mxs/ |
| H A D | Kconfig | 30 source "board/olimex/mx23_olinuxino/Kconfig" 31 source "board/freescale/mx23evk/Kconfig" 32 source "board/sandisk/sansa_fuze_plus/Kconfig" 33 source "board/creative/xfi3/Kconfig" 68 source "board/bluegiga/apx4devkit/Kconfig" 69 source "board/freescale/mx28evk/Kconfig" 70 source "board/ppcag/bg0900/Kconfig" 71 source "board/schulercontrol/sc_sps_1/Kconfig" 72 source "board/technologic/ts4600/Kconfig"
|
| /openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
| H A D | Kconfig | 201 source "board/logicpd/am3517evm/Kconfig" 202 source "board/teejet/mt_ventoux/Kconfig" 203 source "board/ti/beagle/Kconfig" 204 source "board/compulab/cm_t35/Kconfig" 205 source "board/compulab/cm_t3517/Kconfig" 206 source "board/timll/devkit8000/Kconfig" 207 source "board/ti/evm/Kconfig" 208 source "board/isee/igep00x0/Kconfig" 209 source "board/overo/Kconfig" 210 source "board/logicpd/zoom1/Kconfig" [all …]
|