Home
last modified time | relevance | path

Searched refs:enable_auth_in (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c621 struct wired_cmd_enable_auth_in enable_auth_in = { { 0 } }; in mei_hdcp_enable_authentication() local
631 enable_auth_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_enable_authentication()
632 enable_auth_in.header.command_id = WIRED_ENABLE_AUTH; in mei_hdcp_enable_authentication()
633 enable_auth_in.header.status = FW_HDCP_STATUS_SUCCESS; in mei_hdcp_enable_authentication()
634 enable_auth_in.header.buffer_len = WIRED_CMD_BUF_LEN_ENABLE_AUTH_IN; in mei_hdcp_enable_authentication()
636 enable_auth_in.port.integrated_port_type = data->port_type; in mei_hdcp_enable_authentication()
637 enable_auth_in.port.physical_port = (u8)data->hdcp_ddi; in mei_hdcp_enable_authentication()
638 enable_auth_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in mei_hdcp_enable_authentication()
639 enable_auth_in.stream_type = data->streams[0].stream_type; in mei_hdcp_enable_authentication()
641 byte = mei_cldev_send(cldev, (u8 *)&enable_auth_in, in mei_hdcp_enable_authentication()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc.c515 struct wired_cmd_enable_auth_in enable_auth_in = { { 0 } }; in gsc_hdcp_enable_authentication() local
529 enable_auth_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_enable_authentication()
530 enable_auth_in.header.command_id = WIRED_ENABLE_AUTH; in gsc_hdcp_enable_authentication()
531 enable_auth_in.header.status = FW_HDCP_STATUS_SUCCESS; in gsc_hdcp_enable_authentication()
532 enable_auth_in.header.buffer_len = WIRED_CMD_BUF_LEN_ENABLE_AUTH_IN; in gsc_hdcp_enable_authentication()
534 enable_auth_in.port.integrated_port_type = data->port_type; in gsc_hdcp_enable_authentication()
535 enable_auth_in.port.physical_port = (u8)data->hdcp_ddi; in gsc_hdcp_enable_authentication()
536 enable_auth_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in gsc_hdcp_enable_authentication()
537 enable_auth_in.stream_type = data->streams[0].stream_type; in gsc_hdcp_enable_authentication()
539 byte = intel_hdcp_gsc_msg_send(i915, (u8 *)&enable_auth_in, in gsc_hdcp_enable_authentication()
[all …]