Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c537 data->sensorhub_info->mag_length, SSP_AP2HUB_WRITE, in ssp_set_magnetic_matrix()
542 ssp_fill_buffer(msg, 0, data->sensorhub_info->mag_table, in ssp_set_magnetic_matrix()
543 data->sensorhub_info->mag_length); in ssp_set_magnetic_matrix()
H A Dssp_dev.c139 data->sensorhub_info->fw_rev); in ssp_check_fwbl()
141 if (data->cur_firm_rev != data->sensorhub_info->fw_rev) in ssp_check_fwbl()
462 data->sensorhub_info = device_get_match_data(dev); in ssp_parse_dt()
H A Dssp.h181 const struct ssp_sensorhub_info *sensorhub_info; member