Home
last modified time | relevance | path

Searched refs:FW_STANDBY (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.h236 #define FW_STANDBY 0 macro
Dcdns-mhdp8546-core.c331 msg[4] = enable ? FW_ACTIVE : FW_STANDBY; in cdns_mhdp_set_firmware_active()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Dcdn-dp-reg.h342 #define FW_STANDBY 0 macro
Dcdn-dp-reg.c332 msg[4] = enable ? FW_ACTIVE : FW_STANDBY; in cdn_dp_set_firmware_active()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch435 +#define FW_STANDBY 0
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch4384 + msg[4] = enable ? FW_ACTIVE : FW_STANDBY;