Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 3323) sorted by relevance

12345678910>>...133

/openbmc/qemu/hw/misc/
H A DKconfig1 config APPLESMC
5 config ARMSSE_CPUID
8 config ARMSSE_MHU
11 config ARMSSE_CPU_PWRCTRL
14 config ISA_DEBUG
18 config ISA_TESTDEV
23 config PCI_TESTDEV
28 config EDU
33 config I2C_ECHO
38 config IBM_CFFPS
[all …]
/openbmc/qemu/hw/intc/
H A DKconfig1 config HEATHROW_PIC
4 config I8259
8 config PL190
11 config IOAPIC
15 config OPENPIC
19 config APIC
24 config ARM_GIC
30 config ARM_GICV3
34 config ARM_GIC_KVM
38 config XICS
[all …]
/openbmc/u-boot/drivers/input/
H A Dinput.c187 static int input_queue_ascii(struct input_config *config, int ch) in input_queue_ascii() argument
189 if (config->fifo_in + 1 == INPUT_BUFFER_LEN) { in input_queue_ascii()
190 if (!config->fifo_out) in input_queue_ascii()
193 config->fifo_in = 0; in input_queue_ascii()
195 if (config->fifo_in + 1 == config->fifo_out) in input_queue_ascii()
197 config->fifo_in++; in input_queue_ascii()
200 config->fifo[config->fifo_in] = (uchar)ch; in input_queue_ascii()
205 int input_tstc(struct input_config *config) in input_tstc() argument
207 if (config->fifo_in == config->fifo_out && config->read_keys) { in input_tstc()
208 if (!(*config->read_keys)(config)) in input_tstc()
[all …]
H A Dkey_matrix.c26 static int has_ghosting(struct key_matrix *config, struct key_matrix_key *keys, in has_ghosting() argument
32 if (!config->ghost_filter || valid < 3) in has_ghosting()
54 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key keys[], in key_matrix_decode() argument
62 keymap = config->plain_keycode; in key_matrix_decode()
70 pos = key->row * config->num_cols + key->col; in key_matrix_decode()
71 if (config->fn_keycode && pos == config->fn_pos) in key_matrix_decode()
72 keymap = config->fn_keycode; in key_matrix_decode()
81 if (has_ghosting(config, keys, valid)) { in key_matrix_decode()
107 static uchar *create_keymap(struct key_matrix *config, const u32 *data, int len, in create_keymap() argument
114 map = (uchar *)calloc(1, config->key_count); in create_keymap()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D149129 def cryptsetup_add_password(config, slot): argument
132 (password, mainslot) = config.first_password()
136 fh.write(config.passwords[slot])
139 args = ["luksAddKey", config.image_path(),
150 def cryptsetup_format(config): argument
154 (password, slot) = config.first_password()
157 cipher = config.cipher + "-" + config.mode + "-" + config.ivgen
158 if config.ivgen_hash is not None:
159 cipher = cipher + ":" + config.ivgen_hash
160 elif config.ivgen == "essiv":
[all …]
/openbmc/qemu/hw/net/
H A DKconfig1 config DP8393X
4 config NE2000_COMMON
7 config NE2000_PCI
13 config EEPRO100_PCI
19 config PCNET_PCI
25 config PCNET_COMMON
28 config TULIP
34 config I82596_COMMON
37 config E1000_PCI
42 config E1000E_PCI_EXPRESS
[all …]
/openbmc/phosphor-modbus/rtu/port/
H A Dusb_port.cpp24 namespace config namespace
38 static auto getDevicePath(const config::PortFactoryConfig& inConfig) in getDevicePath()
42 auto config = static_cast<const config::USBPortConfig&>(inConfig); in getDevicePath() local
45 std::format("platform-{}\\.usb-usb.*{}-port{}", config.address, in getDevicePath()
46 config.interface, config.port)); in getDevicePath()
66 const config::PortFactoryConfig& config) : in USBPort() argument
67 BasePort(ctx, config, getDevicePath(config)) in USBPort()
69 info("USB port {NAME} created successfully", "NAME", config.name); in USBPort()
74 -> sdbusplus::async::task<std::unique_ptr<config::PortFactoryConfig>> in getConfig()
76 auto config = std::make_unique<config::USBPortConfig>(); in getConfig() local
[all …]
/openbmc/u-boot/arch/m68k/
H A DKconfig4 config SYS_ARCH
8 config MCF520x
11 config MCF52x2
14 config MCF523x
17 config MCF530x
20 config MCF5301x
23 config MCF532x
26 config MCF537x
29 config MCF5441x
32 config MCF5445x
[all …]
/openbmc/openpower-hw-diags/test/
H A Dtest-cli.cpp10 Config* config = new Config(); in TEST() local
15 parseConfig(argv, argv + i, config); in TEST()
16 EXPECT_EQ(true, config->getFlag(AttentionFlag::enVital)); in TEST()
17 EXPECT_EQ(true, config->getFlag(AttentionFlag::enCheckstop)); in TEST()
18 EXPECT_EQ(true, config->getFlag(AttentionFlag::enTerminate)); in TEST()
19 EXPECT_EQ(true, config->getFlag(AttentionFlag::enBreakpoints)); in TEST()
21 EXPECT_EQ(false, config->getFlag(AttentionFlag::dfltTi)); in TEST()
22 EXPECT_EQ(true, config->getFlag(AttentionFlag::enClrAttnIntr)); in TEST()
26 config->clearFlag(dfltTi); in TEST()
30 parseConfig(argv, argv + i, config); in TEST()
[all …]
/openbmc/qemu/hw/char/
H A DKconfig1 config ESCC
4 config HTIF
7 config PARALLEL
12 config PL011
18 config PL011_C
21 config SERIAL
24 config SERIAL_ISA
30 config SERIAL_MM
34 config SERIAL_PCI
40 config SERIAL_PCI_MULTI
[all …]
/openbmc/qemu/
H A DKconfig.host1 # These are "proxy" symbols used to pass config-host.mak values
5 config LINUX
8 config LIBCBOR
11 config GNUTLS
14 config OPENGL
17 config X11
20 config PIXMAN
23 config SPICE
26 config IVSHMEM
29 config TPM
[all …]
/openbmc/qemu/hw/pci-host/
H A DKconfig1 config PAM
4 config XEN_IGD_PASSTHROUGH
9 config PPC4XX_PCI
13 config PPC440_PCIX
17 config RAVEN_PCI
22 config GRACKLE_PCI
26 config UNIN_PCI
32 config PPCE500_PCI
36 config VERSATILE_PCI
40 config PCI_SABRE
[all …]
/openbmc/qemu/hw/usb/
H A DKconfig1 config USB
4 config USB_UHCI
10 config USB_OHCI
14 config USB_OHCI_SYSBUS
18 config USB_OHCI_PCI
24 config USB_EHCI
28 config USB_EHCI_PCI
33 config USB_EHCI_SYSBUS
37 config USB_XHCI
41 config USB_XHCI_PC
[all...]
/openbmc/u-boot/drivers/ddr/fsl/
H A DKconfig1 config SYS_FSL_DDR
8 config SYS_FSL_MMDC
13 config SYS_FSL_DDR_BE
18 config SYS_FSL_DDR_LE
23 config FSL_DDR_BIST
26 config FSL_DDR_INTERACTIVE
29 config FSL_DDR_SYNC_REFRESH
32 config FSL_DDR_FIRST_SLOT_QUAD_CAPABLE
38 config SYS_NUM_DDR_CTLRS
53 config SYS_FSL_DDR_VER
[all …]
/openbmc/qemu/hw/display/
H A DKconfig1 config DDC
6 config EDID
9 config FW_CFG_DMA
12 config VGA_CIRRUS
18 config G364FB
21 config JAZZ_LED
24 config PL110
28 config SII9022
33 config SSD0303
37 config SSD0323
[all …]
H A Dbcm2835_fb.c66 switch (s->config.bpp) { in draw_line_src16()
105 if (s->config.pixo == 0) { in draw_line_src16()
140 static bool fb_use_offsets(BCM2835FBConfig *config) in fb_use_offsets() argument
148 return config->xres_virtual > config->xres || in fb_use_offsets()
149 config->yres_virtual > config->yres; in fb_use_offsets()
162 if (s->lock || !s->config.xres) { in fb_update_display()
166 src_width = bcm2835_fb_get_pitch(&s->config); in fb_update_display()
167 if (fb_use_offsets(&s->config)) { in fb_update_display()
168 xoff = s->config.xoffset; in fb_update_display()
169 yoff = s->config.yoffset; in fb_update_display()
[all …]
/openbmc/qemu/hw/timer/
H A DKconfig1 config ARM_TIMER
5 config ARM_MPTIMER
9 config A9_GTIMER
12 config HPET
19 config HPET_C
22 config I8254
26 config ALLWINNER_A10_PIT
30 config PXA2XX_TIMER
33 config SIFIVE_PWM
36 config STM32F2XX_TIMER
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/
H A Dncurses-config.patch1 Use pkg-config to search for ncurses libraries
11 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null)
12 - NCURSES_LDFLAGS := $(shell ncurses5-config --libs 2>/dev/null)
13 + NCURSES_CFLAGS := $(shell pkg-config ncurses --cflags 2>/dev/null)
14 + NCURSES_LDFLAGS := $(shell pkg-config ncurses --libs 2>/dev/null)
22 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null)
23 - NCURSES_LDFLAGS := $(shell ncursesw5-config --libs 2>/dev/null)
24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null)
25 + NCURSES_LDFLAGS := $(shell pkg-config ncursesw --libs 2>/dev/null)
33 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null)
[all …]
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A DKconfig4 config SYS_CPU
11 config TARGET_MCR3000
20 config MPC866
23 config MPC885
28 config MPC8xx_WATCHDOG
32 config 8xx_GCLK_FREQ
37 config CMD_IMMAP
47 config SYS_SIUMCR
52 config SYS_SYPCR
57 config SYS_TBSCR
[all …]
/openbmc/dbus-sensors/src/leakdetector/
H A DLeakGPIODetector.cpp21 namespace config namespace
26 std::tuple<config::DetectorLevel, std::string_view, std::string_view>, 4>
28 {{config::DetectorLevel::warning, "assert",
30 {config::DetectorLevel::warning, "deassert",
32 {config::DetectorLevel::critical, "assert",
34 {config::DetectorLevel::critical, "deassert",
47 const config::DetectorConfig& config) : in GPIODetector() argument
48 DetectorIntf(ctx, getObjectPath(config.name).str.c_str(), in GPIODetector()
51 config.name, DetectorState::Normal, config.type}),
52 ctx(ctx), leakEvents(leakEvents), config(config),
[all …]
H A DLeakDetectionManager.cpp58 auto config = res.value(); in processConfigAddedAsync() local
62 warning("Detector {DETECTOR} already exist", "DETECTOR", config.name); in processConfigAddedAsync()
69 std::make_unique<GPIODetector>(ctx, leakEvents, config); in processConfigAddedAsync()
74 config.name, "ERROR", e.what()); in processConfigAddedAsync()
82 -> sdbusplus::async::task<std::optional<config::DetectorConfig>> in getDetectorConfig()
84 config::DetectorConfig config = {}; in getDetectorConfig() local
92 config.name = properties.name; in getDetectorConfig()
94 for (const auto& [key, value] : config::validDetectorTypes) in getDetectorConfig()
98 config.type = value; in getDetectorConfig()
103 config.pinName = properties.pin_name; in getDetectorConfig()
[all …]
/openbmc/obmc-console/
H A Dconfig.h24 struct config;
26 const char *config_get_section_value(struct config *config, const char *secname,
28 const char *config_get_value(struct config *config, const char *name);
29 struct config *config_init(const char *filename);
30 const char *config_resolve_console_id(struct config *config,
32 void config_fini(struct config *config);
39 int config_count_sections(struct config *config);
40 const char *config_get_section_name(struct config *config, int i);
H A Dconfig.c41 const char *config_get_value(struct config *config, const char *name) in config_get_value() argument
46 if (!config || !config->dict) { in config_get_value()
59 const char *value = iniparser_getstring(config->dict, buf, NULL); in config_get_value()
67 struct config *config_init(const char *filename) in config_init()
69 struct config *config; in config_init() local
101 config = malloc(sizeof(*config)); in config_init()
102 if (!config) { in config_init()
107 config->dict = dict; in config_init()
109 return config; in config_init()
112 const char *config_get_section_value(struct config *config, const char *secname, in config_get_section_value() argument
[all …]
/openbmc/u-boot/board/siemens/draco/
H A DKconfig3 config SYS_BOARD
6 config SYS_VENDOR
9 config SYS_SOC
12 config SYS_CONFIG_NAME
19 config SYS_BOARD
22 config SYS_VENDOR
25 config SYS_SOC
28 config SYS_CONFIG_NAME
35 config SYS_BOARD
38 config SYS_VENDOR
[all …]
/openbmc/phosphor-modbus/rtu/device/
H A Dreservoir_pump_unit.cpp15 static const std::unordered_map<std::string_view, config::DeviceModel>
17 config::DeviceModel::RDF040DSS5193E0}};
20 sdbusplus::async::context& ctx, const config::Config& config, in ReservoirPumpUnit() argument
22 BaseDevice(ctx, config, serialPort, events) in ReservoirPumpUnit()
25 config.name); in ReservoirPumpUnit()
37 -> sdbusplus::async::task<std::optional<config::DeviceFactoryConfig>> in getConfig()
39 config::DeviceFactoryConfig config{}; in getConfig() local
41 auto res = co_await config::updateBaseConfig(ctx, objectPath, interfaceName, in getConfig()
42 config); in getConfig()
52 config.deviceModel = deviceModel; in getConfig()
[all …]

12345678910>>...133