/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:
|
D | allow-and-blocklist-child.yaml | 5 child binding. This binding should cause an error. 6 compatible: allow-and-blocklist-child 9 child-binding:
|
D | simple_filter_allowlist.yaml | 9 child-binding: 10 property-allowlist: [child-prop-1] 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
|
D | vnd,video-multi-port.yaml | 8 child-binding: 9 child-binding: 10 child-binding:
|
/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 …]
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_dt.h | 109 * @param child child index in UTIL_LISTIFY extension. 113 #define NPCX_DT_CLK_CFG_ITEMS_FUNC(child, inst) \ argument 114 NPCX_DT_CLK_CFG_ITEM_BY_IDX(inst, child) 206 * @param child child index in UTIL_LISTIFY extension. 210 #define NPCX_DT_WUI_ITEMS_FUNC(child, inst) NPCX_DT_WUI_ITEM_BY_IDX(inst, child) argument 254 * @param child index in UTIL_LISTIFY extension. 258 #define NPCX_DT_MIWU_IRQ_TABLE_IDX(child) \ argument 259 DT_PROP(DT_PHANDLE(DT_PARENT(child), parent), index) 265 * @param child index in UTIL_LISTIFY extension. 269 #define NPCX_DT_MIWU_IRQ_CONNECT_IMPL_CHILD_FUNC(child) \ argument [all …]
|
/Zephyr-latest/drivers/misc/mcux_flexio/ |
D | mcux_flexio.c | 83 const struct nxp_flexio_child *child = map_shifter_child[idx]; in mcux_flexio_isr() local 85 if (child != NULL) { in mcux_flexio_isr() 86 nxp_flexio_child_isr_t isr = child->isr; in mcux_flexio_isr() 89 isr(child->user_data); in mcux_flexio_isr() 103 const struct nxp_flexio_child *child = map_timer_child[idx]; in mcux_flexio_isr() local 105 if (child != NULL) { in mcux_flexio_isr() 106 nxp_flexio_child_isr_t isr = child->isr; in mcux_flexio_isr() 109 isr(child->user_data); in mcux_flexio_isr() 170 const struct nxp_flexio_child *child) in nxp_flexio_child_attach() argument 173 const struct nxp_flexio_child_res *child_res = &child->res; in nxp_flexio_child_attach() [all …]
|
/Zephyr-latest/dts/bindings/video/ |
D | nxp,mipi-csi2rx.yaml | 13 child-binding: 14 child-binding: 15 child-binding:
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | ite,it8xxx2-wuc-map.yaml | 4 description: ITE Wake-Up Controller (WUC) mapping child node 8 child-binding: 9 description: Child node to present the mapping between input of WUC and its source device
|
D | nuvoton,npcx-miwu-wui-map.yaml | 4 description: NPCX-MIWU Wake-Up Unit Input (WUI) mapping child node 8 child-binding: 9 description: Child node to present the mapping between input of MIWU and its source device
|
/Zephyr-latest/boards/arduino/opta/dts/bindings/ |
D | gpio-power-switches.yaml | 7 switch is defined in a child node of the gpio-power-switches node. 11 child-binding: 12 description: GPIO power switch child node
|
/Zephyr-latest/samples/subsys/pm/device_pm/ |
D | sample.yaml | 18 - "child suspending\\.\\." 21 - "child resuming\\.\\." 23 - "child suspending\\.\\."
|
/Zephyr-latest/include/zephyr/drivers/misc/nxp_flexio/ |
D | nxp_flexio.h | 15 * resources for a FlexIO child. 34 * @brief Structure containing the required child data for FlexIO 79 * @brief Attach flexio child to flexio controller 81 * @param child Pointer to flexio child 86 const struct nxp_flexio_child *child);
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 68 int "The maximum number of IPv6 address registrations per child" 234 int "Openthread child supervision check timeout in seconds" 237 The supervision check timeout interval in seconds used by a device in child state. 238 Set to zero to disable the supervision check process on the child. 241 int "Openthread child supervision interval in seconds" 245 to the child, if there is no transmission to the child within this interval. 246 Set to zero to disable the supervision check process on the child. 249 int "Openthread MLE child timeout in seconds" 252 The value of MLE child timeout in seconds.
|