Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.h459 int cdn_dp_set_firmware_active(struct cdn_dp_device *dp, bool enable);
H A Dcdn-dp-core.c361 ret = cdn_dp_set_firmware_active(dp, true); in cdn_dp_firmware_init()
486 cdn_dp_set_firmware_active(dp, false); in cdn_dp_disable()
H A Dcdn-dp-reg.c323 int cdn_dp_set_firmware_active(struct cdn_dp_device *dp, bool enable) in cdn_dp_set_firmware_active() function