Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c404 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 Dcdns-mhdp8546-hdcp.h85 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type);
/linux/crypto/asymmetric_keys/
H A Dpkcs7_parser.c505 enum OID content_type; in pkcs7_sig_note_authenticated_attr() local
513 content_type = look_up_OID(value, vlen); in pkcs7_sig_note_authenticated_attr()
514 if (content_type != ctx->msg->data_type) { in pkcs7_sig_note_authenticated_attr()
517 content_type); in pkcs7_sig_note_authenticated_attr()
/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c122 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/net/tls/
H A Dtls_sw.c167 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()
781 rec->content_type = record_type; in tls_push_record()
784 sg_set_buf(&rec->sg_content_type, &rec->content_type, 1); in tls_push_record()
H A Dtls.h124 char content_type; member
/linux/Documentation/networking/device_drivers/ethernet/neterion/
H A Ds2io.rst189 http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/
/linux/net/sunrpc/
H A Dsvcsock.c245 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 Dxprtsock.c363 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/msm/dp/
H A Ddp_panel.c521 vsc_sdp_data.content_type = DP_CONTENT_TYPE_GRAPHICS; in msm_dp_panel_setup_vsc_sdp_yuv_420()
/linux/drivers/gpu/drm/
H A Ddrm_atomic_uapi.c885 state->content_type = val; in drm_atomic_connector_set_property()
980 *val = state->content_type; in drm_atomic_connector_get_property()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h472 u8 content_type; member
H A Dintel_display.c4835 a->content_type == b->content_type; in intel_compare_dp_vsc_sdp()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6593 switch (connector_state->content_type) { in get_output_content_type()
6761 stream->content_type = get_output_content_type(connector_state); in fill_stream_properties_from_drm_display_mode()
8291 if (new_con_state->content_type != old_con_state->content_type) { in amdgpu_dm_connector_atomic_check()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4618 switch (stream->content_type) { in set_avi_info_frame()