Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 11 of 11) sorted by relevance

/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp157c-dk2.dts46 dsi_in: endpoint {
47 remote-endpoint = <&ltdc_ep1_out>;
53 dsi_out: endpoint {
54 remote-endpoint = <&panel_in>;
67 panel_in: endpoint {
68 remote-endpoint = <&dsi_out>;
91 ltdc_ep1_out: endpoint@1 {
93 remote-endpoint = <&dsi_in>;
A Dstm32mp15xx-dhcom-pdk2.dtsi111 lcd_panel_in: endpoint {
112 remote-endpoint = <&lcd_display_out>;
182 sgtl5000_tx_endpoint: endpoint@0 {
184 remote-endpoint = <&sai2a_endpoint>;
189 sgtl5000_rx_endpoint: endpoint@1 {
191 remote-endpoint = <&sai2b_endpoint>;
214 lcd_display_out: endpoint {
215 remote-endpoint = <&lcd_panel_in>;
236 sai2a_endpoint: endpoint {
237 remote-endpoint = <&sgtl5000_tx_endpoint>;
[all …]
A Dstm32mp157c-ev1.dts85 dcmi_0: endpoint {
86 remote-endpoint = <&ov5640_0>;
103 dsi_in: endpoint {
104 remote-endpoint = <&ltdc_ep0_out>;
110 dsi_out: endpoint {
125 dsi_panel_in: endpoint {
126 remote-endpoint = <&dsi_out>;
189 ov5640_0: endpoint {
190 remote-endpoint = <&dcmi_0>;
236 ltdc_ep0_out: endpoint@0 {
[all …]
A Dstm32mp15xx-dhcor-avenger96.dtsi37 hdmi_con: endpoint {
38 remote-endpoint = <&adv7513_out>;
250 adv7513_in: endpoint {
251 remote-endpoint = <&ltdc_ep0_out>;
257 adv7513_out: endpoint {
258 remote-endpoint = <&hdmi_con>;
264 adv7513_i2s0: endpoint {
282 ltdc_ep0_out: endpoint@0 {
284 remote-endpoint = <&adv7513_in>;
305 sai2a_endpoint: endpoint {
[all …]
A Dstm32mp15xx-dkx.dtsi190 sii9022_in: endpoint {
197 sii9022_tx_endpoint: endpoint {
221 cs42l51_tx_endpoint: endpoint@0 {
228 cs42l51_rx_endpoint: endpoint@1 {
267 con_usbotg_hs_ep: endpoint {
440 i2s2_endpoint: endpoint {
469 ltdc_ep0_out: endpoint@0 {
471 remote-endpoint = <&sii9022_in>;
515 sai2a_endpoint: endpoint {
533 sai2b_endpoint: endpoint {
[all …]
A Dsama5d2.dtsi54 etb_in: endpoint {
55 remote-endpoint = <&etm_out>;
70 etm_out: endpoint {
71 remote-endpoint = <&etb_in>;
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dssl_tls.c978 unsigned endpoint, in ssl_populate_transform() argument
1234 if( endpoint == MBEDTLS_SSL_IS_CLIENT ) in ssl_populate_transform()
1254 if( endpoint == MBEDTLS_SSL_IS_SERVER ) in ssl_populate_transform()
1779 ssl->conf->endpoint, in mbedtls_ssl_derive_keys()
2239 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_CLIENT ) in mbedtls_ssl_write_certificate()
2268 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER ) in mbedtls_ssl_write_certificate()
4161 conf->endpoint = endpoint; in mbedtls_ssl_conf_endpoint()
6654 ssl->conf->endpoint, in ssl_context_load()
6988 mbedtls_ssl_conf_endpoint( conf, endpoint ); in mbedtls_ssl_config_defaults()
6995 if( endpoint == MBEDTLS_SSL_IS_CLIENT ) in mbedtls_ssl_config_defaults()
[all …]
A Dssl_msg.c2018 else if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_fetch_input()
2554 ssl->conf->endpoint == MBEDTLS_SSL_IS_CLIENT ) ) in mbedtls_ssl_write_handshake_msg()
3759 ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in ssl_check_client_reconnect()
4929 ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_handle_message_type()
5495 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_CLIENT && in mbedtls_ssl_read()
5513 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_read()
5543 ssl->conf->endpoint == MBEDTLS_SSL_IS_CLIENT ) in mbedtls_ssl_read()
5657 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_read()
A Dssl_srv.c55 if( ssl->conf->endpoint != MBEDTLS_SSL_IS_SERVER ) in mbedtls_ssl_set_client_transport_id()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl.h1040 uint8_t endpoint /*bool*/; /*!< 0: client, 1: server */ member
1579 void mbedtls_ssl_conf_endpoint( mbedtls_ssl_config *conf, int endpoint );
4375 int endpoint, int transport, int preset );
/optee_os-3.20.0/core/arch/arm/kernel/
A Dspmc_sp_handler.c691 uint32_t endpoint = 0; in ffa_mem_reclaim() local
701 endpoint = caller_sp->endpoint_id; in ffa_mem_reclaim()
704 if (smem->sender_id != endpoint) { in ffa_mem_reclaim()

Completed in 41 milliseconds