Searched refs:connected (Results 1 - 13 of 13) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_dtls.h | 519 * @param connected Updated with whether the connection is connected yet or not. 520 * @c 0 is not connected, @c 1 is connected. 525 void *coap_tls_new_client_session(struct coap_session_t *coap_session, int *connected); 533 * @param connected Updated with whether the connection is connected yet or not. 534 * @c 0 is not connected, @c 1 is connected. 539 void *coap_tls_new_server_session(struct coap_session_t *coap_session, int *connected); [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.c | 206 if (dp->connected) { in cdn_dp_connector_detect() 266 if (!dp->connected) { in cdn_dp_connector_mode_valid() 449 if (!dp->connected) { in cdn_dp_disable() 483 /* only enable the port that connected with downstream device */ in cdn_dp_enable() 630 * 1. If there is not just one port device is connected, and remove one in cdn_dp_encoder_disable() 636 if (!dp->connected && cdn_dp_connected_port(dp)) { in cdn_dp_encoder_disable() 896 dp->connected = true; in cdn_dp_pd_event_work() 898 /* Not connected, notify userspace to disable the block */ in cdn_dp_pd_event_work() 900 DRM_DEV_INFO(dp->dev, "Not connected. Disabling cdn\n"); in cdn_dp_pd_event_work() 901 dp->connected in cdn_dp_pd_event_work() [all...] |
H A D | cdn-dp-core.h | 74 bool connected; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | Clients.h | 114 /** no connection in progress, see connected value */ 138 unsigned int connected : 1; /**< whether it is currently connected */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/ |
H A D | hi_comm_hdmi_adapt.h | 150 /* Whether the devices are connected. */
151 hi_bool connected;
member 438 hi_bool connected; /* The Device is connected or disconnected */
member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
H A D | tcp_priv.h | 282 if ((pcb)->connected != NULL) { \ 283 (ret) = (pcb)->connected((pcb)->callback_arg, (pcb), (err)); \
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | tcp.h | 125 /** @brief Function prototype for TCP connected callback functions. Called when a PCB 126 * is connected to the remote side after initiating a connection attempt by 131 * @param tpcb Indicates the connection PCB which is connected. 333 /* Function to call when a listener has been connected. */ 507 tcp_connected_fn connected; member 703 * listening connection has been connected to another host. 707 * connection has been connected to another host. 774 u16_t port, tcp_connected_fn connected);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/drm_hal/ |
H A D | drm_hal_hdmitx.c | 270 if (status.status.connected == HI_TRUE) { in drm_hal_hdmitx_get_status()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_intf_k.c | 58 if (status.status.connected == HI_FALSE) {
in hdmi_hot_plug_process() 62 hdmi_info("connected !\n");
in hdmi_hot_plug_process()
|
H A D | drv_hdmi_common.h | 368 hi_bool connected; member
|
H A D | drv_hdmi_intf.c | 3190 status->connected = (hw_status.common_status.hotplug || hw_status.common_status.rsen);
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | gadget.h | 353 * @ssp_rate: Current connected SuperSpeed Plus signaling rate and lane count. 391 * be connected. 392 * @connected: True if gadget is connected. 453 unsigned connected : 1; member 796 * going away. If the controller is connected to a USB host,
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | gadget.h | 362 * @ssp_rate: Current connected SuperSpeed Plus signaling rate and lane count. 400 * be connected. 401 * @connected: True if gadget is connected. 462 unsigned connected:1; member 788 * going away. If the controller is connected to a USB host,
|
Completed in 23 milliseconds