Lines Matching defs:data
61 * The BPMP processes the data and replies with an IVC frame (on the
121 * Minimum size guaranteed for data in an IPC message buffer
435 * @brief Write trace data to a buffer
458 * data from the recipient's local buffer to the output buffer. #area
464 * responsible for protecting its own code and data from accidental
483 * @brief Flag whether more data remains in local buffer
525 * The length of data[ ] is unknown to the BPMP core firmware
528 uint8_t data[BPMP_ABI_EMPTY_ARRAY];
538 * The length of data[ ] is unknown to the BPMP core firmware
541 uint8_t data[BPMP_ABI_EMPTY_ARRAY];
567 * written data to a callback provided by the driver. When software on
569 * data to return to the CPU. The intention of the debugfs filesystem
603 /** @brief Physical address pointing to data buffer */
605 /** @brief Length in bytes of data buffer */
614 /** @brief Physical address pointing to data buffer */
616 /** @brief Length in bytes of data buffer */
622 * @brief Response data for CMD_DEBUGFS_READ/WRITE command
627 /** @brief Number of bytes read from or written to data buffer */
633 * @brief Response data for CMD_DEBUGFS_DUMPDIR command
638 /** @brief Number of bytes read from or written to data buffer */
649 * payload of data.
673 /** @brief Response data for CMD_DEBUGFS_READ OR
677 /** @brief Response data for CMD_DEBUGFS_DUMPDIR command */
695 * for exchanging data. This is functionally equivalent to
696 * @ref MRQ_DEBUGFS. But the way in which data is exchanged is different.
698 * the file path and read data will be stored in message payload.
700 * transaction might require multiple frames of data exchanged
756 * @brief Response data for CMD_DEBUG_OPEN_RO/WO command
761 /** @brief Data length. File data size for READ command.
780 * @brief Maximum size of read data in bytes.
788 * @brief Response data for CMD_DEBUG_READ command
791 /** @brief Size of data provided in this response in bytes */
793 /** @brief File data from seek position */
794 char data[DEBUG_READ_MAX_SZ];
799 * @brief Maximum size of write data in bytes.
814 /** @brief Size of write data in bytes */
817 char data[DEBUG_WRITE_MAX_SZ];
838 * payload of data.
868 /** @brief Response data for CMD_DEBUG_OPEN_RO/WO command */
870 /** @brief Response data for CMD_DEBUG_READ command */
957 * sub-command-specific data. Some do and some do not as indicated
1014 * be misaligned. Additionally because #data is variable length, it is
1027 /** @brief For write transactions only, #len bytes of data */
1028 uint8_t data[];
1046 * @brief Container for data read from the i2c bus
1049 * zero or more I2C reads. The data read from the bus is serialized
1055 /** @brief I2c read data */
1176 * @brief Response data to #MRQ_CLK sub-command CMD_CLK_IS_ENABLED
1250 * require no additional data. Others have a sub-command specific
1305 * sub-command-specific data. Some do and some do not as indicated in
1572 * @brief Response data to #MRQ_PG sub command #CMD_PG_GET_STATE
1602 * sub-commands require no additional data. Others have a sub-command
1627 * sub-command-specific data. Some do and some do not as indicated in
1771 * Host->BPMP request data for request type CMD_THERMAL_QUERY_ABI
1780 * Host->BPMP request data for request type CMD_THERMAL_GET_TEMP
1789 * BPMP->Host reply data for request CMD_THERMAL_GET_TEMP
1802 * Host->BPMP request data for request type CMD_THERMAL_SET_TRIP
1817 * BPMP->Host request data for request type CMD_THERMAL_HOST_TRIP_REACHED
1826 * BPMP->Host reply data for request type CMD_THERMAL_GET_NUM_ZONES
1836 * Host->BPMP request data for request type CMD_THERMAL_GET_THERMTRIP
1845 * BPMP->Host reply data for request CMD_THERMAL_GET_THERMTRIP
1854 * Host->BPMP request data.
1859 * data: Request type specific parameters.
1872 * BPMP->Host request data.
1875 * data: Request type specific parameters.
1897 * @brief Query CPU voltage hint data
1913 * Used by #MRQ_CPU_VHINT call by CCPLEX to retrieve voltage hint data
1921 /** @brief ID of the cluster whose data is requested */
1928 * Used by #MRQ_CPU_VHINT call to carry data pointed by
2234 * the buffer data and the head and tail counters
2244 * @brief Host->BPMP request data for request type
2259 * @brief Host->BPMP request data for request type #CMD_RINGBUF_CONSOLE_READ
2270 * @brief BPMP->Host response data for request type #CMD_RINGBUF_CONSOLE_READ
2273 /** @brief The actual data read from the BPMP TX buffer */
2274 uint8_t data[MRQ_RINGBUF_CONSOLE_MAX_READ_LEN];
2275 /** @brief Number of bytes in cmd_ringbuf_console_read_resp::data */
2281 * @brief Host->BPMP request data for request type #CMD_RINGBUF_CONSOLE_WRITE
2284 /** @brief The actual data to be written to the BPMP RX buffer */
2285 uint8_t data[MRQ_RINGBUF_CONSOLE_MAX_WRITE_LEN];
2286 /** @brief Number of bytes in cmd_ringbuf_console_write_req::data */
2292 * @brief BPMP->Host response data for request type #CMD_RINGBUF_CONSOLE_WRITE
2308 * @brief BPMP->Host reply data for request type #CMD_RINGBUF_CONSOLE_GET_FIFO
2323 * @brief Host->BPMP request data.
2344 * @brief Host->BPMP reply data
2469 * require no additional data. Others have a sub-command specific payload
2500 * sub-command-specific data. Some do and some do not as indicated in
2596 * sub-commands. Some sub-commands require no additional data.
2629 * return sub-command-specific data as indicated below.
2698 /** @brief Parity error on internal data path
2704 /** @brief ECC SEC error on internal data path
2710 /** @brief ECC DED error on internal data path
2860 /** @brief Sw error data */
2980 * sub-command-specific data as indicated below.