| /optee_os/core/include/dt-bindings/pinctrl/ |
| H A D | stm32-pinfunc.h | 32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument 38 #define STM32_PINMUX_NSEC(port, line, mode) \ argument 39 (STM32_PIN_NSEC | STM32_PINMUX((port), (line), (mode)))
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp157c-dk2.dts | 47 port@0 { 54 port@1 { 69 port { 109 port {
|
| H A D | stm32mp157c-ev1.dts | 84 port { 101 port@0 { 108 port@1 { 124 port { 188 port { 235 port {
|
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 110 port { 178 sgtl5000_port: port { 213 port { 235 sai2a_port: port { 253 sai2b_port: port {
|
| H A D | stm32mp15xx-dhcor-avenger96.dtsi | 36 port { 249 port@0 { 256 port@1 { 263 port@2 { 279 port { 305 sai2a_port: port {
|
| H A D | stm32mp15xx-dkx.dtsi | 194 port@0 { 201 port@3 { 223 cs42l51_port: port { 273 port { 447 i2s2_port: port { 476 port { 523 sai2a_port: port { 541 sai2b_port: port { 708 port {
|
| H A D | sama7g5.dtsi | 635 port@1 { 641 port@2 { 670 port@0 { 676 port@1 { 698 port {
|
| H A D | sama5d2.dtsi | 53 port { 69 port { 241 port@0 {
|
| H A D | stm32mp151.dtsi | 351 port {
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | net_sockets.h | 117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto); 137 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto);
|
| /optee_os/lib/libutee/ |
| H A D | tee_socket_private.h | 18 const char *addr, uint16_t port,
|
| H A D | tee_socket_pta.c | 34 const char *addr, uint16_t port, in __tee_socket_pta_open() argument 57 params[0].value.b = port; in __tee_socket_pta_open()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | net_sockets.c | 159 const char *port, int proto) in mbedtls_net_connect() argument 174 if (getaddrinfo(host, port, &hints, &addr_list) != 0) { in mbedtls_net_connect() 205 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind() argument 223 if (getaddrinfo(bind_ip, port, &hints, &addr_list) != 0) { in mbedtls_net_bind()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 258 Mbed TLS can be ported to many different architectures, OS's and platforms. Before starting a port,… 260 …nment or OS](https://mbed-tls.readthedocs.io/en/latest/kb/how-to/how-do-i-port-mbed-tls-to-a-new-e…
|
| H A D | ChangeLog | 3176 changed its IP or port. The feature is enabled at compile-time by setting 3199 * Fix incorrect default port number in ssl_mail_client example's usage. 4689 * When a client initiates a reconnect from the same port as a live 4846 Their 'port' argument type is changed to a string. 6221 * Added option parsing for host and port selection to 6375 serial number, setup correct server port in the ssl client example 6492 I'd also like to thank Younès Hafri for the CRUX linux port,
|
| /optee_os/core/drivers/ |
| H A D | stm32_tamp.c | 448 #define GPIO_BANK(port) ((port) - 'A') argument
|