Searched refs:scpi_send_message (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/firmware/ |
| D | arm_scpi.c | 470 static int scpi_send_message(u8 idx, void *tx_buf, unsigned int tx_len, in scpi_send_message() function 538 ret = scpi_send_message(CMD_GET_CLOCK_INFO, &le_clk_id, in scpi_clk_get_range() 553 ret = scpi_send_message(CMD_GET_CLOCK_VALUE, &le_clk_id, in scpi_clk_get_val() 567 return scpi_send_message(CMD_SET_CLOCK_VALUE, &clk, sizeof(clk), in scpi_clk_set_val() 579 return scpi_send_message(CMD_SET_CLOCK_VALUE, &clk, sizeof(clk), in legacy_scpi_clk_set_val() 588 ret = scpi_send_message(CMD_GET_DVFS, &domain, sizeof(domain), in scpi_dvfs_get_idx() 599 return scpi_send_message(CMD_SET_DVFS, &dvfs, sizeof(dvfs), in scpi_dvfs_set_idx() 623 ret = scpi_send_message(CMD_GET_DVFS_INFO, &domain, sizeof(domain), in scpi_dvfs_get_info() 713 ret = scpi_send_message(CMD_SENSOR_CAPABILITIES, NULL, 0, &cap, in scpi_sensor_get_capability() 727 ret = scpi_send_message(CMD_SENSOR_INFO, &id, sizeof(id), in scpi_sensor_get_info() [all …]
|