| /Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-init/ |
| D | base_multi.yaml | 4 # child-binding, grandchild-binding): 7 # child-binding: 9 # child-binding: 15 # Child-binding level: 17 # - child-prop-1 (amended) 18 # - child-prop-2 19 # - child-prop-enum 20 # From "child-binding: include:" element. 30 # From "child-binding: include:" element. 31 # - child-prop-1 (amended) [all …]
|
| D | base.yaml | 16 # Child-binding: 17 # + child-prop-1 18 # + child-prop-2 19 # + child-prop-enum 20 # + child-prop-req 21 # + child-prop-const 22 # + child-prop-default 56 child-binding: 57 description: Base child-binding description. 60 child-prop-1: [all …]
|
| D | thing.yaml | 12 # Child-binding level: 13 # - child-prop-1 (amended) 14 # - child-prop-enum (amended) 15 # - child-prop-thing (new property) 27 child-binding: 28 property-allowlist: [child-prop-1, child-prop-enum] 29 child-binding: 50 child-binding: 51 description: Child-binding description (thing). 53 child-prop-1: [all …]
|
| D | diamond.yaml | 29 # * Child-binding level: 31 # - child-prop-1 (amended in base_amend.yaml) 32 # - child-prop-enum (amended in base_amend.yaml) 33 # - child-prop-default (inherited from base.yaml) 35 # - child-prop-1 (last amended in thing.yaml) 36 # - child-prop-enum (amended in thing.yaml) 37 # - child-prop-thing (inherited from thing.yaml) 39 # - child-prop-enum (last amended here) 40 # - child-prop-diamond 63 child-binding: [all …]
|
| D | simple.yaml | 14 child-binding: 16 child-prop-1: 18 child-prop-2: 20 child-prop-3: 23 child-binding:
|
| D | base_amend.yaml | 11 # at each level (binding, child-binding, grandchild-binding). 55 # Same amendments at the child-binding level. 56 child-binding: 58 child-prop-1: 59 description: Overwritten description (child). 62 child-prop-2: 63 description: New description (child). 69 child-prop-enum: 72 child-prop-new: 76 child-binding:
|
| D | compat_desc.yaml | 12 child-binding: 13 description: Child-binding description. 14 compatible: vnd,child-compat-desc 16 child-binding:
|
| D | simple_allowlist.yaml | 9 child-binding: 10 property-allowlist: [child-prop-1, child-prop-2] 11 child-binding:
|
| D | vnd,thing.yaml | 14 child-binding: 15 compatible: "vnd,thing-child" 16 description: The Thing's child-binding. 18 child-binding:
|
| D | compat_desc_base.yaml | 10 child-binding: 11 description: Child-binding description (base). 12 compatible: vnd,child-compat-desc-base 14 child-binding:
|
| D | filter_among_notblocked.yaml | 9 child-binding: 10 property-blocklist: [child-prop-2, child-prop-3] 11 child-binding:
|
| /Zephyr-latest/drivers/mfd/ |
| D | mfd_nxp_lp_flexcomm.c | 40 struct nxp_lp_flexcomm_child *child; in nxp_lp_flexcomm_isr() local 46 child = &data->children[LP_FLEXCOMM_PERIPH_LPI2C]; in nxp_lp_flexcomm_isr() 48 if (child->lp_flexcomm_child_isr != NULL) { in nxp_lp_flexcomm_isr() 49 child->lp_flexcomm_child_isr(child->dev); in nxp_lp_flexcomm_isr() 55 child = &data->children[LP_FLEXCOMM_PERIPH_LPUART]; in nxp_lp_flexcomm_isr() 57 if (child->lp_flexcomm_child_isr != NULL) { in nxp_lp_flexcomm_isr() 58 child->lp_flexcomm_child_isr(child->dev); in nxp_lp_flexcomm_isr() 63 child = &data->children[LP_FLEXCOMM_PERIPH_LPSPI]; in nxp_lp_flexcomm_isr() 65 if (child->lp_flexcomm_child_isr != NULL) { in nxp_lp_flexcomm_isr() 66 child->lp_flexcomm_child_isr(child->dev); in nxp_lp_flexcomm_isr() [all …]
|
| /Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
| D | child-binding-with-compat.yaml | 3 description: child-binding with separate compatible than the parent 7 child-binding: 8 compatible: child-compat 9 description: child node 11 child-prop: 15 child-binding:
|
| D | child-binding.yaml | 3 description: child-binding test 7 child-binding: 8 description: child node 10 child-prop: 13 child-ref: 16 child-binding:
|
| D | parent.yaml | 7 include: child.yaml 15 child-binding: 16 # child.yaml included at child-binding level 17 include: child.yaml
|
| /Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/ |
| D | filter-child-bindings.yaml | 1 description: Test binding for filtering 'child-binding' properties 6 child-binding: 7 property-blocklist: [child-prop-1] 8 child-binding: 11 compatible: filter-child-bindings
|
| D | simple.yaml | 14 child-binding: 16 child-prop-1: 18 child-prop-2: 20 child-prop-3: 23 child-binding:
|
| D | include.yaml | 12 child-binding: 14 child-prop-1: 16 child-prop-2: 19 child-binding:
|
| D | simple_filter_blocklist.yaml | 9 child-binding: 10 property-blocklist: [child-prop-2, child-prop-3] 11 child-binding:
|
| /Zephyr-latest/dts/bindings/test/ |
| D | vnd,great-grandchild-bindings.yaml | 5 Test binding for 3 levels of "child-binding". 8 "child-binding:" in a YAML file. This file is used to test that the 15 child-binding: 16 description: child node, no properties 18 child-binding: 21 child-binding:
|
| D | vnd,child-bindings.yaml | 4 description: Test child bindings 6 compatible: "vnd,child-bindings" 10 child-binding: 11 description: Test child binding
|
| /Zephyr-latest/scripts/dts/python-devicetree/tests/ |
| D | test_edtlib_binding_init.py | 8 - check which properties are defined at which level (binding, child-binding, 14 or compatible string (at the binding, child-binding, etc, levels) 40 inherited at the child-binding levels: this seems consistent, 43 string inherited at the child-binding levels, order of inclusion matters, 99 """Load YAML file as Binding instance, and returns its child-binding. 100 The child-binding must exist. 163 If the binding has a child-binding, also recursively verify child-bindings. 210 # Child-Binding level. 214 "child-prop-1", 215 "child-prop-2", [all …]
|
| /Zephyr-latest/tests/kernel/fifo/fifo_usage/src/ |
| D | main.c | 14 * Test Thread enters items into a fifo, starts the Child Thread 15 * and waits for a semaphore. Child thread extracts all items from 16 * the fifo and enters some items back into the fifo. Child Thread 21 * Test Thread enters an item into fifo2, starts a Child Thread and 22 * extract an item from fifo1 once the item is there. The Child Thread 25 * Child Thread and so forth. 29 * control to the Child thread. Child thread gets items from fifo2 and then 30 * puts items into fifo1. Child thread gives back control to the Test thread 137 * @details Test Thread enters items into a fifo, starts the Child Thread 138 * and waits for a semaphore. Child thread extracts all items from [all …]
|
| /Zephyr-latest/dts/bindings/misc/ |
| D | nordic,split-channels.yaml | 14 child-owned-channels = <7 8 9 10 11>; 18 In addition, `child-owned-channels` property allows to use channels 19 7-11 only by child subprocessor. If the CPU you're configuring has no 20 subprocessor(s) assigned, the `child-owned-channels` property 39 child-owned-channels: 43 owned by the compiled CPU but intended to be used by its child
|
| /Zephyr-latest/lib/utils/ |
| D | rb.c | 73 * "node" argument or has an empty/leaf child pointer where "node" 113 static uint8_t get_side(struct rbnode *parent, struct rbnode *child) in get_side() argument 115 CHECK(get_child(parent, 0U) == child || get_child(parent, 1U) == child); in get_side() 117 return (get_child(parent, 1U) == child) ? 1U : 0U; in get_side() 135 struct rbnode *child = stack[stacksz - 1]; in rotate() local 136 uint8_t side = get_side(parent, child); in rotate() 137 struct rbnode *a = get_child(child, side); in rotate() 138 struct rbnode *b = get_child(child, (side == 0U) ? 1U : 0U); in rotate() 143 set_child(grandparent, get_side(grandparent, parent), child); in rotate() 146 set_child(child, side, a); in rotate() [all …]
|