Searched refs:comp_temp (Results 1 – 3 of 3) sorted by relevance
96 struct dpaa2_qdma_comp *comp_temp = NULL; in dpaa2_qdma_request_desc() local102 comp_temp = kzalloc_obj(*comp_temp, GFP_NOWAIT); in dpaa2_qdma_request_desc()103 if (!comp_temp) in dpaa2_qdma_request_desc()105 comp_temp->fd_virt_addr = in dpaa2_qdma_request_desc()107 &comp_temp->fd_bus_addr); in dpaa2_qdma_request_desc()108 if (!comp_temp->fd_virt_addr) in dpaa2_qdma_request_desc()111 comp_temp->fl_virt_addr = in dpaa2_qdma_request_desc()113 &comp_temp->fl_bus_addr); in dpaa2_qdma_request_desc()114 if (!comp_temp->fl_virt_addr) in dpaa2_qdma_request_desc()117 comp_temp->desc_virt_addr = in dpaa2_qdma_request_desc()[all …]
563 static int bmp280_read_temp(struct bmp280_data *data, s32 *comp_temp) in bmp280_read_temp() argument572 *comp_temp = bmp280_compensate_temp(data, adc_temp); in bmp280_read_temp()1114 s32 comp_temp; in bmp280_trigger_handler() member1136 buffer.comp_temp = bmp280_compensate_temp(data, adc_temp); in bmp280_trigger_handler()1235 s32 comp_temp; in bme280_trigger_handler() member1258 buffer.comp_temp = bmp280_compensate_temp(data, adc_temp); in bme280_trigger_handler()1496 s64 comp_temp; in bmp380_compensate_temp() local1500 comp_temp = (var6 * 25) >> 14; in bmp380_compensate_temp()1502 comp_temp = clamp_val(comp_temp, BMP380_MIN_TEMP, BMP380_MAX_TEMP); in bmp380_compensate_temp()1503 return (s32) comp_temp; in bmp380_compensate_temp()[all …]
737 static int bme680_read_temp(struct bme680_data *data, s16 *comp_temp) in bme680_read_temp() argument746 *comp_temp = bme680_compensate_temp(data, adc_temp); in bme680_read_temp()