| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/cp_boot/ |
| D | cp_ipc.c | 32 CP_IPC_MSG_HDR *msg = (CP_IPC_MSG_HDR *) data; in mcu2cp_msg_arrived() local 44 CP_IPC_MSG_HDR *msg = (CP_IPC_MSG_HDR *) data; in cp2mcu_msg_sent() local 54 CP_IPC_MSG_HDR *msg = (CP_IPC_MSG_HDR *) data; in cp2mcu_msg_arrived() local 66 CP_IPC_MSG_HDR *msg = (CP_IPC_MSG_HDR *) data; in mcu2cp_msg_sent() local 125 int cp_ipc_send(CP_IPC_MSG_HDR *msg) in cp_ipc_send() 141 int cp_ipc_send_self(CP_IPC_MSG_HDR *msg) in cp_ipc_send_self()
|
| /device/board/bearpi/bearpi_hm_nano/app/D6_iot_cloud_oc/src/ |
| D | oc_mqtt.c | 194 int oc_mqtt_publish(char *topic, uint8_t *msg, int msg_len, int qos) in oc_mqtt_publish() 240 char *msg; in oc_mqtt_profile_msgup() local 274 char *msg; in oc_mqtt_profile_propertyreport() local 308 char *msg; in oc_mqtt_profile_gwpropertyreport() local 343 char *msg; in oc_mqtt_profile_propertysetresp() local 376 char *msg; in oc_mqtt_profile_propertygetresp() local 411 char *msg; in oc_mqtt_profile_cmdresp() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/include/ |
| D | sal_common.h | 38 #define diag_msg_free(msg) hi_free(HI_MOD_ID_SAL_DIAG, (hi_pvoid)((msg)->param[0])) argument 39 #define diag_msg_free0(msg) hi_free(HI_MOD_ID_SAL_DIAG, (hi_pvoid)((msg)->param[0])) argument 40 #define diag_buffering_msg_free(msg) diag_free_buffer((diag_buffer_id)hi_lou16((msg)->param[3]), \ argument
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
| D | wal_event_msg.c | 78 static hi_void _wal_msg_request_add_queue_(wal_msg_request_stru *msg) in _wal_msg_request_add_queue_() 121 hi_void wal_msg_request_add_queue(wal_msg_request_stru *msg) in wal_msg_request_add_queue() 128 static hi_void _wal_msg_request_remove_queue_(wal_msg_request_stru *msg) in _wal_msg_request_remove_queue_() 149 hi_void wal_msg_request_remove_queue(wal_msg_request_stru *msg) in wal_msg_request_remove_queue()
|
| /device/soc/bestechnic/bes2600/liteos_m/components/drivers/touch/ |
| D | touch.c | 58 struct touch_msg msg; in touch_task() local 72 int TouchRead(DevHandle handle, struct touch_msg *msg, uint32_t timeout) in TouchRead()
|
| D | touch_ztw523.c | 114 struct I2cMsg msg = { in ztw_write() local 141 static int ztw_get_point(struct touch_device *dev, struct touch_msg *msg) in ztw_get_point()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| D | api_msg.h | 178 } msg; member 185 #define LWIP_API_MSG_SEM(msg) ((msg)->op_completed_sem) argument 187 #define LWIP_API_MSG_SEM(msg) (&(msg)->conn->op_completed) argument
|
| D | tcpip_priv.h | 150 void *msg; member 187 void *msg; member 190 } msg; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | oal_channel_host_if.h | 42 #define oal_bus_message_register(bus, msg, cb, data) oal_sdio_message_register(bus, msg, cb, data) argument 43 #define oal_bus_message_unregister(bus, msg) oal_sdio_message_unregister(bus, msg) argument
|
| /device/soc/bestechnic/bes2600/liteos_m/components/ui/ |
| D | touch_input.h | 33 struct touch_msg msg = {0}; variable
|
| D | touch_input.cpp | 35 bool TouchInput::IsValidTouchMsg(struct touch_msg *msg) in IsValidTouchMsg()
|
| /device/board/bearpi/bearpi_hm_nano/third_party/iot_link/inc/ |
| D | mqtt_al.h | 62 mqtt_al_string_t msg; ///< will message member 92 mqtt_al_string_t msg; ///< message to be published member 101 mqtt_al_string_t msg; ///< the topic message payload member
|
| /device/board/bearpi/bearpi_hm_nano/app/D8_iot_cloud_oc_light/ |
| D | iot_cloud_oc_sample.c | 72 } msg; member 112 static int msg_rcv_callback(oc_mqtt_profile_msgrcv_t *msg) in msg_rcv_callback()
|
| /device/board/bearpi/bearpi_hm_nano/app/A6_kernel_message/ |
| D | message_example.c | 38 MSGQUEUE_OBJ_t msg; variable
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
| D | hcc_slave.c | 280 hi_s32 hcc_send_msg2host(hi_u32 msg) in hcc_send_msg2host() 949 hi_u32 msg; in hcc_sleep_request_msg_proc() local 968 hi_void hcc_msg_process(hi_u32 msg) in hcc_msg_process() 977 hi_void hcc_msg_callback(hi_u32 msg) in hcc_msg_callback()
|
| /device/board/bearpi/bearpi_hm_nano/app/D7_iot_cloud_oc_smoke/ |
| D | iot_cloud_oc_sample.c | 73 } msg; member 113 static int msg_rcv_callback(oc_mqtt_profile_msgrcv_t *msg) in msg_rcv_callback()
|
| /device/board/bearpi/bearpi_hm_nano/app/D12_iot_cloud_oc_gps/ |
| D | iot_cloud_oc_sample.c | 73 } msg; member 119 static int msg_rcv_callback(oc_mqtt_profile_msgrcv_t *msg) in msg_rcv_callback()
|
| /device/board/bearpi/bearpi_hm_nano/app/D6_iot_cloud_oc/ |
| D | iot_cloud_oc_sample.c | 43 MSGQUEUE_OBJ_t msg; variable 71 } msg; member
|
| /device/soc/hisilicon/common/platform/i2c/ |
| D | i2c_hi35xx.c | 165 struct I2cMsg *msg = &td->msgs[td->index]; in Hi35xxI2cSetAddr() local 196 struct I2cMsg *msg = &td->msgs[td->index]; in Hi35xxI2cCfgCmd() local 394 struct I2cMsg *msg = &td->msgs[td->index]; in Hi35xxI2cXferOneMsgPolling() local
|
| /device/soc/hisilicon/common/platform/hieth-sf/include/internal/ |
| D | hieth_pri.h | 53 #define HiethTrace(level, msg...) \ argument 149 #define HiregTrace(level, msg...) \ argument
|
| /device/soc/hisilicon/common/platform/spi/ |
| D | spi_hi35xx.c | 328 static int32_t Pl022TxRx(const struct Pl022 *pl022, const struct SpiMsg *msg) in Pl022TxRx() 501 static int32_t Pl022TxRxDma(const struct Pl022 *pl022, const struct SpiMsg *msg) in Pl022TxRxDma() 558 static int32_t Pl022TransferOneMessage(struct Pl022 *pl022, struct SpiMsg *msg) in Pl022TransferOneMessage() 587 static int32_t Pl022Transfer(struct SpiCntlr *cntlr, struct SpiMsg *msg, uint32_t count) in Pl022Transfer()
|
| /device/board/bearpi/bearpi_hm_nano/app/D11_iot_cloud_oc_agriculture/ |
| D | iot_cloud_oc_sample.c | 78 } msg; member 137 static int msg_rcv_callback(oc_mqtt_profile_msgrcv_t *msg) in msg_rcv_callback()
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiaware/source/ |
| D | hal_wifiaware.c | 46 unsigned char* msg, int len) in HalWifiSdpSend()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/ |
| D | cc.h | 114 #define LWIP_PLATFORM_DIAG(msg) { ; } argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
| D | app_demo_sdio_device.c | 121 hi_void app_demo_sdio_receive_msg_callback(hi_u32 msg) in app_demo_sdio_receive_msg_callback()
|