Home
last modified time | relevance | path

Searched refs:audios (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/include/media/drv-intf/
H A Dsaa7146_vv.h155 int audios; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h233 struct audio *audios[MAX_AUDIOS]; member
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_v4l.c925 .audios = 1,
940 .audios = 1,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c810 if (pool->base.audios[i] != NULL) in dce100_resource_destruct()
811 dce_aud_destroy(&pool->base.audios[i]); in dce100_resource_destruct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_resource.c647 if (pool->base.audios[i]) in dce120_resource_destruct()
648 dce_aud_destroy(&pool->base.audios[i]); in dce120_resource_destruct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c313 pool->audios[i] = aud; in resource_construct()
1759 if (pool->audios[i] == audio) in update_audio_usage()
1809 return pool->audios[i]; in find_first_free_audio()
1815 return pool->audios[id]; in find_first_free_audio()
1820 return pool->audios[i]; in find_first_free_audio()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c860 if (pool->base.audios[i] != NULL) { in dce60_resource_destruct()
861 dce_aud_destroy(&pool->base.audios[i]); in dce60_resource_destruct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce80/
H A Ddce80_resource.c865 if (pool->base.audios[i] != NULL) { in dce80_resource_destruct()
866 dce_aud_destroy(&pool->base.audios[i]); in dce80_resource_destruct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.c832 if (pool->base.audios[i] != NULL) { in dce112_resource_destruct()
833 dce_aud_destroy(&pool->base.audios[i]); in dce112_resource_destruct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1025 if (pool->base.audios[i]) in dcn10_resource_destruct()
1026 dce_aud_destroy(&pool->base.audios[i]); in dcn10_resource_destruct()
H A Ddcn10_hw_sequencer.c1408 struct audio *audio = res_pool->audios[i]; in dcn10_init_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c872 if (pool->base.audios[i] != NULL) { in dce110_resource_destruct()
873 dce_aud_destroy(&pool->base.audios[i]); in dce110_resource_destruct()
H A Ddce110_hw_sequencer.c2485 struct audio *audio = dc->res_pool->audios[i]; in init_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c601 struct audio *audio = res_pool->audios[i]; in dcn30_init_hw()
H A Ddcn30_resource.c1287 if (pool->base.audios[i]) in dcn30_resource_destruct()
1288 dce_aud_destroy(&pool->base.audios[i]); in dcn30_resource_destruct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c988 if (pool->base.audios[i]) in dcn21_resource_destruct()
989 dce_aud_destroy(&pool->base.audios[i]); in dcn21_resource_destruct()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddiff-v4l.rst151 The ``audios`` field was replaced by ``capabilities`` flag
H A Dhist-v4l2.rst328 The redundant fields ``inputs``, ``outputs`` and ``audios`` were
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1537 if (pool->base.audios[i]) in dcn20_resource_destruct()
1538 dce_aud_destroy(&pool->base.audios[i]); in dcn20_resource_destruct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c714 adev->dm.dc->res_pool->audios[i]->inst; in amdgpu_dm_audio_init()