Home
last modified time | relevance | path

Searched refs:node (Results 201 – 225 of 1120) sorted by relevance

12345678910>>...45

/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_offload.c25 int socket_offload_getaddrinfo(const char *node, const char *service, in socket_offload_getaddrinfo() argument
32 return dns_offload->getaddrinfo(node, service, hints, res); in socket_offload_getaddrinfo()
/Zephyr-latest/drivers/usb/uhc/
Duhc_common.c51 sys_dlist_remove(&xfer->node); in uhc_xfer_return()
62 sys_dnode_t *node; in uhc_xfer_get_next() local
65 node = sys_dlist_peek_head(&data->ctrl_xfers); in uhc_xfer_get_next()
66 if (node == NULL) { in uhc_xfer_get_next()
67 node = sys_dlist_peek_head(&data->bulk_xfers); in uhc_xfer_get_next()
70 return (node == NULL) ? NULL : SYS_DLIST_CONTAINER(node, xfer, node); in uhc_xfer_get_next()
78 sys_dlist_append(&data->ctrl_xfers, &xfer->node); in uhc_xfer_append()
/Zephyr-latest/dts/arm/st/f4/
Dstm32f437vX.dtsi14 /delete-node/ &spi5;
16 /delete-node/ &spi6;
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840.overlay14 /delete-node/ &slot0_partition;
15 /delete-node/ &slot1_partition;
16 /delete-node/ &storage_partition;
/Zephyr-latest/samples/drivers/mbox/remote/boards/
Dmimxrt1160_evk_mimxrt1166_cm4.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
Dmimxrt1170_evk_mimxrt1176_cm4.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Difx_cat1-pinctrl.h101 #define DT_GET_CYHAL_GPIO_FROM_DT_GPIOS(node, gpios_prop) \ argument
103 (DT_REG_ADDR_BY_IDX(DT_GPIO_CTLR_BY_IDX(node, gpios_prop, 0), 0) - \
106 DT_PHA_BY_IDX(node, gpios_prop, 0, pin) \
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_03/
Dpsoc6_03.49-wlcsp.dtsi14 /delete-node/ gpio@40310080; // gpio_prt1
15 /delete-node/ gpio@40310180; // gpio_prt3
16 /delete-node/ gpio@40310200; // gpio_prt4
17 /delete-node/ gpio@40310400; // gpio_prt8
18 /delete-node/ gpio@40310600; // gpio_prt12
19 /delete-node/ gpio@40310680; // gpio_prt13
20 /delete-node/ gpio@40310700; // gpio_prt14
/Zephyr-latest/subsys/disk/
Ddisk_access.c31 sys_dnode_t *node; in disk_access_get_di() local
34 SYS_DLIST_FOR_EACH_NODE(&disk_access_list, node) { in disk_access_get_di()
35 itr = CONTAINER_OF(node, struct disk_info, node); in disk_access_get_di()
187 sys_dlist_append(&disk_access_list, &disk->node); in disk_access_register()
209 sys_dlist_remove(&disk->node); in disk_access_unregister()
/Zephyr-latest/subsys/net/lib/prometheus/
Dcollector.c39 (void)sys_slist_find_and_remove(&collector->metrics, &metric->node); in prometheus_collector_register_metric()
41 sys_slist_prepend(&collector->metrics, &metric->node); in prometheus_collector_register_metric()
126 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&collector->metrics, metric, tmp, node) { in prometheus_collector_get_metric()
184 node); in prometheus_collector_walk_metrics()
187 node); in prometheus_collector_walk_metrics()
196 node); in prometheus_collector_walk_metrics()
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_priv.h40 #define MRU_MBOX_ADDR(node, name) \ argument
41 (DT_REG_ADDR(DT_MBOX_CTLR_BY_NAME(node, name)) \
42 + ((DT_MBOX_CHANNEL_BY_NAME(node, name) + 1) * MRU_CHANNEL_OFFSET))
44 #define NETC_MSIX(node, name, cb) \ argument
47 .mbox_spec = MBOX_DT_SPEC_GET(node, name), \
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg_cli.rst11 version 1.1, and it supports the configuration of the lower transport layer behavior of a node that
20 of the Target node respectively.
25 Target node respectively.
30 supported by the SAR Configuration Server model of a peer node. The SAR Configuration Client model
31 only accepts messages encrypted with the device key of the node supporting the SAR Configuration
Dbrg_cfg.rst28 A node implementing the Bridge Configuration Client model can act as a *Configuration Manager* for
43 A node may belong to multiple subnets at the same time.
45 Subnet Bridge node
48 A Subnet Bridge node is a node in a Bluetooth Mesh network that belongs to multiple subnets and has
49 a Subnet Bridge functionality enabled. Subnet bridging can be performed only by such a node. The
50 Subnet Bridge node connects the subnets, and allows communication between them by relaying
53 The Subnet Bridge node has a primary subnet, based on the primary NetKey, which handles the
60 The Bridging Table contains the entries for the subnets that are bridged by the node, and is managed
71 feature on a node by sending a **Subnet Bridge Set** message to the Bridge Configuration
72 Server model on the target node, using the :c:func:`bt_mesh_brg_cfg_cli_set` function.
[all …]
Dsrpl_srv.rst7 mesh specification. The model is enabled if the node has the :ref:`bluetooth_mesh_od_srv` enabled.
11 device. The SRPL is used to reject Solicitation PDUs that are already processed by a node. When a
12 valid Solicitation PDU message is successfully processed by a node, the SSRC field and SSEQ field
13 of the message are stored in the node's SRPL.
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst29 The container struct pointer may be retrieved from a list node using
31 containing struct and the field name of the node. Internally, the
35 Lists may be modified by adding a single node at the head or tail with
37 have a node added to an interior point with :c:func:`sys_slist_insert`,
38 which inserts a new node after an existing one. Similarly
39 :c:func:`sys_slist_remove` will remove a node given a pointer to its
47 for a given node and remove it if present.
52 will enumerate every node in a list given a local variable to store
53 the node pointer. :c:macro:`SYS_SLIST_FOR_EACH_NODE_SAFE` behaves
56 iterated node during the iteration. Each of those macros also exists
[all …]
/Zephyr-latest/drivers/regulator/
Dregulator_da1469x.c442 #define REGULATOR_DA1469X_DEFINE(node, id, rail_id) \ argument
446 .common = REGULATOR_DT_COMMON_CONFIG_INIT(node), \
449 (DT_PROP(node, renesas_regulator_v30_clamp) * \
451 (DT_PROP(node, renesas_regulator_v30_vbus) * \
453 (DT_PROP(node, renesas_regulator_v30_vbat) * \
455 (DT_PROP(node, renesas_regulator_sleep_ldo) * \
457 (DT_PROP(node, renesas_regulator_v30_ref_bandgap) * \
460 (DT_PROP(node, renesas_regulator_dcdc_vbat_high) * \
462 (DT_PROP(node, renesas_regulator_dcdc_vbat_low) * \
466 PM_DEVICE_DT_DEFINE(node, regulator_da1469x_pm_action); \
[all …]
/Zephyr-latest/kernel/
Dqueue.c26 sys_sfnode_t node; member
30 void *z_queue_node_peek(sys_sfnode_t *node, bool needs_free) in z_queue_node_peek() argument
34 if ((node != NULL) && (sys_sfnode_flags_get(node) != (uint8_t)0)) { in z_queue_node_peek()
42 anode = CONTAINER_OF(node, struct alloc_node, node); in z_queue_node_peek()
52 ret = (void *)node; in z_queue_node_peek()
161 sys_sfnode_init(&anode->node, 0x1); in queue_insert()
325 sys_sfnode_t *node; in z_impl_k_queue_get() local
327 node = sys_sflist_get_not_empty(&queue->data_q); in z_impl_k_queue_get()
328 data = z_queue_node_peek(node, true); in z_impl_k_queue_get()
/Zephyr-latest/samples/drivers/mbox_data/remote/boards/
Dmimxrt1160_evk_mimxrt1166_cm4.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
Dmimxrt1170_evk_mimxrt1176_cm4.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
/Zephyr-latest/dts/arm/st/h7/
Dstm32h745Xi_m7.dtsi10 /delete-node/ &flash1;
14 /delete-node/ cpu@1;
Dstm32h755Xi_m7.dtsi10 /delete-node/ &flash1;
14 /delete-node/ cpu@1;
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/remote/boards/
Dnrf5340dk_nrf5340_cpunet.overlay13 /delete-node/ memory@20070000;
25 /delete-node/ ipc0;
/Zephyr-latest/boards/st/stm32f411e_disco/
Dstm32f411e_disco_stm32f411xe_B.overlay15 /delete-node/ lsm303agr-magn@1e;
16 /delete-node/ lsm303agr-accel@19;

12345678910>>...45