Home
last modified time | relevance | path

Searched refs:hw_pos (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/soc/intel/baytrail/
Dsst-baytrail-pcm.c216 u32 pos, hw_pos; in byt_notify_pointer() local
218 hw_pos = sst_byt_get_dsp_position(byt, pcm_data->stream, in byt_notify_pointer()
220 pcm_data->hw_ptr = hw_pos; in byt_notify_pointer()
225 dev_dbg(rtd->dev, "PCM: App/DMA pointer %u/%u bytes\n", pos, hw_pos); in byt_notify_pointer()
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c550 enum hw_point_position hw_pos; in build_custom_gamma_mapping_coefficients_worker() local
566 &index_to_start, &index_left, &index_right, &hw_pos)) { in build_custom_gamma_mapping_coefficients_worker()
598 if (hw_pos == HW_POINT_POSITION_MIDDLE) in build_custom_gamma_mapping_coefficients_worker()
606 else if (hw_pos == HW_POINT_POSITION_LEFT) in build_custom_gamma_mapping_coefficients_worker()
608 else if (hw_pos == HW_POINT_POSITION_RIGHT) in build_custom_gamma_mapping_coefficients_worker()
617 point->pos = hw_pos; in build_custom_gamma_mapping_coefficients_worker()