Home
last modified time | relevance | path

Searched refs:scpi_send_message (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/firmware/
Darm_scpi.c345 static int scpi_send_message(u8 cmd, void *tx_buf, unsigned int tx_len, in scpi_send_message() function
398 ret = scpi_send_message(SCPI_CMD_GET_CLOCK_INFO, &le_clk_id, in scpi_clk_get_range()
413 ret = scpi_send_message(SCPI_CMD_GET_CLOCK_VALUE, &le_clk_id, in scpi_clk_get_val()
426 return scpi_send_message(SCPI_CMD_SET_CLOCK_VALUE, &clk, sizeof(clk), in scpi_clk_set_val()
435 ret = scpi_send_message(SCPI_CMD_GET_DVFS, &domain, sizeof(domain), in scpi_dvfs_get_idx()
445 return scpi_send_message(SCPI_CMD_SET_DVFS, &dvfs, sizeof(dvfs), in scpi_dvfs_set_idx()
469 ret = scpi_send_message(SCPI_CMD_GET_DVFS_INFO, &domain, sizeof(domain), in scpi_dvfs_get_info()
504 ret = scpi_send_message(SCPI_CMD_SENSOR_CAPABILITIES, NULL, 0, &cap_buf, in scpi_sensor_get_capability()
518 ret = scpi_send_message(SCPI_CMD_SENSOR_INFO, &id, sizeof(id), in scpi_sensor_get_info()
533 ret = scpi_send_message(SCPI_CMD_SENSOR_VALUE, &sensor, sizeof(sensor), in scpi_sensor_get_value()
[all …]