Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/common/ssp_sensors/
Dssp_dev.c231 ret = ssp_send_instruction(data, in ssp_enable_sensor()
245 ret = ssp_send_instruction(data, in ssp_enable_sensor()
289 ret = ssp_send_instruction(data, SSP_MSG2SSP_INST_CHANGE_DELAY, type, in ssp_change_delay()
318 ret = ssp_send_instruction(data, in ssp_disable_sensor()
Dssp.h232 int ssp_send_instruction(struct ssp_data *data, u8 inst, u8 sensor_type,
Dssp_spi.c480 int ssp_send_instruction(struct ssp_data *data, u8 inst, u8 sensor_type, in ssp_send_instruction() function