Home
last modified time | relevance | path

Searched refs:port (Results 1 – 15 of 15) sorted by relevance

/optee_os/core/include/dt-bindings/pinctrl/
A Dstm32-pinfunc.h32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument
34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
/optee_os/core/arch/arm/dts/
A Dstm32mp157c-dk2.dts39 port@0 {
46 port@1 {
61 port {
85 port {
A Dstm32mp157c-ev1.dts89 port {
110 port@0 {
117 port@1 {
133 port {
194 port {
240 port {
A Dstm32mp15xx-dkx.dtsi168 port@0 {
175 port@3 {
197 cs42l51_port: port {
374 i2s2_port: port {
398 port {
447 sai2a_port: port {
465 sai2b_port: port {
A Dsama5d2.dtsi51 port {
67 port {
228 port@0 {
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dnet_sockets.h114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
134 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dnet_sockets.h114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
134 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dnet_sockets.h114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
134 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dnet_sockets.h114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
134 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dnet_sockets.h114 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto );
134 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto );
/optee_os/lib/libutee/
A Dtee_socket_pta.c34 const char *addr, uint16_t port, in __tee_socket_pta_open() argument
57 params[0].value.b = port; in __tee_socket_pta_open()
A Dtee_socket_private.h18 const char *addr, uint16_t port,
/optee_os/lib/libmbedtls/mbedtls/library/
A Dnet_sockets.c175 const char *port, int proto ) in mbedtls_net_connect() argument
189 if( getaddrinfo( host, port, &hints, &addr_list ) != 0 ) in mbedtls_net_connect()
222 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind() argument
238 if( getaddrinfo( bind_ip, port, &hints, &addr_list ) != 0 ) in mbedtls_net_bind()
/optee_os/lib/libmbedtls/mbedtls/
A DREADME.md194 Mbed TLS can be ported to many different architectures, OS's and platforms. Before starting a port,…
196 - [Porting Mbed TLS to a new environment or OS](https://tls.mbed.org/kb/how-to/how-do-i-port-mbed…
A DChangeLog1072 changed its IP or port. The feature is enabled at compile-time by setting
1095 * Fix incorrect default port number in ssl_mail_client example's usage.
2585 * When a client initiates a reconnect from the same port as a live
2742 Their 'port' argument type is changed to a string.
4117 * Added option parsing for host and port selection to
4271 serial number, setup correct server port in the ssl client example
4388 I'd also like to thank Younès Hafri for the CRUX linux port,

Completed in 22 milliseconds