Searched refs:scpi_send_message (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/firmware/ |
| H A D | arm_scpi.c | 541 ret = scpi_send_message(CMD_GET_CLOCK_INFO, &le_clk_id, in scpi_clk_get_range() 556 ret = scpi_send_message(CMD_GET_CLOCK_VALUE, &le_clk_id, in scpi_clk_get_val() 572 return scpi_send_message(CMD_SET_CLOCK_VALUE, &clk, sizeof(clk), in scpi_clk_set_val() 593 ret = scpi_send_message(CMD_GET_DVFS, &domain, sizeof(domain), in scpi_dvfs_get_idx() 604 return scpi_send_message(CMD_SET_DVFS, &dvfs, sizeof(dvfs), in scpi_dvfs_set_idx() 721 ret = scpi_send_message(CMD_SENSOR_CAPABILITIES, NULL, 0, &cap, in scpi_sensor_get_capability() 735 ret = scpi_send_message(CMD_SENSOR_INFO, &id, sizeof(id), in scpi_sensor_get_info() 751 ret = scpi_send_message(CMD_SENSOR_VALUE, &id, sizeof(id), in scpi_sensor_get_value() 771 ret = scpi_send_message(CMD_GET_DEVICE_PWR_STATE, &id, in scpi_device_get_power_state() 784 return scpi_send_message(CMD_SET_DEVICE_PWR_STATE, &dev_set, in scpi_device_set_power_state() [all …]
|