Home
last modified time | relevance | path

Searched refs:rxsense (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/bridge/
H A Ddw_hdmi.h139 void (*update_hpd)(struct dw_hdmi *hdmi, void *data, bool force, bool disabled, bool rxsense);
147 void (*update_hpd)(struct dw_hdmi_qp *hdmi, void *data, bool force, bool disabled, bool rxsense);
245 void dw_hdmi_phy_update_hpd(struct dw_hdmi *hdmi, void *data, bool force, bool disabled, bool rxsense);
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c486 bool rxsense; /* rxsense state */ member
597 hdmi->rxsense = false; in repo_hpd_event()
600 hdmi->rxsense = true; in repo_hpd_event()
2048 void dw_hdmi_phy_update_hpd(struct dw_hdmi *hdmi, void *data, bool force, bool disabled, bool rxsense) in dw_hdmi_phy_update_hpd() argument
2052 if (force || disabled || !rxsense) { in dw_hdmi_phy_update_hpd()
2842 if (hdmi->rxsense) { in dw_hdmi_update_power()
2870 * We also disable rxsense interrupts when we think we're disconnected
2871 * to avoid floating TDMS signals giving false rxsense interrupts.
2879 hdmi->phy.ops->update_hpd(hdmi, hdmi->phy.data, hdmi->force, hdmi->disabled, hdmi->rxsense); in dw_hdmi_update_phy_mask()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c450 bool rxsense; /* rxsense state */ member
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c245 bool rxsense; /* rxsense state */ member

Completed in 13 milliseconds