Home
last modified time | relevance | path

Searched refs:node (Results 251 – 275 of 1120) sorted by relevance

1...<<11121314151617181920>>...45

/Zephyr-latest/samples/drivers/mbox_data/boards/
Dmimxrt1160_evk_mimxrt1166_cm7.overlay16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
/Zephyr-latest/samples/drivers/mbox/boards/
Dmimxrt1160_evk_mimxrt1166_cm7.overlay16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay16 /* Delete IPM Driver node nxp,imx-mu */
17 /delete-node/ mailbox@40c48000;
/Zephyr-latest/drivers/syscon/
DKconfig12 SYSCON (System Controller) drivers. System controller node represents
15 of device. The typical use-case is for some other node's driver, or
16 platform-specific code, to acquire a reference to the syscon node and
/Zephyr-latest/snippets/xen_dom0/boards/
Dqemu_cortex_a53.overlay7 /delete-node/ &sram0;
16 * This node may differs on different setups, please check
32 * This node may differs on different setups, because Xen picks
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay16 * directly and does not require the MIPI DBI SPI node
18 /delete-node/ mipi_dbi;
19 /delete-node/ adafruit_2_8_tft_touch_v2_mipi_dbi;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dod_srv.rst11 node that is a recipient of Solicitation PDUs by managing its On-Demand Private GATT Proxy state.
14 is dependent on the :ref:`bluetooth_mesh_models_priv_beacon_srv` to be present on the node.
18 messages encrypted with the node's device key.
Dhealth_srv.rst6 The Health Server model provides attention callbacks and node diagnostics for
8 faults in the mesh node and map the mesh nodes to their physical location.
17 alter the behavior of the node, like power outages or faulty peripherals.
19 are close to the limits of what the node is designed to withstand, but not
21 outside of the node's design limits, and may have caused invalid behavior or
/Zephyr-latest/doc/hardware/peripherals/
Dregulators.rst12 that a devicetree node directly depends on. Within the driver for the node the
20 controlled within the driver for the corresponding node, e.g. a sensor.
/Zephyr-latest/samples/drivers/led/pwm/
DREADME.rst33 device node must match "pwm-leds". And for each LED, a child node must be
35 node.
/Zephyr-latest/samples/boards/nordic/nrfx_prs/boards/
Dnrf9160dk_nrf9160.overlay41 /* This node corresponds to the SPIM1 peripheral that is to be used via
54 * peripherals cannot be used simultaneously and this node must be disabled.
82 /* This node also needs to be disabled, as in the default nrf9160dk/nrf9160
84 * to the spi1 node (17, 18, and 19).
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/
Dmimxrt1160_evk_mimxrt1166_cm4.overlay40 /delete-node/ gpt@400f0000;
50 /* Delete IPM Driver node nxp,imx-mu */
51 /delete-node/ mailbox@40c4c000;
65 /delete-node/ ipc0;
Dmimxrt1170_evk_mimxrt1176_cm4.overlay40 /delete-node/ gpt@400f0000;
50 /* Delete IPM Driver node nxp,imx-mu */
51 /delete-node/ mailbox@40c4c000;
65 /delete-node/ ipc0;
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay40 /delete-node/ gpt@400f0000;
50 /* Delete IPM Driver node nxp,imx-mu */
51 /delete-node/ mailbox@40c4c000;
65 /delete-node/ ipc0;
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt1050.dtsi42 /delete-node/ gpio@42000000;
43 /delete-node/ gpio@42004000;
44 /delete-node/ gpio@42008000;
45 /delete-node/ gpio@4200c000;
/Zephyr-latest/subsys/usb/device_next/
Dusbd_device.c343 SYS_DLIST_FOR_EACH_CONTAINER(&uds_ctx->vreqs, vreq_nd, node) { in usbd_device_get_vreq()
374 if (sys_dnode_is_linked(&vreq_nd->node)) { in usbd_device_register_vreq()
379 sys_dlist_append(&uds_ctx->vreqs, &vreq_nd->node); in usbd_device_register_vreq()
390 sys_dnode_t *node; in usbd_device_unregister_all_vreq() local
396 while ((node = sys_dlist_get(&uds_ctx->vreqs))) { in usbd_device_unregister_all_vreq()
397 tmp = CONTAINER_OF(node, struct usbd_vreq_node, node); in usbd_device_unregister_all_vreq()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h722 struct mpsc_node *node = mpsc_pop(&pool->free_q); in rtio_sqe_pool_alloc() local
724 if (node == NULL) { in rtio_sqe_pool_alloc()
728 struct rtio_iodev_sqe *iodev_sqe = CONTAINER_OF(node, struct rtio_iodev_sqe, q); in rtio_sqe_pool_alloc()
744 struct mpsc_node *node = mpsc_pop(&pool->free_q); in rtio_cqe_pool_alloc() local
746 if (node == NULL) { in rtio_cqe_pool_alloc()
750 struct rtio_cqe *cqe = CONTAINER_OF(node, struct rtio_cqe, q); in rtio_cqe_pool_alloc()
1023 struct mpsc_node *node = mpsc_pop(&r->sq); in rtio_sqe_drop_all() local
1025 while (node != NULL) { in rtio_sqe_drop_all()
1026 iodev_sqe = CONTAINER_OF(node, struct rtio_iodev_sqe, q); in rtio_sqe_drop_all()
1028 node = mpsc_pop(&r->sq); in rtio_sqe_drop_all()
[all …]
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_psi.c221 #define NETC_VSI_GENERAL_CFG(node, prop, idx) \ argument
222 [DT_PROP_BY_IDX(node, prop, idx)] = { \
223 .siId = DT_PROP_BY_IDX(node, prop, idx), \
235 #define NETC_VSI_RX_MSG_BUF(node, prop, idx, n) \ argument
236 BUILD_ASSERT((DT_PROP_BY_IDX(node, prop, idx) > NETC_ETH_IP_PSI_INDEX) \
237 && (DT_PROP_BY_IDX(node, prop, idx) <= FEATURE_NETC_ETH_NUM_OF_VIRTUAL_CTRLS), \
240 _CONCAT3(nxp_s32_eth##n##_vsi, DT_PROP_BY_IDX(node, prop, idx), _rx_msg_buf) \
243 #define NETC_VSI_RX_MSG_BUF_ARRAY(node, prop, idx, n) \ argument
244 [DT_PROP_BY_IDX(node, prop, idx) - 1] = \
245 &_CONCAT3(nxp_s32_eth##n##_vsi, DT_PROP_BY_IDX(node, prop, idx), _rx_msg_buf)
/Zephyr-latest/lib/utils/
Donoff.c163 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(mlist, mon, tmp, node) { in notify_monitors()
187 sys_snode_t *node = sys_slist_get_not_empty(list); in notify_all() local
189 CONTAINER_OF(node, in notify_all()
191 node); in notify_all()
259 SYS_SLIST_FOR_EACH_CONTAINER(clients, cp, node) { in process_complete()
462 sys_slist_append(&mgr->clients, &cli->node); in onoff_request()
533 sys_slist_append(&mgr->clients, &cli->node); in onoff_reset()
556 if (sys_slist_find_and_remove(&mgr->clients, &cli->node)) { in onoff_cancel()
579 sys_slist_append(&mgr->monitors, &mon->node); in onoff_monitor_register()
598 if (sys_slist_find_and_remove(&mgr->monitors, &mon->node)) { in onoff_monitor_unregister()
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxybridge.py66 for node in self.document.traverse(addnodes.pending_xref):
67 if node.get("refdomain") != "c":
70 reftype = node.get("reftype")
80 reftarget = node.get("reftarget").replace(".", "::").rstrip("()")
108 refnode.append(node[0].deepcopy())
115 node.replace_self([refnode])
/Zephyr-latest/subsys/net/pkt_filter/
Dbase.c112 SYS_SLIST_FOR_EACH_CONTAINER(rule_head, rule, node) { in evaluate()
179 sys_slist_prepend(&rules->rule_head, &rule->node); in npf_insert_rule()
186 __ASSERT(sys_slist_peek_tail(&rules->rule_head) != &npf_default_ok.node, ""); in npf_append_rule()
187 __ASSERT(sys_slist_peek_tail(&rules->rule_head) != &npf_default_drop.node, ""); in npf_append_rule()
192 sys_slist_append(&rules->rule_head, &rule->node); in npf_append_rule()
200 bool result = sys_slist_find_and_remove(&rules->rule_head, &rule->node); in npf_remove_rule()
/Zephyr-latest/kernel/include/
Dtimeout_q.h27 sys_dnode_init(&to->node); in z_init_timeout()
37 return !sys_dnode_is_linked(&to->node); in z_is_inactive_timeout()

1...<<11121314151617181920>>...45