HomeSort by: relevance | last modified time | path
    Searched refs:repeater_present (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 623 bool repeater_present, hdcp_capable; local in function:intel_hdcp_auth
682 ret = shim->repeater_present(intel_dig_port, &repeater_present);
685 if (repeater_present)
756 if (repeater_present)
intel_hdcp.c 623 bool repeater_present, hdcp_capable; local in function:intel_hdcp_auth
682 ret = shim->repeater_present(intel_dig_port, &repeater_present);
685 if (repeater_present)
756 if (repeater_present)
intel_display_types.h 286 int (*repeater_present)(struct intel_digital_port *intel_dig_port, member in struct:intel_hdcp_shim
287 bool *repeater_present);
intel_display_types.h 286 int (*repeater_present)(struct intel_digital_port *intel_dig_port, member in struct:intel_hdcp_shim
287 bool *repeater_present);
intel_hdmi.c 1380 bool *repeater_present)
1390 *repeater_present = val & DRM_HDCP_DDC_BCAPS_REPEATER_PRESENT;
1726 .repeater_present = intel_hdmi_hdcp_repeater_present,
intel_hdmi.c 1380 bool *repeater_present)
1390 *repeater_present = val & DRM_HDCP_DDC_BCAPS_REPEATER_PRESENT;
1726 .repeater_present = intel_hdmi_hdcp_repeater_present,
intel_dp.c 6039 bool *repeater_present)
6048 *repeater_present = bcaps & DP_BCAPS_REPEATER_PRESENT;
6499 .repeater_present = intel_dp_hdcp_repeater_present,
intel_dp.c 6039 bool *repeater_present)
6048 *repeater_present = bcaps & DP_BCAPS_REPEATER_PRESENT;
6499 .repeater_present = intel_dp_hdcp_repeater_present,

Completed in 45 milliseconds