Searched full:mhdp (Results 1 – 6 of 6) sorted by relevance
43 static int cdns_mhdp_j721e_init(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_init() argument45 struct platform_device *pdev = to_platform_device(mhdp->dev); in cdns_mhdp_j721e_init()47 mhdp->j721e_regs = devm_platform_ioremap_resource(pdev, 1); in cdns_mhdp_j721e_init()48 return PTR_ERR_OR_ZERO(mhdp->j721e_regs); in cdns_mhdp_j721e_init()51 static void cdns_mhdp_j721e_enable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_enable() argument59 mhdp->j721e_regs + DPTX_SRC_CFG); in cdns_mhdp_j721e_enable()62 static void cdns_mhdp_j721e_disable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_disable() argument65 writel(0, mhdp->j721e_regs + DPTX_DSC_CFG); in cdns_mhdp_j721e_disable()
85 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type);86 int cdns_mhdp_hdcp_disable(struct cdns_mhdp_device *mhdp);87 void cdns_mhdp_hdcp_init(struct cdns_mhdp_device *mhdp);
135 mhdp: dp-bridge@f0fb000000 {
11 hardware included with the Cadence MHDP DisplayPort controller. Torrent
604 &mhdp {
493 sprintf(pwd_type, "mhdp%d", setting->index); in new_password_store()