/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | debug.h | 79 /** flag for LWIP_DEBUGF to enable that debug message */ 81 /** flag for LWIP_DEBUGF to disable that debug message */ 87 /** @name Debug message types (LWIP_DBG_TYPES_ON) 90 /** flag for LWIP_DEBUGF indicating a tracing message (to follow program flow) */ 94 /** flag for LWIP_DEBUGF indicating a state dbg message (to follow module states) */ 98 /** flag for LWIP_DEBUGF to halt after printing this dbg message 129 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ 130 LWIP_PLATFORM_ASSERT(message); } } while (0) 132 #error "If you want to use LWIP_ASSERT, LWIP_PLATFORM_ASSERT(message) needs to be defined in your arch/cc.h" 135 #define LWIP_ASSERT(message, assertio [all...] |
H A D | sockets.h | 314 /** Peeks at an incoming message */ 1515 * This API is used to recieve a message from connected socket. The recv() function shall receive a message 1519 * recv() shall block until a message arrives. If no messages are available at the socket and O_NONBLOCK 1523 * @param[in] buffer Points to a buffer where the message should be stored. 1525 * @param[in] flags Specifies the type of message reception. 1528 * MSG_PEEK : Peeks at an incoming message. The data is treated as unread and the next recv() 1536 * The length of the message in bytes. : On success. If no messages are available to be received 1604 * recv() shall block until a message arrives. 1607 * For message [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/include/kutf/ |
H A D | kutf_suite.h | 367 * @message: The message for this result 368 * @new_status: The result status of this log message 372 const char *message, 420 * @message: A message string containing the reason for the skip. 422 * Note: The message must not be freed during the lifetime of the test run. 427 void kutf_test_skip_msg(struct kutf_context *context, const char *message); 432 * @message: A message strin [all...] |
H A D | kutf_resultset.h | 36 * message. 38 * an informative message. 40 * message. 76 * @message: A more verbose status message. 81 const char *message; member 98 * @message: The result message to add. 101 enum kutf_result_status status, const char *message);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/ |
H A D | kutf_suite.h | 178 * then the framework will output a warning message and set this flag within 429 * @message: The message for this result 430 * @new_status: The result status of this log message 434 const char *message, 482 * @message: A message string containing the reason for the skip. 484 * Note: The message must not be freed during the lifetime of the test run. 489 void kutf_test_skip_msg(struct kutf_context *context, const char *message); 494 * @message [all...] |
H A D | kutf_resultset.h | 40 * message. 42 * an informative message. 44 * message. 90 * @message: A more verbose status message. 95 const char *message; member 104 * is used to output a warning message and end of file. 133 * @message: The result message to add. 138 enum kutf_result_status status, const char *message); [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
H A D | kutf_suite.c | 359 if (res->message) in kutf_debugfs_run_read() 360 message_len = strlen(res->message); in kutf_debugfs_run_read() 384 if (res->message) { in kutf_debugfs_run_read() 386 res->message, message_len); in kutf_debugfs_run_read() 861 * @message: Result string 866 const char *message, in kutf_test_log_result() 874 new_status, message); in kutf_test_log_result() 879 const char *message, in kutf_test_log_result_external() 882 kutf_test_log_result(context, message, new_status); in kutf_test_log_result_external() 925 void kutf_test_skip_msg(struct kutf_context *context, const char *message) in kutf_test_skip_msg() argument 864 kutf_test_log_result( struct kutf_context *context, const char *message, enum kutf_result_status new_status) kutf_test_log_result() argument 877 kutf_test_log_result_external( struct kutf_context *context, const char *message, enum kutf_result_status new_status) kutf_test_log_result_external() argument 936 kutf_test_debug(struct kutf_context *context, char const *message) kutf_test_debug() argument 942 kutf_test_pass(struct kutf_context *context, char const *message) kutf_test_pass() argument 953 kutf_test_info(struct kutf_context *context, char const *message) kutf_test_info() argument 959 kutf_test_warn(struct kutf_context *context, char const *message) kutf_test_warn() argument 965 kutf_test_fail(struct kutf_context *context, char const *message) kutf_test_fail() argument 971 kutf_test_fatal(struct kutf_context *context, char const *message) kutf_test_fatal() argument [all...] |
H A D | kutf_resultset.c | 55 const char *message) in kutf_add_result() 70 new_result->message = message; in kutf_add_result() 52 kutf_add_result(struct kutf_mempool *mempool, struct kutf_result_set *set, enum kutf_result_status status, const char *message) kutf_add_result() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
H A D | kutf_suite.c | 369 * output a message (to make the likes of 'cat' display it), followed by 406 * Warning message already output, in kutf_debugfs_run_read() 424 message_len = strlen(res->message); in kutf_debugfs_run_read() 429 bytes_not_copied = copy_to_user(buf, res->message, in kutf_debugfs_run_read() 453 if (res->message) in kutf_debugfs_run_read() 454 message_len = strlen(res->message); in kutf_debugfs_run_read() 478 if (res->message) { in kutf_debugfs_run_read() 480 res->message, message_len); in kutf_debugfs_run_read() 1040 * @message: Result string 1045 const char *message, in kutf_test_log_result() 1043 kutf_test_log_result( struct kutf_context *context, const char *message, enum kutf_result_status new_status) kutf_test_log_result() argument 1055 kutf_test_log_result_external( struct kutf_context *context, const char *message, enum kutf_result_status new_status) kutf_test_log_result_external() argument 1103 kutf_test_skip_msg(struct kutf_context *context, const char *message) kutf_test_skip_msg() argument 1114 kutf_test_debug(struct kutf_context *context, char const *message) kutf_test_debug() argument 1120 kutf_test_pass(struct kutf_context *context, char const *message) kutf_test_pass() argument 1131 kutf_test_info(struct kutf_context *context, char const *message) kutf_test_info() argument 1137 kutf_test_warn(struct kutf_context *context, char const *message) kutf_test_warn() argument 1143 kutf_test_fail(struct kutf_context *context, char const *message) kutf_test_fail() argument 1149 kutf_test_fatal(struct kutf_context *context, char const *message) kutf_test_fatal() argument [all...] |
H A D | kutf_resultset.c | 59 const char *message) in kutf_add_result() 76 new_result->message = message; in kutf_add_result() 57 kutf_add_result(struct kutf_context *context, enum kutf_result_status status, const char *message) kutf_add_result() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_linux_trace.h | 389 /* Enum of sysgraph message IDs */ 406 TP_PROTO(enum sysgraph_msg message, unsigned int proc_id, 408 TP_ARGS(message, proc_id, atom_id), 411 __field(enum sysgraph_msg, message) 416 __entry->message = message; 419 TP_printk("msg=%u proc_id=%u, param1=%d", __entry->message, 430 TP_PROTO(enum sysgraph_msg message, unsigned int proc_id, 432 TP_ARGS(message, proc_id, atom_id, js), 435 __field(enum sysgraph_msg, message) [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_linux_trace.h | 264 /* Enum of sysgraph message IDs */ 273 TRACE_EVENT(sysgraph, TP_PROTO(enum sysgraph_msg message, unsigned int proc_id, unsigned int atom_id), 274 TP_ARGS(message, proc_id, atom_id), 275 TP_STRUCT__entry(__field(unsigned int, proc_id) __field(enum sysgraph_msg, message) 277 TP_fast_assign(__entry->proc_id = proc_id; __entry->message = message; __entry->atom_id = atom_id;), 278 TP_printk("msg=%u proc_id=%u, param1=%d\n", __entry->message, __entry->proc_id, __entry->atom_id)); 287 TP_PROTO(enum sysgraph_msg message, unsigned int proc_id, unsigned int atom_id, unsigned int js), 288 TP_ARGS(message, proc_id, atom_id, js), 289 TP_STRUCT__entry(__field(unsigned int, proc_id) __field(enum sysgraph_msg, message) [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 20 * Ian Craggs - binary will message 243 * A value representing an MQTT message. A token is returned to the 244 * client application when a message is published. The token can then be used to 245 * check that the message was successfully delivered to its destination (see 254 * A structure representing the payload and attributes of an MQTT message. The 255 * message topic is not part of this structure (see MQTTAsync_publishMessage(), 264 * 0 indicates no message properties */ 266 /** The length of the MQTT message payload in bytes. */ 268 /** A pointer to the payload of the MQTT message. */ 271 * The quality of service (QoS) assigned to the message 437 const char *message; global() member 457 const char *message; global() member 479 MQTTAsync_message message; global() member 514 MQTTAsync_message message; /**< the message being sent to the server */ global() member 870 const char* message; global() member [all...] |
H A D | MQTTClient.h | 250 * A value representing an MQTT message. A delivery token is returned to the 251 * client application when a message is published. The token can then be used to 252 * check that the message was successfully delivered to its destination (see 263 * A structure representing the payload and attributes of an MQTT message. The 264 * message topic is not part of this structure (see MQTTClient_publishMessage(), 273 * 0 indicates no message properties */ 275 /** The length of the MQTT message payload in bytes. */ 277 /** A pointer to the payload of the MQTT message. */ 280 * The quality of service (QoS) assigned to the message. 284 * <DD>Fire and forget - the message ma 615 const char* message; global() member [all...] |
H A D | Log.h | 81 typedef void Log_traceCallback(enum LOG_LEVELS level, const char *message);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_tl_reader.c | 53 * struct kbase_csffw_tl_message - CSFFW timeline message. 186 * @msg_buf_start: Start of the message. 187 * @msg_buf_end: End of the message buffer. 195 struct kbase_csffw_tl_message message = {0}; in tl_reader_overflow_notify() local 198 if (msg_buf_start + sizeof(message) <= msg_buf_end) in tl_reader_overflow_notify() 199 memcpy(&message, msg_buf_start, sizeof(message)); in tl_reader_overflow_notify() 202 kbdev, message.timestamp, message.cycle_counter); in tl_reader_overflow_notify() 321 /* Can we safely read the message bod in kbase_csf_tl_reader_flush_buffer() [all...] |
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/ |
H A D | Rkvpu_OMX_VencControl.c | 452 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rkvpu_OMX_FlushPort() local 462 message = (ROCKCHIP_OMX_MESSAGE *)Rockchip_OSAL_Dequeue(&pRockchipPort->bufferQ); in Rkvpu_OMX_FlushPort() 463 if ((message != NULL) && (message->messageType != ROCKCHIP_OMX_CommandFakeBuffer)) { in Rkvpu_OMX_FlushPort() 464 bufferHeader = (OMX_BUFFERHEADERTYPE *)message->pCmdData; in Rkvpu_OMX_FlushPort() 472 Rockchip_OSAL_Free(message); in Rkvpu_OMX_FlushPort() 473 message = NULL; in Rkvpu_OMX_FlushPort() 772 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rkvpu_OutputBufferGetQueue() local 785 message = (ROCKCHIP_OMX_MESSAGE *)Rockchip_OSAL_Dequeue(&pRockchipPort->bufferQ); in Rkvpu_OutputBufferGetQueue() 786 if (message in Rkvpu_OutputBufferGetQueue() 816 ROCKCHIP_OMX_MESSAGE *message = NULL; Rkvpu_InputBufferGetQueue() local 868 ROCKCHIP_OMX_MESSAGE *message = NULL; Rkvpu_OutputBufferGetQueue_Direct() local [all...] |
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | initramfs.c | 43 static __initdata char *message; variable 46 if (!message) { in error() 47 message = x; in error() 445 if (message) { in flush_buffer() 448 while ((written = write_buffer(buf, len)) < len && !message) { in flush_buffer() 486 message = NULL; in unpack_to_rootfs() 490 while (!message && len) { in unpack_to_rootfs() 514 if (!message) { in unpack_to_rootfs() 516 message = msg_buf; in unpack_to_rootfs() 532 return message; in unpack_to_rootfs() [all...] |
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/ |
H A D | Rockchip_OMX_Baseport.c | 256 ROCKCHIP_OMX_MESSAGE *message; in Rockchip_OMX_DisablePort() local 270 message = (ROCKCHIP_OMX_MESSAGE*)Rockchip_OSAL_Dequeue(&pRockchipPort->bufferQ); in Rockchip_OMX_DisablePort() 271 Rockchip_OSAL_Free(message); in Rockchip_OMX_DisablePort() 373 ROCKCHIP_OMX_MESSAGE *message; in Rockchip_OMX_EmptyThisBuffer() local 468 message = Rockchip_OSAL_Malloc(sizeof(ROCKCHIP_OMX_MESSAGE)); in Rockchip_OMX_EmptyThisBuffer() 469 if (message == NULL) { in Rockchip_OMX_EmptyThisBuffer() 474 message->messageType = ROCKCHIP_OMX_CommandEmptyBuffer; in Rockchip_OMX_EmptyThisBuffer() 475 message->messageParam = (OMX_U32) i; in Rockchip_OMX_EmptyThisBuffer() 476 message->pCmdData = (OMX_PTR)pBuffer; in Rockchip_OMX_EmptyThisBuffer() 478 ret = Rockchip_OSAL_Queue(&pRockchipPort->bufferQ, (void *)message); in Rockchip_OMX_EmptyThisBuffer() 503 ROCKCHIP_OMX_MESSAGE *message; Rockchip_OMX_FillThisBuffer() local [all...] |
H A D | Rockchip_OMX_Basecomponent.c | 167 ROCKCHIP_OMX_MESSAGE *message; in Rockchip_OMX_ComponentStateSet() local 312 message = (ROCKCHIP_OMX_MESSAGE*)Rockchip_OSAL_Dequeue(&pRockchipPort->bufferQ); in Rockchip_OMX_ComponentStateSet() 313 if (message != NULL) in Rockchip_OMX_ComponentStateSet() 314 Rockchip_OSAL_Free(message); in Rockchip_OMX_ComponentStateSet() 629 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rockchip_OMX_MessageHandlerThread() local 649 message = (ROCKCHIP_OMX_MESSAGE *)Rockchip_OSAL_Dequeue(&pRockchipComponent->messageQ); in Rockchip_OMX_MessageHandlerThread() 650 if (message != NULL) { in Rockchip_OMX_MessageHandlerThread() 651 messageType = message->messageType; in Rockchip_OMX_MessageHandlerThread() 654 ret = Rockchip_OMX_ComponentStateSet(pOMXComponent, message->messageParam); in Rockchip_OMX_MessageHandlerThread() 657 ret = Rockchip_OMX_BufferFlushProcess(pOMXComponent, message in Rockchip_OMX_MessageHandlerThread() [all...] |
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_VdecControl.c | 494 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rkvpu_OMX_FlushPort() local 504 message = (ROCKCHIP_OMX_MESSAGE *)Rockchip_OSAL_Dequeue(&pRockchipPort->bufferQ); in Rkvpu_OMX_FlushPort() 505 if ((message != NULL) && (message->messageType != ROCKCHIP_OMX_CommandFakeBuffer)) { in Rkvpu_OMX_FlushPort() 506 bufferHeader = (OMX_BUFFERHEADERTYPE *)message->pCmdData; in Rkvpu_OMX_FlushPort() 515 Rockchip_OSAL_Free(message); in Rkvpu_OMX_FlushPort() 516 message = NULL; in Rkvpu_OMX_FlushPort() 1016 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rkvpu_InputBufferGetQueue() local 1030 message = (ROCKCHIP_OMX_MESSAGE *)Rockchip_OSAL_Dequeue(&pRockchipPort->bufferQ); in Rkvpu_InputBufferGetQueue() 1031 if (message in Rkvpu_InputBufferGetQueue() 1160 ROCKCHIP_OMX_MESSAGE *message = NULL; Rkvpu_OutputBufferGetQueue() local 1204 ROCKCHIP_OMX_MESSAGE *message = NULL; Rkvpu_OutputBufferGetQueue_Direct() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_types_base.h | 67 #pragma message("Windows VC Simulator DLL Version ") 72 #pragma message("Windows VC Simulator lib Version ") 77 #pragma message("Windows VC Simulator console Version ") 82 #pragma message("Windows Version")
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_types_base.h | 60 # pragma message("Windows VC Simulator DLL Version ") 65 # pragma message("Windows VC Simulator lib Version ") 70 # pragma message("Windows VC Simulator console Version ") 75 # pragma message("Windows Version")
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_debug.h | 78 * @param message Zero-terminated string message to log. 80 typedef void (*coap_log_handler_t) (coap_log_t level, const char *message);
|
/device/soc/rockchip/common/sdk_linux/drivers/spi/ |
H A D | spidev.c | 33 * and often mask message boundaries, full SPI support requires full duplex
34 * transfers. There are several kinds of internal message boundaries to
54 * - NO_CS ... there will be no explicit message boundaries; this
83 MODULE_PARM_DESC(bufsiz, "data bytes in biggest supported SPI message");
87 static ssize_t spidev_sync(struct spidev_data *spidev, struct spi_message *message)
in spidev_sync() argument 99 status = spi_sync(spi, message);
in spidev_sync() 103 status = message->actual_length;
in spidev_sync() 139 /* Read-only message with current device setup */
169 /* Write-only message with current device setup */
460 /* Check message an in spidev_ioctl() [all...] |