Lines Matching defs:mhdp

18 static int cdns_mhdp_secure_mailbox_read(struct cdns_mhdp_device *mhdp)  in cdns_mhdp_secure_mailbox_read()
33 static int cdns_mhdp_secure_mailbox_write(struct cdns_mhdp_device *mhdp, in cdns_mhdp_secure_mailbox_write()
51 static int cdns_mhdp_secure_mailbox_recv_header(struct cdns_mhdp_device *mhdp, in cdns_mhdp_secure_mailbox_recv_header()
82 static int cdns_mhdp_secure_mailbox_recv_data(struct cdns_mhdp_device *mhdp, in cdns_mhdp_secure_mailbox_recv_data()
99 static int cdns_mhdp_secure_mailbox_send(struct cdns_mhdp_device *mhdp, in cdns_mhdp_secure_mailbox_send()
128 static int cdns_mhdp_hdcp_get_status(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_get_status()
159 static u8 cdns_mhdp_hdcp_handle_status(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_handle_status()
170 static int cdns_mhdp_hdcp_rx_id_valid_response(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_rx_id_valid_response()
184 static int cdns_mhdp_hdcp_rx_id_valid(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_rx_id_valid()
217 static int cdns_mhdp_hdcp_km_stored_resp(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_km_stored_resp()
230 static int cdns_mhdp_hdcp_tx_is_km_stored(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_tx_is_km_stored()
254 static int cdns_mhdp_hdcp_tx_config(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_tx_config()
267 static int cdns_mhdp_hdcp_set_config(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_set_config()
289 static int cdns_mhdp_hdcp_auth_check(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_auth_check()
313 static int cdns_mhdp_hdcp_check_receviers(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_check_receviers()
332 static int cdns_mhdp_hdcp_auth_22(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_auth_22()
361 static inline int cdns_mhdp_hdcp_auth_14(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_auth_14()
367 static int cdns_mhdp_hdcp_auth(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_auth()
392 static int _cdns_mhdp_hdcp_disable(struct cdns_mhdp_device *mhdp) in _cdns_mhdp_hdcp_disable()
404 static int _cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type) in _cdns_mhdp_hdcp_enable()
432 static int cdns_mhdp_hdcp_check_link(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_check_link()
472 struct cdns_mhdp_device *mhdp = container_of(hdcp, in cdns_mhdp_hdcp_check_work() local
486 struct cdns_mhdp_device *mhdp = container_of(hdcp, in cdns_mhdp_hdcp_prop_work() local
502 int cdns_mhdp_hdcp_set_lc(struct cdns_mhdp_device *mhdp, u8 *val) in cdns_mhdp_hdcp_set_lc()
516 cdns_mhdp_hdcp_set_public_key_param(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_set_public_key_param()
530 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type) in cdns_mhdp_hdcp_enable()
549 int cdns_mhdp_hdcp_disable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_disable()
565 void cdns_mhdp_hdcp_init(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_init()