Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/common/ssp_sensors/
Dssp_dev.c84 ret = ssp_command(data, SSP_MSG2SSP_AP_MCU_SET_DUMPMODE, in ssp_sync_available_sensors()
390 return ssp_command(data, SSP_MSG2SSP_AP_MCU_DUMP_CHECK, 0); in ssp_initialize_mcu()
409 ssp_command(data, data->last_ap_state, 0); in ssp_refresh_task()
412 ssp_command(data, data->last_resume_state, 0); in ssp_refresh_task()
593 if (ssp_command(data, SSP_MSG2SSP_AP_STATUS_SHUTDOWN, 0) < 0) in ssp_remove()
626 ret = ssp_command(data, SSP_MSG2SSP_AP_STATUS_SUSPEND, 0); in ssp_suspend()
651 ret = ssp_command(data, SSP_MSG2SSP_AP_STATUS_RESUME, 0); in ssp_resume()
Dssp.h230 int ssp_command(struct ssp_data *data, char command, int arg);
Dssp_spi.c463 int ssp_command(struct ssp_data *data, char command, int arg) in ssp_command() function