Home
last modified time | relevance | path

Searched +full:num +full:- +full:clients (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/dts/bindings/sip_svc/
Dintel,agilex-socfpga-sip-smc.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "intel,socfpga-agilex-sip-smc"
19 zephyr,num-clients:
23 Number of allowed clients that can communicate with lower layer.
/Zephyr-latest/tests/subsys/sip_svc/boards/
Dintel_socfpga_agilex5_socdk.overlay2 * SPDX-License-Identifier: Apache-2.0
10 zephyr,num-clients = <16>;
Dintel_socfpga_agilex_socdk.overlay2 * SPDX-License-Identifier: Apache-2.0
10 zephyr,num-clients = <16>;
/Zephyr-latest/samples/subsys/sip_svc/boards/
Dintel_socfpga_agilex5_socdk.overlay2 * SPDX-License-Identifier: Apache-2.0
10 zephyr,num-clients = <1>;
Dintel_socfpga_agilex_socdk.overlay2 * SPDX-License-Identifier: Apache-2.0
10 zephyr,num-clients = <1>;
/Zephyr-latest/samples/subsys/shell/shell_module/boards/
Dintel_socfpga_agilex_socdk.overlay3 * SPDX-License-Identifier: Apache-2.0
14 zephyr,num-clients = <2>;
Dintel_socfpga_agilex5_socdk.overlay3 * SPDX-License-Identifier: Apache-2.0
32 zephyr,num-clients = <2>;
/Zephyr-latest/tests/drivers/build_all/fpga/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
15 #address-cells = <1>;
16 #size-cells = <1>;
20 gpio-controller;
22 #gpio-cells = <0x2>;
27 #address-cells = <1>;
28 #size-cells = <0>;
32 clock-frequency = <2000000>;
35 cs-gpios = <&test_gpio 0 0>, /* 0x00 */
[all …]
/Zephyr-latest/dts/arm64/intel/
Dintel_socfpga_agilex.dtsi2 * SPDX-License-Identifier: Apache-2.0
4 * Copyright (C) 2021-2022, Intel Corporation
8 #include <arm64/armv8-a.dtsi>
9 #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
10 #include <zephyr/dt-bindings/clock/intel_socfpga_clock.h>
15 #address-cells = <1>;
16 #size-cells= <0>;
20 compatible = "arm,cortex-a53";
25 compatible = "arm,cortex-a53";
31 compatible = "arm,cortex-a53";
[all …]
Dintel_socfpga_agilex5.dtsi2 * SPDX-License-Identifier: Apache-2.0
8 #include <arm64/armv8-a.dtsi>
9 #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
10 #include <zephyr/dt-bindings/reset/intel_socfpga_reset.h>
11 #include <zephyr/dt-bindings/clock/intel_socfpga_clock.h>
16 #address-cells = <1>;
17 #size-cells= <0>;
21 compatible = "arm,cortex-a55";
22 enable-method = "psci";
28 compatible = "arm,cortex-a55";
[all …]
/Zephyr-latest/include/zephyr/sensing/
Dsensing_sensor.h2 * Copyright (c) 2022-2023 Intel Corporation.
4 * SPDX-License-Identifier: Apache-2.0
84 sys_snode_t snode; /**< Node in the singly-linked list of connections. */
111 sys_slist_t client_list; /**< List of the sensor clients. */
130 * @param idx Logical index into the sensor-types array.
143 * @param idx Logical index into the sensor-types array.
223 * @param num The number of the connections.
226 #define SENSING_CONNECTIONS_DEFINE(node, num, cb_list_ptr) \ argument
227 LISTIFY(num, SENSING_SENSOR_SOURCE_EXTERN, \
230 SENSING_CONNECTIONS_NAME(node)[(num)] = { \
[all …]
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/src/
Dmain_remote.c3 * Copyright (c) 2024-2025 Renesas Electronics Corporation
4 * SPDX-License-Identifier: Apache-2.0
141 return -1; in platform_init()
147 return -1; in platform_init()
153 return -1; in platform_init()
157 metal_io_init(&device->regions[0], (void *)SHM_START_ADDR, &shm_physmap, SHM_SIZE, -1, 0, in platform_init()
163 return -1; in platform_init()
171 metal_io_init(&device->regions[1], (void *)RSC_TABLE_ADDR, &rsc_physmap, rsc_size, -1, 0, in platform_init()
177 return -1; in platform_init()
183 return -1; in platform_init()
[all …]
/Zephyr-latest/drivers/sip_svc/
Dsip_smc_intel_socfpga.c2 * Copyright (c) 2022-2023, Intel Corporation.
4 * SPDX-License-Identifier: Apache-2.0
94 SMC_PLAT_PROTO_HEADER_SET_TRANS_ID(request->a1, trans_id); in intel_sip_smc_plat_update_trans_id()
97 if ((void *)request->a2 != NULL) { in intel_sip_smc_plat_update_trans_id()
98 data = (uint32_t *)request->a2; in intel_sip_smc_plat_update_trans_id()
112 if (request->a2) { in intel_sip_smc_plat_free_async_memory()
113 k_free((void *)request->a2); in intel_sip_smc_plat_free_async_memory()
141 if (((long)res->a0) <= SMC_STATUS_OKAY) { in intel_sip_smc_plat_async_res_res()
147 LOG_INF("There is no valid polling response %ld", (long)res->a0); in intel_sip_smc_plat_async_res_res()
148 return -EINPROGRESS; in intel_sip_smc_plat_async_res_res()
[all …]
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c4 * SPDX-License-Identifier: Apache-2.0
108 msg->data = data; in rpmsg_recv_tty_callback()
109 msg->len = len; in rpmsg_recv_tty_callback()
150 return -1; in platform_init()
155 SHM_SIZE, -1, 0, NULL); in platform_init()
162 &rsc_tab_physmap, rsc_size, -1, 0, NULL); in platform_init()
167 return -1; in platform_init()
175 return -1; in platform_init()
211 ret = rproc_virtio_init_vring(vdev, 0, vring_rsc->notifyid, in platform_create_rpmsg_vdev()
212 (void *)vring_rsc->da, rsc_io, in platform_create_rpmsg_vdev()
[all …]
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c4 * SPDX-License-Identifier: Apache-2.0
24 static struct coap_client *clients[CONFIG_COAP_CLIENT_MAX_INSTANCES]; variable
48 return ret >= 0 ? ret : -errno; in send_request()
64 return err >= 0 ? err : -errno; in receive()
73 .last_response_id = -1, in reset_internal_request()
83 request->request_ongoing = false; in release_internal_request()
84 request->pending.timeout = 0; in release_internal_request()
91 client->fd = sock; in coap_client_schedule_poll()
92 memcpy(&internal_req->coap_request, req, sizeof(struct coap_client_request)); in coap_client_schedule_poll()
93 internal_req->request_ongoing = true; in coap_client_schedule_poll()
[all …]
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst31 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
33 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
35 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
37 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
38 | Group ID | Sequence Num | Command ID |
39 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
42 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
46 both the "Little-endian" and "Big-endian" frames but in reality the
48 "Big-endian".
59 +-------------------+---------------------------------------------------+
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2 # SPDX-License-Identifier: BSD-3-Clause
10 The top-level entry point of the library is the DT class. DT.__init__() takes a
30 "Exception raised for devicetree-related errors"
34 Represents a node in the devicetree ('node-name { ... };').
68 stored in big-endian format.
96 Node constructor. Not meant to be called directly by clients.
121 def name(self) -> str:
125 # Converted to a property to discourage renaming -- that has to be done
130 def lineno(self) -> int:
137 def filename(self) -> str:
[all …]
Dedtlib.py3 # SPDX-License-Identifier: BSD-3-Clause
17 but a binding can also come from a 'child-binding:' key in the binding for the
23 The top-level entry points for the library are the EDT and Binding classes.
31 # --------------------
43 # clients. This keeps the header generation script simple.
47 # - Consider using @property for APIs that don't need parameters. It makes
48 # functions look like attributes, which is less awkward in clients, and makes
51 # - Think about the data type of the thing you're exposing. Exposing something
55 # - Avoid get_*() prefixes on functions. Name them after the thing they return
60 # - Don't expose dtlib stuff directly.
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst30 sub-commands. Every time the device boots up, make sure to call ``mesh init`` before any of the
43 The simplest way to provision the device is through self-provisioning. To do this the user must
49 devices, as long as they're assigned non-overlapping unicast addresses. Alternatively, to provision
51 ``mesh prov pb-adv on`` or ``mesh prov pb-gatt on``. The beacons can be picked up by an external
68 ``mesh prov local`` command above), we can perform self-configuration through any of the
73 uart:~$ mesh models cfg get-comp
89 uart:~$ mesh test net-send 82020100
120 .. list-table:: Parameter formats
122 :header-rows: 1
124 * - Type
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_
[all …]
Drelease-notes-2.0.rst12 * The kernel now supports both 32- and 64-bit architectures.
17 * We added support for :ref:`Point-to-Point Protocol (PPP) <ppp>`. PPP is a
20 * We added support for UpdateHub, an end-to-end solution for large scale
21 over-the-air device updates.
22 * We added support for ARM Cortex-R Architecture (Experimental).
32 * Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and
35 negotiation. This allows practical brute-force attacks (aka "KNOB")
42 * New kernel API for per-thread disabling of Floating Point Services for
43 ARC, ARM Cortex-M, and x86 architectures.
45 * Additional support for compatibility with 64-bit architectures.
[all …]