Home
last modified time | relevance | path

Searched full:endpoints (Results 1 – 25 of 162) sorted by relevance

1234567

/Zephyr-Core-3.5.0/dts/bindings/usb/
Dusb-ep.yaml4 # Common fields that give the number of endpoints supported by the USB hardware
9 num-bidir-endpoints:
13 Number of bi-directional endpoints supported by hardware
16 num-in-endpoints:
19 Number of IN endpoints supported by hardware
22 num-out-endpoints:
25 Number of OUT endpoints supported by hardware
Dnordic,nrf-usbd.yaml18 num-isoin-endpoints:
21 description: Number of ISOIN endpoints supported by hardware
23 num-isoout-endpoints:
26 description: Number of ISOOUT endpoints supported by hardware
/Zephyr-Core-3.5.0/subsys/ipc/rpmsg_service/
Drpmsg_service.c37 } endpoints[CONFIG_RPMSG_SERVICE_NUM_ENDPOINTS]; variable
53 if (strcmp(name, endpoints[i].name) == 0) { in ns_bind_cb()
54 err = rpmsg_create_ept(&endpoints[i].ep, in ns_bind_cb()
59 endpoints[i].cb, in ns_bind_cb()
66 endpoints[i].bound = true; in ns_bind_cb()
110 if (endpoints[i].name) { in rpmsg_service_init()
111 err = rpmsg_create_ept(&endpoints[i].ep, in rpmsg_service_init()
113 endpoints[i].name, in rpmsg_service_init()
116 endpoints[i].cb, in rpmsg_service_init()
139 if (!endpoints[i].name) { in rpmsg_service_register_endpoint()
[all …]
DKconfig30 users to establish RPMsg endpoints for given channel.
48 int "Max number of registered endpoints"
51 Maximal number of endpoints that can be registered for given
66 The order of RPMsg Service initialization and endpoints registration
67 is important to avoid race conditions in RPMsg endpoints handshake.
72 int "Initialization priority of modules registering RPMsg endpoints"
75 The endpoints must be registered before RPMsg Service is initialized.
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/backends/
DKconfig.rpmsg20 able to correctly setup instances and endpoints at init time.
25 int "Max number of registered endpoints per instance"
28 Maximal number of endpoints that can be registered for one instance
DKconfig.icmsg_me17 int "Endpoints number"
21 Number of endpoints supported by the multi endpoint ICMSG library.
28 Maximal length of a string used to discover endpoints between the
/Zephyr-Core-3.5.0/include/zephyr/drivers/pcie/
Dcontroller.h64 * When enumerating PCIe Endpoints, Type0 endpoints can require up to 6 memory zones
86 * When enumerating PCIe Endpoints, Type1 bridge endpoints requires a range of memory
87 * allocated by all endpoints in the bridged bus.
105 * When enumerating PCIe Endpoints, Type0 endpoints can require up to 6 memory zones
160 * @brief Start PCIe Endpoints enumeration.
162 * Start a PCIe Endpoints enumeration from a Bus number.
164 * the PCIe bus complex must be enumerated to setup the Endpoints Base Address Registers.
228 * When enumerating PCIe Endpoints, Type0 endpoints can require up to 6 memory zones
256 * When enumerating PCIe Endpoints, Type1 bridge endpoints requires a range of memory
257 * allocated by all endpoints in the bridged bus.
[all …]
/Zephyr-Core-3.5.0/samples/subsys/usb/shell/boards/
Dqemu_cortex_m3.overlay13 num-bidir-endpoints = <8>;
19 num-bidir-endpoints = <8>;
/Zephyr-Core-3.5.0/samples/subsys/usb/shell/
Dvirtual.overlay15 num-bidir-endpoints = <8>;
21 num-bidir-endpoints = <8>;
/Zephyr-Core-3.5.0/doc/hardware/peripherals/
Dvideo.rst22 Each video device can have one or more endpoints. Output endpoints configure
23 video output function and generate data. Input endpoints configure video input
/Zephyr-Core-3.5.0/dts/arm/st/f4/
Dstm32f469.dtsi19 num-bidir-endpoints = <6>;
25 num-bidir-endpoints = <9>;
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dpacs.h76 * @param dir Direction of the endpoints to change location for.
85 * @param dir Direction of the endpoints to change available contexts for.
93 * @param dir Direction of the endpoints to get contexts for.
101 * @param dir Direction of the endpoints to change available contexts for.
/Zephyr-Core-3.5.0/subsys/usb/device_next/
Dusbd_endpoint.h15 * The IN endpoints are mapped in the upper nibble.
32 * The IN endpoints are mapped in the upper nibble.
49 * The IN endpoints are mapped in the upper nibble.
Dusbd_config.h77 * This function disables all active endpoints of current configuration
78 * and enables all interface alternate 0 endpoints of a new configuration.
/Zephyr-Core-3.5.0/include/zephyr/ipc/
Dipc_rpmsg.h25 /** Number of endpoints. */
70 /** Endpoints in the instance. */
101 * local endpoints waiting to bind. If NULL the
Drpmsg_service.h29 * The same function registers endpoints for both master and slave devices.
36 * @retval -EINPROGRESS when requested to register an endpoint after endpoints
/Zephyr-Core-3.5.0/tests/drivers/udc/boards/
Dnative_posix_64.overlay12 num-bidir-endpoints = <8>;
/Zephyr-Core-3.5.0/samples/subsys/usb/cdc_acm_composite/
Dsample.yaml3 two OUT and four IN endpoints on the USB device controller.
/Zephyr-Core-3.5.0/tests/subsys/usb/device_next/boards/
Dqemu_cortex_m3.overlay13 num-bidir-endpoints = <8>;
Dnative_posix.overlay15 num-bidir-endpoints = <8>;
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/intel_ace15_mtpm/
Dadsp_ipc_regs.h56 * ACE SoC platform family provides an array of IPC endpoints to be used for
65 * @brief IPC Agent Endpoints.
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/
Dadsp_ipc_regs.h56 * ACE SoC platform family provides an array of IPC endpoints to be used for
65 * @brief IPC Agent Endpoints.
/Zephyr-Core-3.5.0/doc/services/ipc/ipc_service/
Dipc_service.rst17 several endpoints associated with the instance.
27 It is possible to have zero or multiple endpoints for one single instance,
37 The registration of the endpoints is left to the user, usually at run time.
/Zephyr-Core-3.5.0/samples/subsys/usb/webusb/src/
Dwebusb.c25 /* Max packet size for Bulk endpoints */
34 /* Number of Endpoints in the custom interface */
202 /* Describe EndPoints configuration */
/Zephyr-Core-3.5.0/tests/subsys/usb/device/src/
Dmain.c13 /* Max packet size for endpoints */
73 /* Describe EndPoints configuration */
107 /* Control endpoints are configured */ in ZTEST()

1234567