Home
last modified time | relevance | path

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

/drivers/iio/common/ssp_sensors/
Dssp_spi.c544 data->sensorhub_info->mag_length, SSP_AP2HUB_WRITE, in ssp_set_magnetic_matrix()
549 ssp_fill_buffer(msg, 0, data->sensorhub_info->mag_table, in ssp_set_magnetic_matrix()
550 data->sensorhub_info->mag_length); in ssp_set_magnetic_matrix()
Dssp_dev.c149 data->sensorhub_info->fw_rev); in ssp_check_fwbl()
151 if (data->cur_firm_rev != data->sensorhub_info->fw_rev) in ssp_check_fwbl()
489 data->sensorhub_info = (struct ssp_sensorhub_info *)match->data; in ssp_parse_dt()
Dssp.h191 struct ssp_sensorhub_info *sensorhub_info; member