Searched defs:mhdp (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-hdcp.c | 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() [all …]
|
D | cdns-mhdp8546-core.c | 56 static int cdns_mhdp_mailbox_read(struct cdns_mhdp_device *mhdp) in cdns_mhdp_mailbox_read() 71 static int cdns_mhdp_mailbox_write(struct cdns_mhdp_device *mhdp, u8 val) in cdns_mhdp_mailbox_write() 88 static int cdns_mhdp_mailbox_recv_header(struct cdns_mhdp_device *mhdp, in cdns_mhdp_mailbox_recv_header() 123 static int cdns_mhdp_mailbox_recv_data(struct cdns_mhdp_device *mhdp, in cdns_mhdp_mailbox_recv_data() 140 static int cdns_mhdp_mailbox_send(struct cdns_mhdp_device *mhdp, u8 module_id, in cdns_mhdp_mailbox_send() 166 int cdns_mhdp_reg_read(struct cdns_mhdp_device *mhdp, u32 addr, u32 *value) in cdns_mhdp_reg_read() 210 int cdns_mhdp_reg_write(struct cdns_mhdp_device *mhdp, u16 addr, u32 val) in cdns_mhdp_reg_write() 229 int cdns_mhdp_reg_write_bit(struct cdns_mhdp_device *mhdp, u16 addr, in cdns_mhdp_reg_write_bit() 251 int cdns_mhdp_dpcd_read(struct cdns_mhdp_device *mhdp, in cdns_mhdp_dpcd_read() 286 int cdns_mhdp_dpcd_write(struct cdns_mhdp_device *mhdp, u32 addr, u8 value) in cdns_mhdp_dpcd_write() [all …]
|
D | cdns-mhdp8546-j721e.c | 43 static int cdns_mhdp_j721e_init(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_init() 51 static void cdns_mhdp_j721e_enable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_enable() 62 static void cdns_mhdp_j721e_disable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_disable()
|