Lines Matching full:child
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
270 NPCX_DT_MIWU_IRQ_CONNECT_IMPL_CHILD_FUNC_OBJ(child);
272 #define NPCX_DT_MIWU_IRQ_CONNECT_IMPL_CHILD_FUNC_OBJ(child) \ argument
274 IRQ_CONNECT(DT_PROP(child, irq), \
275 DT_PROP(child, irq_prio), \
276 NPCX_MIWU_ISR_FUNC(NPCX_DT_MIWU_IRQ_TABLE_IDX(child)), \
277 DT_PROP(child, group_mask), \
279 irq_enable(DT_PROP(child, irq)); \
283 * @brief Get a child node from path '/npcx-espi-vws-map/name'.
286 * @return child node identifier with that path.
292 * @brief Get phandle from vw-wui property of child node with that path.
295 * @return phandle from "vw-wui" prop of child node with that path.
301 * @brief Construct a npcx_wui structure from vw-wui property of a child node
317 * a child node with that path.
335 * a child node with that path.