Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_hdmi_helper.c177 switch (conn_state->content_type) { in drm_hdmi_avi_infoframe_content_type()
179 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS; in drm_hdmi_avi_infoframe_content_type()
182 frame->content_type = HDMI_CONTENT_TYPE_CINEMA; in drm_hdmi_avi_infoframe_content_type()
185 frame->content_type = HDMI_CONTENT_TYPE_GAME; in drm_hdmi_avi_infoframe_content_type()
188 frame->content_type = HDMI_CONTENT_TYPE_PHOTO; in drm_hdmi_avi_infoframe_content_type()
192 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS; in drm_hdmi_avi_infoframe_content_type()
195 frame->itc = conn_state->content_type != DRM_MODE_CONTENT_TYPE_NO_DATA; in drm_hdmi_avi_infoframe_content_type()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py213 def __init__(self, app, bus, verbs, rules, content_type=''): argument
219 self._content_type = content_type
357 content_type = 'application/json' variable in MethodHandler
361 app, bus, self.verbs, self.rules, self.content_type)
464 content_type = 'application/json' variable in PropertyHandler
468 app, bus, self.verbs, self.rules, self.content_type)
867 content_type = 'application/octet-stream' variable in ImagePostHandler
871 app, bus, self.verbs, self.rules, self.content_type)
943 content_type = 'application/octet-stream' variable in CertificatePutHandler
947 app, bus, self.verbs, self.rules, self.content_type)
[all …]
/openbmc/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()
531 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type) in cdns_mhdp_hdcp_enable() argument
536 ret = _cdns_mhdp_hdcp_enable(mhdp, content_type); in cdns_mhdp_hdcp_enable()
540 mhdp->hdcp.hdcp_content_type = content_type; in cdns_mhdp_hdcp_enable()
H A Dcdns-mhdp8546-hdcp.h88 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type);
/openbmc/bmcweb/http/
H A Dcomplete_response_fields.hpp42 res.addHeader(boost::beast::http::field::content_type, in completeResponseFields()
53 res.addHeader(boost::beast::http::field::content_type, in completeResponseFields()
H A Dparsing.hpp34 req.getHeaderValue(boost::beast::http::field::content_type))) in parseRequestAsJson()
H A Dserver_sent_event.hpp79 res.set(boost::beast::http::field::content_type, "text/event-stream"); in getIoContext()
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py25 …entlog.json %s\n" % request.build_absolute_uri(reverse('eventfile')), content_type="text/plain;utf…
47 …d\n== STDOUT\n%s\n\n== STDERR\n%s" % (importer.returncode, out, err), content_type="text/plain;utf…
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7_parser.c503 enum OID content_type; in pkcs7_sig_note_authenticated_attr() local
511 content_type = look_up_OID(value, vlen); in pkcs7_sig_note_authenticated_attr()
512 if (content_type != ctx->msg->data_type) { in pkcs7_sig_note_authenticated_attr()
515 content_type); in pkcs7_sig_note_authenticated_attr()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h80 uint8_t content_type,
H A Damdgpu_dm_trace.h117 __field(unsigned int, content_type)
137 __entry->content_type = state->content_type;
154 __entry->picture_aspect_ratio, __entry->content_type,
H A Damdgpu_dm_hdcp.c167 u8 content_type, in hdcp_update_display() argument
194 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0) { in hdcp_update_display()
196 } else if (content_type == DRM_MODE_HDCP_CONTENT_TYPE1) { in hdcp_update_display()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_atomic.c142 new_conn_state->base.content_type != old_conn_state->base.content_type || in intel_digital_connector_atomic_check()
H A Dintel_hdcp.c100 data->streams[0].stream_type = hdcp->content_type; in intel_hdcp_prepare_streams()
1717 hdcp->content_type); in hdcp2_authenticate_sink()
1942 hdcp->content_type); in _intel_hdcp2_enable()
1947 hdcp->content_type, ret); in _intel_hdcp2_enable()
1953 hdcp->content_type); in _intel_hdcp2_enable()
2365 hdcp->content_type = (u8)conn_state->hdcp_content_type; in intel_hdcp_enable()
2402 hdcp->content_type != DRM_MODE_HDCP_CONTENT_TYPE1) { in intel_hdcp_enable()
2463 (conn_state->hdcp_content_type != hdcp->content_type && in intel_hdcp_update_pipe()
/openbmc/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c121 uint32_t content_type; member
312 static char *content_type(uint32_t type) in content_type() function
469 printf("Content Type: %s\n", content_type(sc->content_type)); in sdsi_state_cert_show()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp326 req.addHeader(boost::beast::http::field::content_type, "application/json"); in TEST()
353 req.addHeader(boost::beast::http::field::content_type, "application/json"); in TEST()
383 req.addHeader(boost::beast::http::field::content_type, "application/json"); in TEST()
418 req.addHeader(boost::beast::http::field::content_type, "application/json"); in TEST()
433 req.addHeader(boost::beast::http::field::content_type, "application/json"); in TEST()
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader212 function content_type() {
525 content_type # 4 bytes
/openbmc/rest-dbus/
H A Drest-dbus56 self.content_type = self.mime_map.get(ext[1:],
66 self.content_type + '; charset=utf-8')
/openbmc/bmcweb/redfish-core/lib/
H A Dmetadata.hpp118 asyncResp->res.addHeader(boost::beast::http::field::content_type, in handleMetadataGet()
/openbmc/linux/drivers/video/
H A Dhdmi.c166 ((frame->content_type & 0x3) << 4) | in hdmi_avi_infoframe_pack_only()
1223 hdmi_content_type_get_name(enum hdmi_content_type content_type) in hdmi_content_type_get_name() argument
1225 switch (content_type) { in hdmi_content_type_get_name()
1265 hdmi_content_type_get_name(frame->content_type)); in hdmi_avi_infoframe_log()
1640 frame->content_type = (ptr[4] >> 4) & 0x3; in hdmi_avi_infoframe_unpack()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py104 return HttpResponse(data, content_type="application/json")
426 content_type="application/json")
H A Dviews.py691 … return HttpResponse(_get_dir_entries(build_id, target_id, top), content_type = "application/json")
1640 content_type="application/json")
1746 return HttpResponse(json.dumps( return_data ), content_type = "application/json")
1749 …esponse(json.dumps({"error":str(e) + "\n" + traceback.format_exc()}), content_type = "application/…
1758 response = HttpResponse(file_data, content_type='text/plain')
1947 content_type = MimeTypeFinder.get_mimetype(file_name)
1949 response = HttpResponse(fsock, content_type = content_type)
/openbmc/linux/drivers/media/i2c/
H A Dadv7511-v4l2.c109 u32 content_type; member
398 state->content_type = ctrl->val; in adv7511_s_ctrl()
399 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC; in adv7511_s_ctrl()
400 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS; in adv7511_s_ctrl()
1278 u8 itc = state->content_type != V4L2_DV_IT_CONTENT_TYPE_NO_ITC; in adv7511_set_fmt()
1279 u8 cn = itc ? state->content_type : V4L2_DV_IT_CONTENT_TYPE_GRAPHICS; in adv7511_set_fmt()
/openbmc/bmcweb/include/
H A Dwebassets.hpp80 asyncResp->res.addHeader(boost::beast::http::field::content_type, in handleStaticAsset()
/openbmc/linux/include/linux/
H A Dhdmi.h185 enum hdmi_content_type content_type; member

12