/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 …]
|
D | mfd_adp5585.c | 70 if ((reg_int_status & ADP5585_INT_GPI) && device_is_ready(data->child.gpio_dev)) { in mfd_adp5585_work_handler() 71 (void)gpio_adp5585_irq_handler(data->child.gpio_dev); in mfd_adp5585_work_handler()
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_dt.h | 113 #define NPCX_DT_CLK_CFG_ITEMS_FUNC(child, inst) \ argument 114 NPCX_DT_CLK_CFG_ITEM_BY_IDX(inst, child) 210 #define NPCX_DT_WUI_ITEMS_FUNC(child, inst) NPCX_DT_WUI_ITEM_BY_IDX(inst, child) argument 258 #define NPCX_DT_MIWU_IRQ_TABLE_IDX(child) \ argument 259 DT_PROP(DT_PHANDLE(DT_PARENT(child), parent), index) 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), \ [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/lib/utils/ |
D | rb.c | 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() 147 set_child(child, (side == 0U) ? 1U : 0U, parent); in rotate() [all …]
|
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | thrd.c | 111 static thrd_t child; variable 118 zassert_equal(thrd_current(), child); in thrd_current_equal_fn() 119 zassert_not_equal(child, parent); in thrd_current_equal_fn() 121 zassert_true(thrd_equal(thrd_current(), child)); in thrd_current_equal_fn() 122 zassert_false(thrd_equal(child, parent)); in thrd_current_equal_fn() 131 zassert_equal(thrd_success, thrd_create(&child, thrd_current_equal_fn, NULL)); in ZTEST() 132 zassert_equal(thrd_success, thrd_join(child, NULL)); in ZTEST()
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc5041_stepper_controller.c | 698 #define TMC5041_SHAFT_CONFIG(child) \ argument 699 (DT_PROP(child, invert_direction) << TMC5041_GCONF_SHAFT_SHIFT(DT_REG_ADDR(child))) | 701 #define TMC5041_STEPPER_CONFIG_DEFINE(child) \ argument 702 COND_CODE_1(DT_PROP_EXISTS(child, stallguard_threshold_velocity), \ 703 BUILD_ASSERT(DT_PROP(child, stallguard_threshold_velocity), \ 705 IF_ENABLED(CONFIG_STEPPER_ADI_TMC5041_RAMP_GEN, (CHECK_RAMP_DT_DATA(child))); \ 706 static const struct tmc5041_stepper_config tmc5041_stepper_config_##child = { \ 707 .controller = DEVICE_DT_GET(DT_PARENT(child)), \ 708 .default_micro_step_res = DT_PROP(child, micro_step_res), \ 709 .index = DT_REG_ADDR(child), \ [all …]
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nxp_flexio.c | 85 const struct nxp_flexio_child *child; member 102 struct nxp_flexio_child *child = (struct nxp_flexio_child *)(config->child); in pwm_nxp_flexio_set_cycles() local 169 FLEXIO_SetTimerConfig(flexio_base, child->res.timer_index[channel], &timerConfig); in pwm_nxp_flexio_set_cycles() 210 struct nxp_flexio_child *child = (struct nxp_flexio_child *)(config->child); in mcux_flexio_pwm_init() local 226 err = nxp_flexio_child_attach(config->flexio_dev, child); in mcux_flexio_pwm_init() 236 FLEXIO_SetTimerConfig(flexio_base, child->res.timer_index[ch_id], &timerConfig); in mcux_flexio_pwm_init() 269 FLEXIO_SetTimerConfig(flexio_base, child->res.timer_index[ch_id], &timerConfig); in mcux_flexio_pwm_init() 326 .child = &mcux_flexio_pwm_child_##n, \
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_mpm54304.c | 84 #define REGULATOR_MPM54304_DEFINE_COND(inst, child, child_name) \ argument 86 DT_NODE_EXISTS(DT_INST_CHILD(inst, child)), \ 87 (REGULATOR_MPM54304_DEFINE(DT_INST_CHILD(inst, child), child##inst, child_name)))
|
D | regulator_adp5360.c | 299 #define REGULATOR_ADP5360_DEFINE_COND(inst, child) \ argument 300 COND_CODE_1(DT_NODE_EXISTS(DT_INST_CHILD(inst, child)), \ 301 (REGULATOR_ADP5360_DEFINE(DT_INST_CHILD(inst, child), child##inst, child)), \
|
D | regulator_max20335.c | 357 #define REGULATOR_MAX20335_DEFINE_COND(inst, child, source) \ argument 358 COND_CODE_1(DT_NODE_EXISTS(DT_INST_CHILD(inst, child)), \ 359 (REGULATOR_MAX20335_DEFINE(DT_INST_CHILD(inst, child), \ 360 child##inst, child, source)), \
|
D | regulator_axp192.c | 381 #define REGULATOR_AXP192_DEFINE_COND(inst, child) \ argument 382 COND_CODE_1(DT_NODE_EXISTS(DT_INST_CHILD(inst, child)), \ 383 (REGULATOR_AXP192_DEFINE(DT_INST_CHILD(inst, child), child##inst, child)), ())
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | qsort.c | 55 int child; in sift_down() local 59 child = left(root); in sift_down() 62 if (compare(cmp, A(swap), A(child)) < 0) { in sift_down() 63 swap = child; in sift_down()
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 318 child-1 { 320 child-2 { 337 child { 471 // Node with 'child-binding:' in binding (along with a recursive 472 // 'child-binding:') 475 child-binding-dep { 478 child-binding { 480 child-1 { 481 child-prop = <1>; 484 grandchild-ref = < &{/child-binding-dep} >; [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 44 for child in psutil.Process(proc.pid).children(recursive=True): 46 os.kill(child.pid, signal.SIGTERM)
|
/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.
|
/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 4 /delete-property/ child-owned-channels;
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 481 for child in node.children.values(): 482 if child.status == "okay": 488 " ".join(f"fn(DT_{child.z_path_id})" for child in 493 for child in node.children.values())) 497 for child in node.children.values())) 501 for child in node.children.values())) 505 for child in node.children.values() if child.status == "okay")) 509 for child in node.children.values() if child.status == "okay")) 513 for child in node.children.values() if child.status == "okay")) 517 for child in node.children.values() if child.status == "okay")) [all …]
|
/Zephyr-latest/lib/acpi/ |
D | Kconfig | 38 int "maximum child devices" 41 maximum acpi child devices.
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_nxp_flexio_lcdif.c | 33 const struct nxp_flexio_child *child; member 377 uint8_t shifter_end = config->child->res.shifter_count - 1; in flexio_lcdif_init() 384 err = nxp_flexio_child_attach(config->flexio_dev, config->child); in flexio_lcdif_init() 389 config->flexio_lcd_dev->txShifterStartIndex = config->child->res.shifter_index[0]; in flexio_lcdif_init() 390 config->flexio_lcd_dev->txShifterEndIndex = config->child->res.shifter_index[shifter_end]; in flexio_lcdif_init() 395 config->flexio_lcd_dev->timerIndex = config->child->res.timer_index[0]; in flexio_lcdif_init() 457 .child = &lcdif_child_##n, \
|
/Zephyr-latest/samples/drivers/led/pwm/ |
D | README.rst | 12 (child nodes) the same test pattern (described below) is executed. The LED API 33 device node must match "pwm-leds". And for each LED, a child node must be
|
/Zephyr-latest/include/zephyr/drivers/misc/nxp_flexio/ |
D | nxp_flexio.h | 86 const struct nxp_flexio_child *child);
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 414 for child in die.iter_children(): 415 if child.tag != "DW_TAG_member": 417 data_member_location = child.attributes.get("DW_AT_data_member_location") 421 child_type = die_get_type_offset(child) 423 cname = die_get_name(child) or "<anon>" 424 m = AggregateTypeMember(child.offset, cname, child_type, 443 for child in die.iter_children(): 444 if child.tag != "DW_TAG_subrange_type": 447 if "DW_AT_upper_bound" in child.attributes: 448 ub = child.attributes["DW_AT_upper_bound"] [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/ |
D | codesample-livesearch.js | 41 node.childNodes.forEach((child) => highlightMatches(child, query));
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 608 #main-menu > li:last-child { 613 #main-menu > li:last-child { 728 #main-menu > li:last-child { 1338 div.fragment > .line:first-child .lineno { 1571 table.mlabels > tbody > tr:first-child { 1665 th.markdownTableHeadLeft:first-child, 1666 th.markdownTableHeadRight:first-child, 1667 th.markdownTableHeadCenter:first-child, 1668 th.markdownTableHeadNone:first-child, 1669 table.doxtable tr th:first-child { [all …]
|