Lines Matching full:logging
145 * name of a logging destination or a loggable HW component).
326 * Logging entity types.
328 * This enum defines the different types of entities involved in logging.
331 /** Logging destination (entity where logs can be stored / printed). */
460 /** Configure logging (used to modify configuration passed in boot params). */
462 /** Return current logging configuration. */
968 /* Cmdq group: only used for HWS logging of state changes */
1058 * @brief Structure to set another buffer to be used for scheduling-related logging.
1059 * The size of the logging buffer and the number of entries is defined as part of the
1070 * The host should set engine_idx and vpu_log_buffer_va to 0 to disable logging
1073 * VPU should allow the logging to consume one host_ssid.
1085 * Set to 0 to disable logging for this engine.
1187 * logging configuration to be set.
1189 * - For VPU_JSM_MSG_TRACE_SET_CONFIG_RSP, the payload reports the logging
1195 * - VPU_JSM_MSG_TRACE_GET_CONFIG_RSP, the payload reports the current logging
1200 * Logging level (currently set or to be set); see 'mvLog_t' enum for
1201 * acceptable values. The specified logging level applies to all
1206 * Bitmask of logging destinations (currently enabled or to be enabled);
1222 u32 trace_destination_mask; /**< Bitmask of supported logging destinations. */
1409 * still has to set the logging level to MVLOG_DEBUG, using the
1414 * configured logging destination using MVLOG_INFO logging level.