Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c490 struct list_head *solutions) in stm32_i2c_compute_solutions() argument
545 list_add_tail(&v->node, solutions); in stm32_i2c_compute_solutions()
551 if (list_empty(solutions)) { in stm32_i2c_compute_solutions()
560 struct list_head *solutions, in stm32_i2c_choose_solution() argument
594 list_for_each_entry(v, solutions, node) { in stm32_i2c_choose_solution()
642 struct list_head solutions; in stm32_i2c_compute_timing() local
673 INIT_LIST_HEAD(&solutions); in stm32_i2c_compute_timing()
674 ret = stm32_i2c_compute_solutions(setup, &solutions); in stm32_i2c_compute_timing()
678 ret = stm32_i2c_choose_solution(setup, &solutions, s); in stm32_i2c_compute_timing()
695 list_for_each_entry_safe(v, _v, &solutions, node) { in stm32_i2c_compute_timing()
/OK3568_Linux_fs/external/mpp/build/vc10-x86_64/
H A Dbuild-all.bat7 call make-solutions.bat
/OK3568_Linux_fs/buildroot/package/qt5/qt5location/
H A DConfig.in9 solutions using the data available from some of the
/OK3568_Linux_fs/external/mpp/build/vc12-x86_64/
H A Dbuild-all.bat7 call make-solutions.bat
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pxaregs/
H A Dpxaregs_1.14.bb4 AUTHOR = "Holger Schurig <hs4233@mail.mn-solutions.de>"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-kernel/wireguard/
H A Dwireguard.inc5 TLS-based solutions like OpenVPN, while being more secure, more performant, \
/OK3568_Linux_fs/yocto/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 \
/OK3568_Linux_fs/yocto/meta-clang/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md17 A clear and concise description of any alternative solutions or features you've considered.
/OK3568_Linux_fs/buildroot/package/openvpn/
H A DConfig.in11 remote access solutions with load balancing, failover, and
/OK3568_Linux_fs/buildroot/package/asterisk/
H A DConfig.in22 solutions. It is used by small businesses, large businesses,
/OK3568_Linux_fs/buildroot/package/libmdbx/
H A DConfig.in11 solutions.
/OK3568_Linux_fs/buildroot/package/python-ujson/
H A D0002-Add-support-of-ARC-architecture.patch11 [1] https://www.synopsys.com/designware-ip/processor-solutions/arc-processors.html
/OK3568_Linux_fs/yocto/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.\
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dsch5636.rst19 hardware monitoring solutions, allowing motherboard manufacturers to create
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dmax2175.txt5 RF to Bits® front-end designed for software-defined radio solutions.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pseudo/files/
H A Dolder-glibc-symbols.patch11 Yes this is horrible. Better solutions welcome.
/OK3568_Linux_fs/kernel/drivers/fpga/
H A DKconfig155 Gate Array (FPGA) solutions which implement Device Feature List.
200 Field-Programmable Gate Array (FPGA) solutions which implement
/OK3568_Linux_fs/kernel/Documentation/fault-injection/
H A Dprovoke-crashes.rst10 different dumping solutions. The module uses KPROBEs to instrument the
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dfaq.rst10 Here are some solutions for common questions.
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-stm32f7.c445 struct list_head solutions; in stm32f7_i2c_compute_timing() local
497 INIT_LIST_HEAD(&solutions); in stm32f7_i2c_compute_timing()
524 &solutions); in stm32f7_i2c_compute_timing()
534 if (list_empty(&solutions)) { in stm32f7_i2c_compute_timing()
555 list_for_each_entry(v, &solutions, node) { in stm32f7_i2c_compute_timing()
611 list_for_each_entry_safe(v, _v, &solutions, node) { in stm32f7_i2c_compute_timing()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dqcom,wcd9335.txt4 Qualcomm Technologies, Inc. (QTI) multimedia solutions, including
/OK3568_Linux_fs/external/xserver/debian/
H A DREADME.source43 When a patch has to be applied to the Debian package, two solutions
/OK3568_Linux_fs/kernel/Documentation/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
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dconfigure.txt63 Buildroot provides two solutions for the cross-compilation toolchain:
71 The choice between these two solutions is done using the +Toolchain
153 Then, you have three solutions to use an external toolchain:
298 different solutions to handle the +/dev+ directory :
/OK3568_Linux_fs/kernel/drivers/staging/most/Documentation/
H A Ddriver_usage.txt17 increasing the demand for reliable and simple solutions to support audio,
23 of Automotive Grade Linux to create open source software solutions for

1234