Lines Matching refs:data

61  * The BPMP processes the data and replies with an IVC frame (on the
227 * uint16_t calc_crc_digest(uint16_t crc, uint8_t *data, size_t size)
230 * crc ^= data[i] << 8;
242 * uint16_t calc_crc(uint8_t *data, size_t size)
244 * return calc_crc_digest(0x4657, data, size);
302 * Minimum size guaranteed for data in an IPC message buffer
552 * written data to a callback provided by the driver. When software on
554 * data to return to the CPU. The intention of the debugfs filesystem
588 /** @brief Physical address pointing to data buffer */
590 /** @brief Length in bytes of data buffer */
599 /** @brief Physical address pointing to data buffer */
601 /** @brief Length in bytes of data buffer */
607 * @brief Response data for CMD_DEBUGFS_READ/WRITE command
612 /** @brief Number of bytes read from or written to data buffer */
618 * @brief Response data for CMD_DEBUGFS_DUMPDIR command
623 /** @brief Number of bytes read from or written to data buffer */
634 * payload of data.
658 /** @brief Response data for CMD_DEBUGFS_READ OR
662 /** @brief Response data for CMD_DEBUGFS_DUMPDIR command */
680 * for exchanging data. This is functionally equivalent to
681 * @ref MRQ_DEBUGFS. But the way in which data is exchanged is different.
683 * the file path and read data will be stored in message payload.
685 * transaction might require multiple frames of data exchanged
741 * @brief Response data for CMD_DEBUG_OPEN_RO/WO command
746 /** @brief Data length. File data size for READ command.
765 * @brief Maximum size of read data in bytes.
773 * @brief Response data for CMD_DEBUG_READ command
776 /** @brief Size of data provided in this response in bytes */
778 /** @brief File data from seek position */
779 char data[DEBUG_READ_MAX_SZ];
784 * @brief Maximum size of write data in bytes.
799 /** @brief Size of write data in bytes */
802 char data[DEBUG_WRITE_MAX_SZ];
823 * payload of data.
853 /** @brief Response data for CMD_DEBUG_OPEN_RO/WO command */
855 /** @brief Response data for CMD_DEBUG_READ command */
942 * sub-command-specific data. Some do and some do not as indicated
999 * be misaligned. Additionally because #data is variable length, it is
1012 /** @brief For write transactions only, #len bytes of data */
1013 uint8_t data[];
1041 * @brief Container for data read from the i2c bus
1044 * zero or more I2C reads. The data read from the bus is serialized
1050 /** @brief I2c read data */
1193 * @brief Response data to #MRQ_CLK sub-command CMD_CLK_IS_ENABLED
1308 * require no additional data. Others have a sub-command specific
1383 * sub-command-specific data. Some do and some do not as indicated in
1580 * @brief Response data to #MRQ_PG sub command #CMD_PG_GET_STATE
1610 * sub-commands require no additional data. Others have a sub-command
1635 * sub-command-specific data. Some do and some do not as indicated in
1779 * Host->BPMP request data for request type CMD_THERMAL_QUERY_ABI
1788 * Host->BPMP request data for request type CMD_THERMAL_GET_TEMP
1797 * BPMP->Host reply data for request CMD_THERMAL_GET_TEMP
1810 * Host->BPMP request data for request type CMD_THERMAL_SET_TRIP
1825 * BPMP->Host request data for request type CMD_THERMAL_HOST_TRIP_REACHED
1834 * BPMP->Host reply data for request type CMD_THERMAL_GET_NUM_ZONES
1844 * Host->BPMP request data for request type CMD_THERMAL_GET_THERMTRIP
1853 * BPMP->Host reply data for request CMD_THERMAL_GET_THERMTRIP
1862 * Host->BPMP request data.
1867 * data: Request type specific parameters.
1880 * BPMP->Host request data.
1883 * data: Request type specific parameters.
1942 * @brief Query CPU voltage hint data
1958 * Used by #MRQ_CPU_VHINT call by CCPLEX to retrieve voltage hint data
1966 /** @brief ID of the cluster whose data is requested */
1973 * Used by #MRQ_CPU_VHINT call to carry data pointed by
2228 * request data for request type CMD_BWMGR_QUERY_ABI
2248 * request data for request type CMD_BWMGR_CALC_RATE
2260 * response data for request type CMD_BWMGR_CALC_RATE
2262 * iso_rate_min: min dram data clk rate in kHz to satisfy all iso bw reqs
2263 * total_rate_min: min dram data clk rate in kHz to satisfy all bw reqs
2377 * request data for request type CMD_BWMGR_INT_CALC_AND_SET
2407 * response data for request type CMD_BWMGR_CALC_AND_SET
2510 * request data for request type CMD_ISO_CLIENT_QUERY_ABI
2519 * request data for request type CMD_ISO_CLIENT_CALCULATE_LA
2534 * request data for request type CMD_ISO_CLIENT_SET_LA
2550 * request data for request type CMD_ISO_CLIENT_GET_MAX_BW
2559 * response data for request type CMD_ISO_CLIENT_CALCULATE_LA
2582 * response data for request type CMD_ISO_CLIENT_GET_MAX_BW
2620 * sub-command-specific data. Some do and some do not as indicated in
2785 * the buffer data and the head and tail counters
2795 * @brief Host->BPMP request data for request type
2810 * @brief Host->BPMP request data for request type #CMD_RINGBUF_CONSOLE_READ
2821 * @brief BPMP->Host response data for request type #CMD_RINGBUF_CONSOLE_READ
2824 /** @brief The actual data read from the BPMP TX buffer */
2825 uint8_t data[MRQ_RINGBUF_CONSOLE_MAX_READ_LEN];
2826 /** @brief Number of bytes in cmd_ringbuf_console_read_resp::data */
2832 * @brief Host->BPMP request data for request type #CMD_RINGBUF_CONSOLE_WRITE
2835 /** @brief The actual data to be written to the BPMP RX buffer */
2836 uint8_t data[MRQ_RINGBUF_CONSOLE_MAX_WRITE_LEN];
2837 /** @brief Number of bytes in cmd_ringbuf_console_write_req::data */
2843 * @brief BPMP->Host response data for request type #CMD_RINGBUF_CONSOLE_WRITE
2859 * @brief BPMP->Host reply data for request type #CMD_RINGBUF_CONSOLE_GET_FIFO
2874 * @brief Host->BPMP request data.
2895 * @brief Host->BPMP reply data
3033 * requires no additional data. Others have a sub-command specific payload. Below table
3034 * shows sub-commands with their corresponding payload data.
3070 * sub-command-specific data. Some do and some do not as indicated in
3123 * -#BPMP_ENOENT: no calibration data, uninitialized @n
3138 * -#BPMP_ENOENT: no calibration data, uninitialized @n
3153 * -#BPMP_ENOENT: no calibration data, uninitialized @n
3167 * -#BPMP_ENOENT: no calibration data, uninitialized @n
3240 * sub-commands. Some sub-commands require no additional data.
3274 * return sub-command-specific data as indicated below.
3347 /** @brief Parity error on internal data path
3353 /** @brief ECC SEC error on internal data path
3359 /** @brief ECC DED error on internal data path
3515 /** @brief Sw error data */
3635 * sub-command-specific data as indicated below.
3667 * telemetry data
3683 * * 0: Telemetry data is available at returned address
3690 /** @brief Physical address of telemetry data buffer */
3770 * @brief Request data for #MRQ_PWR_LIMIT command CMD_PWR_LIMIT_QUERY_ABI
3777 * @brief Request data for #MRQ_PWR_LIMIT command CMD_PWR_LIMIT_SET
3792 * @brief Request data for #MRQ_PWR_LIMIT command CMD_PWR_LIMIT_GET
3804 * @brief Response data for #MRQ_PWR_LIMIT command CMD_PWR_LIMIT_GET
3811 * @brief Request data for #MRQ_PWR_LIMIT command CMD_PWR_LIMIT_CURR_CAP
3820 * @brief Response data for #MRQ_PWR_LIMIT command CMD_PWR_LIMIT_CURR_CAP
3901 * * 0: gears defined and response data valid