Searched +full:test +full:- +full:hog (Results 1 – 5 of 5) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.07 "gpio-controller":11 "#gpio-cells":19 This property indicates the number of in-use slots of available slots28 gpio-reserved-ranges:31 If not all the GPIOs at offsets 0...N-1 are usable for ngpios = <N>, then36 For example, setting "gpio-reserved-ranges = <3 2>, <10 1>;" means that38 gpio-line-names:39 type: string-array44 child-binding:[all …]
4 * SPDX-License-Identifier: Apache-2.09 * with real-world devicetree nodes, to allow these tests to run on10 * (and be extended to test) real hardware.15 test-alias = &test_nodelabel;27 test {28 #address-cells = < 0x1 >;29 #size-cells = < 0x1 >;30 interrupt-parent = <&test_intc>;32 test_cpu_intc: interrupt-controller {33 compatible = "vnd,cpu-intc";[all …]
4 * SPDX-License-Identifier: Apache-2.010 #include <zephyr/linker/linker-defs.h>29 /* Just past the zephyr image mapping should be a non-present page */41 printk("Caught system error -- reason %d\n", reason); in k_sys_fatal_error_handler()42 printk("Unexpected fault during test\n"); in k_sys_fatal_error_handler()59 err_copy = -1; in z_vrfy_string_nlen()73 return -2; in z_impl_string_alloc_copy()84 return -1; in z_vrfy_string_alloc_copy()145 * arguments (this one happens to need 9), and to test generation of196 * @brief Test to demonstrate usage of k_usermode_string_nlen()[all …]
3 # SPDX-License-Identifier: BSD-3-Clause17 but a binding can also come from a 'child-binding:' key in the binding for the23 The top-level entry points for the library are the EDT and Binding classes.28 # NOTE: tests/test_edtlib.py is the test suite for this library.31 # --------------------47 # - Consider using @property for APIs that don't need parameters. It makes51 # - Think about the data type of the thing you're exposing. Exposing something55 # - Avoid get_*() prefixes on functions. Name them after the thing they return60 # - Don't expose dtlib stuff directly.62 # - Add documentation for any new APIs you add.[all …]
1 # Copyright (c) 2018-2019 Linaro4 # SPDX-License-Identifier: Apache-2.017 "python-devicetree", "src"))122 This function is used to test if a node is enabled (has status157 foo: some-node { ... };256 called 'prop' and if that 'prop' is an phandle-array type.272 if node.props[prop].type != "phandle-array":456 foo: some-node { ... };640 called 'prop' and if that 'prop' is an phandle-array type.669 path to the pointed-to node, or an empty string if there is[all …]