Home
last modified time | relevance | path

Searched refs:HPD_LOST (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h358 #define HPD_LOST (0x1 << 1) macro
H A Danalogix_dp_reg.c392 reg = HOTPLUG_CHG | HPD_LOST | PLUG; in analogix_dp_clear_hotplug_interrupts()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp_reg.c34 #define COMMON_INT_MASK_4 (HOTPLUG_CHG | HPD_LOST | PLUG)
385 reg = HOTPLUG_CHG | HPD_LOST | PLUG; in analogix_dp_clear_hotplug_interrupts()
432 if (reg & HPD_LOST) in analogix_dp_get_irq_type()
H A Danalogix_dp.h325 #define HPD_LOST (0x1 << 1) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h287 #define HPD_LOST (0x1 << 1) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h322 #define HPD_LOST (0x1 << 1) macro
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c325 reg = HOTPLUG_CHG | HPD_LOST | PLUG; in exynos_dp_init_hpd()