Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/common/ssp_sensors/
H A Dssp_dev.c85 ret = ssp_command(data, SSP_MSG2SSP_AP_MCU_SET_DUMPMODE, in ssp_sync_available_sensors()
391 return ssp_command(data, SSP_MSG2SSP_AP_MCU_DUMP_CHECK, 0); in ssp_initialize_mcu()
410 ssp_command(data, data->last_ap_state, 0); in ssp_refresh_task()
413 ssp_command(data, data->last_resume_state, 0); in ssp_refresh_task()
581 if (ssp_command(data, SSP_MSG2SSP_AP_STATUS_SHUTDOWN, 0) < 0) in ssp_remove()
611 ret = ssp_command(data, SSP_MSG2SSP_AP_STATUS_SUSPEND, 0); in ssp_suspend()
636 ret = ssp_command(data, SSP_MSG2SSP_AP_STATUS_RESUME, 0); in ssp_resume()
H A Dssp.h229 int ssp_command(struct ssp_data *data, char command, int arg);
H A Dssp_spi.c462 int ssp_command(struct ssp_data *data, char command, int arg) in ssp_command() function