Searched refs:sensorhub_info (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/common/ssp_sensors/ |
H A D | ssp_spi.c | 538 data->sensorhub_info->mag_length, SSP_AP2HUB_WRITE, in ssp_set_magnetic_matrix() 543 ssp_fill_buffer(msg, 0, data->sensorhub_info->mag_table, in ssp_set_magnetic_matrix() 544 data->sensorhub_info->mag_length); in ssp_set_magnetic_matrix()
|
H A D | ssp_dev.c | 138 data->sensorhub_info->fw_rev); in ssp_check_fwbl() 140 if (data->cur_firm_rev != data->sensorhub_info->fw_rev) in ssp_check_fwbl() 468 data->sensorhub_info = match->data; in ssp_parse_dt()
|
H A D | ssp.h | 144 * @sensorhub_info: info about sensorhub board specific features 181 const struct ssp_sensorhub_info *sensorhub_info; member
|
/kernel/linux/linux-6.6/drivers/iio/common/ssp_sensors/ |
H A D | ssp_spi.c | 537 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 D | ssp_dev.c | 139 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 D | ssp.h | 144 * @sensorhub_info: info about sensorhub board specific features 181 const struct ssp_sensorhub_info *sensorhub_info; member
|
Completed in 5 milliseconds