Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Daudio.h35 bool (*endpoint_valid)(struct audio *audio); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c1018 .endpoint_valid = dce_aud_endpoint_valid,
1029 .endpoint_valid = dce_aud_endpoint_valid,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c388 if (!aud->funcs->endpoint_valid(aud)) { in resource_construct()