Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dfsl-qdma.c297 struct fsl_qdma_comp *comp_temp, *_comp_temp; in fsl_qdma_free_chan_resources() local
310 list_for_each_entry_safe(comp_temp, _comp_temp, in fsl_qdma_free_chan_resources()
313 comp_temp->virt_addr, in fsl_qdma_free_chan_resources()
314 comp_temp->bus_addr); in fsl_qdma_free_chan_resources()
316 comp_temp->desc_virt_addr, in fsl_qdma_free_chan_resources()
317 comp_temp->desc_bus_addr); in fsl_qdma_free_chan_resources()
318 list_del(&comp_temp->list); in fsl_qdma_free_chan_resources()
319 kfree(comp_temp); in fsl_qdma_free_chan_resources()
322 list_for_each_entry_safe(comp_temp, _comp_temp, in fsl_qdma_free_chan_resources()
325 comp_temp->virt_addr, in fsl_qdma_free_chan_resources()
[all …]
/Linux-v5.4/drivers/iio/pressure/
Dbmp280-core.c331 s32 adc_temp, comp_temp; in bmp280_read_temp() local
346 comp_temp = bmp280_compensate_temp(data, adc_temp); in bmp280_read_temp()
353 *val = comp_temp * 10; in bmp280_read_temp()
822 s32 adc_temp, comp_temp; in bmp180_read_temp() local
828 comp_temp = bmp180_compensate_temp(data, adc_temp); in bmp180_read_temp()
835 *val = comp_temp * 100; in bmp180_read_temp()
/Linux-v5.4/drivers/iio/chemical/
Dbme680_core.c610 s16 comp_temp; in bme680_read_temp() local
630 comp_temp = bme680_compensate_temp(data, adc_temp); in bme680_read_temp()
638 *val = comp_temp * 10; /* Centidegrees to millidegrees */ in bme680_read_temp()