Home
last modified time | relevance | path

Searched refs:cdns_mhdp_dpcd_write (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c285 int cdns_mhdp_dpcd_write(struct cdns_mhdp_device *mhdp, u32 addr, u8 value) in cdns_mhdp_dpcd_write() function
831 ret = cdns_mhdp_dpcd_write(mhdp, in cdns_mhdp_transfer()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch191 + ret = cdns_mhdp_dpcd_write(mhdp,
392 + cdns_mhdp_dpcd_write(mhdp, 0x201, status[1]);
4911 +int cdns_mhdp_dpcd_write(struct cdns_mhdp_device *mhdp, u32 addr, u8 value)
4942 +EXPORT_SYMBOL(cdns_mhdp_dpcd_write);
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch852 +int cdns_mhdp_dpcd_write(struct cdns_mhdp_device *mhdp, u32 addr, u8 value);