Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Daudio.h35 bool (*endpoint_valid)(struct audio *audio); member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_audio.c1013 .endpoint_valid = dce_aud_endpoint_valid,
1024 .endpoint_valid = dce_aud_endpoint_valid,
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c309 if (!aud->funcs->endpoint_valid(aud)) { in resource_construct()