Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/common/ssp_sensors/
Dssp_dev.c95 ret = ssp_command(data, SSP_MSG2SSP_AP_MCU_SET_DUMPMODE, in ssp_sync_available_sensors()
401 return ssp_command(data, SSP_MSG2SSP_AP_MCU_DUMP_CHECK, 0); in ssp_initialize_mcu()
420 ssp_command(data, data->last_ap_state, 0); in ssp_refresh_task()
423 ssp_command(data, data->last_resume_state, 0); in ssp_refresh_task()
621 if (ssp_command(data, SSP_MSG2SSP_AP_STATUS_SHUTDOWN, 0) < 0) in ssp_remove()
654 ret = ssp_command(data, SSP_MSG2SSP_AP_STATUS_SUSPEND, 0); in ssp_suspend()
679 ret = ssp_command(data, SSP_MSG2SSP_AP_STATUS_RESUME, 0); in ssp_resume()
Dssp.h240 int ssp_command(struct ssp_data *data, char command, int arg);
Dssp_spi.c469 int ssp_command(struct ssp_data *data, char command, int arg) in ssp_command() function