Home
last modified time | relevance | path

Searched full:mhdp (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-j721e.c43 static int cdns_mhdp_j721e_init(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_init() argument
45 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() argument
59 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() argument
65 writel(0, mhdp->j721e_regs + DPTX_DSC_CFG); in cdns_mhdp_j721e_disable()
H A Dcdns-mhdp8546-hdcp.h85 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);
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dcdns,mhdp8546.yaml135 mhdp: dp-bridge@f0fb000000 {
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-cadence-torrent.yaml11 hardware included with the Cadence MHDP DisplayPort controller. Torrent
/linux/arch/arm64/boot/dts/ti/
H A Dk3-j721e-beagleboneai64.dts604 &mhdp {
/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c493 sprintf(pwd_type, "mhdp%d", setting->index); in new_password_store()