Searched full:endpoints (Results 1 – 25 of 162) sorted by relevance
1234567
/Zephyr-Core-3.5.0/dts/bindings/usb/ |
D | usb-ep.yaml | 4 # 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
|
D | nordic,nrf-usbd.yaml | 18 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/ |
D | rpmsg_service.c | 37 } 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 …]
|
D | Kconfig | 30 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/ |
D | Kconfig.rpmsg | 20 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
|
D | Kconfig.icmsg_me | 17 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/ |
D | controller.h | 64 * 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/ |
D | qemu_cortex_m3.overlay | 13 num-bidir-endpoints = <8>; 19 num-bidir-endpoints = <8>;
|
/Zephyr-Core-3.5.0/samples/subsys/usb/shell/ |
D | virtual.overlay | 15 num-bidir-endpoints = <8>; 21 num-bidir-endpoints = <8>;
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | video.rst | 22 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/ |
D | stm32f469.dtsi | 19 num-bidir-endpoints = <6>; 25 num-bidir-endpoints = <9>;
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | pacs.h | 76 * @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/ |
D | usbd_endpoint.h | 15 * 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.
|
D | usbd_config.h | 77 * 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/ |
D | ipc_rpmsg.h | 25 /** Number of endpoints. */ 70 /** Endpoints in the instance. */ 101 * local endpoints waiting to bind. If NULL the
|
D | rpmsg_service.h | 29 * 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/ |
D | native_posix_64.overlay | 12 num-bidir-endpoints = <8>;
|
/Zephyr-Core-3.5.0/samples/subsys/usb/cdc_acm_composite/ |
D | sample.yaml | 3 two OUT and four IN endpoints on the USB device controller.
|
/Zephyr-Core-3.5.0/tests/subsys/usb/device_next/boards/ |
D | qemu_cortex_m3.overlay | 13 num-bidir-endpoints = <8>;
|
D | native_posix.overlay | 15 num-bidir-endpoints = <8>;
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/intel_ace15_mtpm/ |
D | adsp_ipc_regs.h | 56 * 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/ |
D | adsp_ipc_regs.h | 56 * 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/ |
D | ipc_service.rst | 17 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/ |
D | webusb.c | 25 /* 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/ |
D | main.c | 13 /* Max packet size for endpoints */ 73 /* Describe EndPoints configuration */ 107 /* Control endpoints are configured */ in ZTEST()
|
1234567