Searched refs:ssp_command (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/iio/common/ssp_sensors/ |
D | ssp_dev.c | 85 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()
|
D | ssp.h | 229 int ssp_command(struct ssp_data *data, char command, int arg);
|
D | ssp_spi.c | 462 int ssp_command(struct ssp_data *data, char command, int arg) in ssp_command() function
|