Home
last modified time | relevance | path

Searched refs:solutions (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c487 struct list_head *solutions) in stm32_i2c_compute_solutions() argument
542 list_add_tail(&v->node, solutions); in stm32_i2c_compute_solutions()
548 if (list_empty(solutions)) { in stm32_i2c_compute_solutions()
557 struct list_head *solutions, in stm32_i2c_choose_solution() argument
592 list_for_each_entry(v, solutions, node) { in stm32_i2c_choose_solution()
642 struct list_head solutions; in stm32_i2c_compute_timing() local
672 INIT_LIST_HEAD(&solutions); in stm32_i2c_compute_timing()
673 ret = stm32_i2c_compute_solutions(setup, &solutions); in stm32_i2c_compute_timing()
677 ret = stm32_i2c_choose_solution(setup, &solutions, output); in stm32_i2c_compute_timing()
688 list_for_each_entry_safe(v, _v, &solutions, node) { in stm32_i2c_compute_timing()
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Dindex.rst14 Arm reference solutions are Arm public example software projects that track and
18 deploy a product derived from Arm reference solutions.
/openbmc/openbmc/meta-arm/
H A DSECURITY.md42 Arm reference solutions are Arm public example software projects that track and
46 deploy a product derived from Arm reference solutions.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard.inc5 TLS-based solutions like OpenVPN, while being more secure, more performant, \
/openbmc/docs/designs/
H A Ddesign-template.md12 analyse the trade-offs of different solutions. You should concentrate on
90 have alternative solutions to a problem, list them concisely in a bullet list.
101 proposal's features & limitations to existing or similar solutions.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/nopoll/
H A Dnopoll_0.4.6.b400.bb3 written in ansi C, that allows building pure WebSocket solutions or to \
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/
H A Dcorstone1000-external-sys-tests_1.0.bb7 SRC_URI = "git://git.gitlab.arm.com/arm-reference-solutions/corstone1000/applications.git;protocol=…
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md16 any alternative solutions or features you've considered.
/openbmc/linux/drivers/thermal/mediatek/
H A DKconfig5 This is the option for MediaTek thermal software solutions.
/openbmc/qemu/docs/system/arm/
H A Dnrf.rst5 are designed to be used for low-power and short-range wireless solutions.
/openbmc/intel-ipmi-oem/
H A DREADME.md13 Intel-specific solutions,
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/
H A Dlibmodule-pluggable-perl_5.2.bb4 be all and end all of solutions but it works for me.\
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmax2175.txt5 RF to Bits® front-end designed for software-defined radio solutions.
/openbmc/linux/Documentation/hwmon/
H A Dsch5636.rst19 hardware monitoring solutions, allowing motherboard manufacturers to create
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/
H A Dexternal-system_0.1.0.bb11 SRC_URI = "gitsm://git.gitlab.arm.com/arm-reference-solutions/corstone1000/external_system/rtx.git;…
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/
H A D0001-tools-gen_module_code-atomically-rewrite-the-generat.patch6 Upstream-Status: Submitted [https://gitlab.arm.com/arm-reference-solutions/corstone1000/external_sy…
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/
H A Dolder-glibc-symbols.patch11 Yes this is horrible. Better solutions welcome.
/openbmc/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst186 The boot time error messages and solutions are stated as clearly as
187 possible. If all the possible solutions fail, please contact our technical
/openbmc/linux/Documentation/fault-injection/
H A Dprovoke-crashes.rst10 different dumping solutions. The module uses KPROBEs to instrument the
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dfaq.rst10 Here are some solutions for common questions.
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/
H A DREADME.md58 - SCP FW for MCP https://gitlab.arm.com/infra-solutions/reference-design/platsw/scp-firmware/-/tree…
/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c465 struct list_head solutions; in stm32f7_i2c_compute_timing() local
518 INIT_LIST_HEAD(&solutions); in stm32f7_i2c_compute_timing()
545 &solutions); in stm32f7_i2c_compute_timing()
555 if (list_empty(&solutions)) { in stm32f7_i2c_compute_timing()
576 list_for_each_entry(v, &solutions, node) { in stm32f7_i2c_compute_timing()
632 list_for_each_entry_safe(v, _v, &solutions, node) { in stm32f7_i2c_compute_timing()
/openbmc/linux/drivers/fpga/
H A DKconfig162 Gate Array (FPGA) solutions which implement Device Feature List.
218 Field-Programmable Gate Array (FPGA) solutions which implement
/openbmc/linux/Documentation/arch/x86/
H A Dorc-unwinder.rst132 possible solutions would be asking GCC to make the optimizations more
166 "Although Orcs rarely consider multiple solutions to a problem, they do
/openbmc/phosphor-webui/app/common/styles/base/
H A Dforms.scss83 // TODO: Create state rulesets rather than relying on one off solutions

1234