Searched refs:ab8500_data (Results 1 – 1 of 1) sorted by relevance
88 struct ab8500_temp *ab8500_data = data->plat_data; in ab8500_read_sensor() local91 *temp = ab8500_btemp_get_temp(ab8500_data->btemp); in ab8500_read_sensor()93 *temp = ab8500_btemp_get_batctrl_temp(ab8500_data->btemp); in ab8500_read_sensor()95 ret = iio_read_channel_processed(ab8500_data->aux1, &voltage); in ab8500_read_sensor()98 ret = ab8500_voltage_to_temp(&ab8500_data->cfg, voltage, temp); in ab8500_read_sensor()102 ret = iio_read_channel_processed(ab8500_data->aux2, &voltage); in ab8500_read_sensor()105 ret = ab8500_voltage_to_temp(&ab8500_data->cfg, voltage, temp); in ab8500_read_sensor()115 struct ab8500_temp *ab8500_data = container_of(work, in ab8500_thermal_power_off() local117 struct abx500_temp *abx500_data = ab8500_data->abx500_data; in ab8500_thermal_power_off()159 struct ab8500_temp *ab8500_data = data->plat_data; in ab8500_temp_irq_handler() local[all …]