| /linux/drivers/gpu/drm/bridge/cadence/ |
| H A D | cdns-mhdp8546-hdcp.c | 404 static int _cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type) in _cdns_mhdp_hdcp_enable() argument 411 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0 || in _cdns_mhdp_hdcp_enable() 412 content_type == DRM_MODE_HDCP_CONTENT_TYPE1) { in _cdns_mhdp_hdcp_enable() 419 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0) { in _cdns_mhdp_hdcp_enable() 503 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type) in cdns_mhdp_hdcp_enable() argument 508 ret = _cdns_mhdp_hdcp_enable(mhdp, content_type); in cdns_mhdp_hdcp_enable() 512 mhdp->hdcp.hdcp_content_type = content_type; in cdns_mhdp_hdcp_enable()
|
| H A D | cdns-mhdp8546-hdcp.h | 85 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type);
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_parser.c | 534 enum OID content_type; in pkcs7_sig_note_authenticated_attr() local 542 content_type = look_up_OID(value, vlen); in pkcs7_sig_note_authenticated_attr() 543 if (content_type != ctx->msg->data_type) { in pkcs7_sig_note_authenticated_attr() 546 content_type); in pkcs7_sig_note_authenticated_attr()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_atomic.c | 142 new_conn_state->base.content_type != old_conn_state->base.content_type || in intel_digital_connector_atomic_check()
|
| H A D | intel_hdcp.c | 179 data->streams[0].stream_type = hdcp->content_type; in intel_hdcp_prepare_streams() 1780 if (!dig_port->hdcp.mst_type1_capable && hdcp->content_type) { in hdcp2_authenticate_repeater_topology() 1855 hdcp->content_type); in hdcp2_authenticate_sink() 2087 hdcp->content_type); in _intel_hdcp2_enable() 2094 hdcp->content_type, ret); in _intel_hdcp2_enable() 2100 hdcp->content_type); in _intel_hdcp2_enable() 2450 hdcp->content_type = (u8)conn_state->hdcp_content_type; in _intel_hdcp_enable() 2483 hdcp->content_type != DRM_MODE_HDCP_CONTENT_TYPE1) { in _intel_hdcp_enable() 2565 (conn_state->hdcp_content_type != hdcp->content_type && in intel_hdcp_update_pipe()
|
| H A D | intel_display_types.h | 473 u8 content_type; member
|
| H A D | intel_dp.c | 2986 vsc->content_type = DP_CONTENT_TYPE_NOT_DEFINED; in intel_dp_compute_vsc_colorimetry() 5136 vsc->content_type = sdp->db[18] & 0x7; in intel_dp_vsc_sdp_unpack()
|
| H A D | intel_display.c | 4864 a->content_type == b->content_type; in intel_compare_dp_as_sdp()
|
| /linux/tools/arch/x86/intel_sdsi/ |
| H A D | intel_sdsi.c | 122 uint32_t content_type; member 314 static char *content_type(uint32_t type) in content_type() function 473 printf("Content Type: %s\n", content_type(sc->content_type)); in sdsi_state_cert_show()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_hdcp.c | 197 u8 content_type, in hdcp_update_display() argument 229 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0) { in hdcp_update_display() 231 } else if (content_type == DRM_MODE_HDCP_CONTENT_TYPE1) { in hdcp_update_display()
|
| H A D | amdgpu_dm.c | 6639 switch (connector_state->content_type) { in get_output_content_type() 6807 stream->content_type = get_output_content_type(connector_state); in fill_stream_properties_from_drm_display_mode() 8339 if (new_con_state->content_type != old_con_state->content_type) { in amdgpu_dm_connector_atomic_check()
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 167 char content_type = darg->zc ? darg->tail : 0; in tls_padding_length() local 170 while (content_type == 0) { in tls_padding_length() 174 &content_type, 1); in tls_padding_length() 177 if (content_type) in tls_padding_length() 182 tlm->control = content_type; in tls_padding_length() 782 rec->content_type = record_type; in tls_push_record() 785 sg_set_buf(&rec->sg_content_type, &rec->content_type, 1); in tls_push_record()
|
| H A D | tls.h | 124 char content_type; member
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_stream.h | 227 enum display_content_type content_type; member
|
| /linux/include/drm/display/ |
| H A D | drm_dp_helper.h | 99 enum dp_content_type content_type; member
|
| /linux/net/sunrpc/ |
| H A D | svcsock.c | 245 u8 content_type = tls_get_record_type(sock->sk, cmsg); in svc_tcp_sock_process_cmsg() local 248 switch (content_type) { in svc_tcp_sock_process_cmsg()
|
| H A D | xprtsock.c | 363 u8 content_type = tls_get_record_type(sock->sk, cmsg); in xs_sock_process_cmsg() local 366 switch (content_type) { in xs_sock_process_cmsg()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_uapi.c | 901 state->content_type = val; in drm_atomic_connector_set_property() 996 *val = state->content_type; in drm_atomic_connector_get_property()
|
| H A D | drm_edid.c | 7320 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS; in drm_hdmi_avi_infoframe_from_display_mode()
|
| /linux/drivers/media/i2c/ |
| H A D | tda1997x.c | 1257 state->avi_infoframe.content_type); in set_rgb_quantization_range() 2080 ctrl->val = state->avi_infoframe.content_type; in tda1997x_g_volatile_ctrl()
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-dp.c | 1095 vsc.content_type = DP_CONTENT_TYPE_NOT_DEFINED; in dw_dp_send_vsc_sdp()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 4618 switch (stream->content_type) { in set_avi_info_frame()
|