Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7_parser.c465 enum OID content_type; in pkcs7_sig_note_authenticated_attr() local
473 content_type = look_up_OID(value, vlen); in pkcs7_sig_note_authenticated_attr()
474 if (content_type != ctx->msg->data_type) { in pkcs7_sig_note_authenticated_attr()
477 content_type); in pkcs7_sig_note_authenticated_attr()
/linux-4.4.14/drivers/video/
Dhdmi.c136 ((frame->content_type & 0x3) << 4) | in hdmi_avi_infoframe_pack()
641 hdmi_content_type_get_name(enum hdmi_content_type content_type) in hdmi_content_type_get_name() argument
643 switch (content_type) { in hdmi_content_type_get_name()
689 hdmi_content_type_get_name(frame->content_type)); in hdmi_avi_infoframe_log()
1050 frame->content_type = (ptr[4] >> 4) & 0x3; in hdmi_avi_infoframe_unpack()
/linux-4.4.14/include/linux/
Dhdmi.h152 enum hdmi_content_type content_type; member
/linux-4.4.14/Documentation/networking/
Ds2io.txt136 http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c986 (frame.content_type & 0x3); in hdmi_config_AVI()