Searched refs:cdns_mhdp_dpcd_write (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-core.c | 285 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/ |
D | 0020_linux_drivers_gpu.patch | 191 + 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/ |
D | 0005_linux_include.patch | 852 +int cdns_mhdp_dpcd_write(struct cdns_mhdp_device *mhdp, u32 addr, u8 value);
|