Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dfsl-qdma.c317 struct fsl_qdma_comp *comp_temp, *_comp_temp; in fsl_qdma_free_chan_resources() local
330 list_for_each_entry_safe(comp_temp, _comp_temp, in fsl_qdma_free_chan_resources()
333 comp_temp->virt_addr, in fsl_qdma_free_chan_resources()
334 comp_temp->bus_addr); in fsl_qdma_free_chan_resources()
336 comp_temp->desc_virt_addr, in fsl_qdma_free_chan_resources()
337 comp_temp->desc_bus_addr); in fsl_qdma_free_chan_resources()
338 list_del(&comp_temp->list); in fsl_qdma_free_chan_resources()
339 kfree(comp_temp); in fsl_qdma_free_chan_resources()
342 list_for_each_entry_safe(comp_temp, _comp_temp, in fsl_qdma_free_chan_resources()
345 comp_temp in fsl_qdma_free_chan_resources()
406 struct fsl_qdma_comp *comp_temp, *_comp_temp; fsl_qdma_pre_request_enqueue_desc() local
462 struct fsl_qdma_comp *comp_temp; fsl_qdma_request_enqueue_desc() local
[all...]
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.c110 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_probe() local
229 list_for_each_entry_safe(comp, comp_temp, &mdp->comp_list, node) { in mtk_mdp_probe()
241 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_remove() local
252 list_for_each_entry_safe(comp, comp_temp, &mdp->comp_list, node) { in mtk_mdp_remove()
/linux/drivers/iio/pressure/
H A Dbmp280-core.c563 static int bmp280_read_temp(struct bmp280_data *data, s32 *comp_temp) in bmp280_read_temp() argument
572 *comp_temp = bmp280_compensate_temp(data, adc_temp); in bmp280_read_temp()
1113 s32 comp_temp; in bmp280_trigger_handler() member
1135 buffer.comp_temp = bmp280_compensate_temp(data, adc_temp); in bmp280_trigger_handler()
1234 s32 comp_temp; in bme280_trigger_handler() member
1257 buffer.comp_temp = bmp280_compensate_temp(data, adc_temp); in bme280_trigger_handler()
1495 s64 comp_temp; in bmp380_compensate_temp() local
1499 comp_temp = (var6 * 25) >> 14; in bmp380_compensate_temp()
1501 comp_temp = clamp_val(comp_temp, BMP380_MIN_TEM in bmp380_compensate_temp()
1575 bmp380_read_temp(struct bmp280_data * data,s32 * comp_temp) bmp380_read_temp() argument
1910 s32 comp_temp; bmp380_trigger_handler() member
2617 __le32 comp_temp; bmp580_trigger_handler() member
2845 bmp180_read_temp(struct bmp280_data * data,s32 * comp_temp) bmp180_read_temp() argument
2963 s32 comp_temp; bmp180_trigger_handler() member
[all...]
/linux/drivers/iio/chemical/
H A Dbme680_core.c737 static int bme680_read_temp(struct bme680_data *data, s16 *comp_temp) in bme680_read_temp() argument
746 *comp_temp = bme680_compensate_temp(data, adc_temp); in bme680_read_temp()