Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/baytrail/
Dsst-baytrail-pcm.c223 u32 pos, hw_pos; in byt_notify_pointer() local
225 hw_pos = sst_byt_get_dsp_position(byt, pcm_data->stream, in byt_notify_pointer()
227 pcm_data->hw_ptr = hw_pos; in byt_notify_pointer()
232 dev_dbg(rtd->dev, "PCM: App/DMA pointer %u/%u bytes\n", pos, hw_pos); in byt_notify_pointer()
/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c468 enum hw_point_position hw_pos; in build_custom_gamma_mapping_coefficients_worker() local
484 &index_to_start, &index_left, &index_right, &hw_pos)) { in build_custom_gamma_mapping_coefficients_worker()
516 if (hw_pos == HW_POINT_POSITION_MIDDLE) in build_custom_gamma_mapping_coefficients_worker()
524 else if (hw_pos == HW_POINT_POSITION_LEFT) in build_custom_gamma_mapping_coefficients_worker()
526 else if (hw_pos == HW_POINT_POSITION_RIGHT) in build_custom_gamma_mapping_coefficients_worker()
535 point->pos = hw_pos; in build_custom_gamma_mapping_coefficients_worker()