Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 157) sorted by relevance

1234567

/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/samples/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/bearpi/bearpi_hm_nano/third_party/paho_mqtt/MQTTPacket/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/bearpi/bearpi_hm_nano/third_party/paho_mqtt/MQTTClient-C/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/samples/linux/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/linux/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/samples/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/kernel/src/driv/devfreq/
Drockchip_dmc_timing.h158 unsigned int available; member
462 unsigned int available; member
511 u32 available; member
617 unsigned int available; member
945 unsigned int available; member
1079 unsigned int available; member
/device/soc/rockchip/common/vendor/drivers/devfreq/
Drockchip_dmc_timing.h158 unsigned int available; member
307 unsigned int available; member
356 u32 available; member
429 unsigned int available; member
607 unsigned int available; member
741 unsigned int available; member
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/bearpi/bearpi_hm_nano/third_party/paho_mqtt/MQTTPacket/src/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/src/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/isoftstone/yangfan/common/mqtt/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/board/bearpi/bearpi_hm_nano/third_party/paho_mqtt/
DCMakeLists.txt5 # are made available under the terms of the Eclipse Public License v1.0
8 # The Eclipse Public License is available at
10 # and the Eclipse Distribution License is available at
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
Drockchip_dmc_timing.h158 unsigned int available; member
462 unsigned int available; member
511 u32 available; member
617 unsigned int available; member
945 unsigned int available; member
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/arduino/
DIPStack.h52 while (client->available() < len && total < timeout) in read()
57 if (client->available() >= len) in read()
DWifiIPStack.h44 while(!iface.available()); in read()
/device/soc/nxp/hardware/g2d/include/
Dg2d.h202 int g2d_query_hardware(void *handle, enum g2d_hardware_type type, int *available);
203 int g2d_query_feature(void *handle, enum g2d_feature feature, int *available);
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/ardunio/hello/
DHello.ino5 * are made available under the terms of the Eclipse Public License v1.0
8 * The Eclipse Public License is available at
10 * and the Eclipse Distribution License is available at
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1526 int available = 0; in PORT_WriteDataCO() local
1527 available = len; in PORT_WriteDataCO()
1528 if (available == 0) { in PORT_WriteDataCO()
1535 while (available) { in PORT_WriteDataCO()
1542 p_port->tx.queue_size, fixed_queue_length(p_port->tx.queue), available); in PORT_WriteDataCO()
1551 if (available < (int)length) { in PORT_WriteDataCO()
1552 length = (UINT16)available; in PORT_WriteDataCO()
1586 available -= (int)length; in PORT_WriteDataCO()
1589 if (!available && (rc != PORT_CMD_PENDING) && (rc != PORT_TX_QUEUE_DISABLED)) { in PORT_WriteDataCO()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/nvmem/
DKconfig9 This is a driver for the 'security ID' available on various Allwinner
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/
DCMakeLists.txt13 # Make config.h available in an out-of-source build. ssl-opt.sh requires it.

1234567