Searched refs:rxsense (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/bridge/ |
H A D | dw_hdmi.h | 139 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 D | dw-hdmi.c | 486 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 D | dw-hdmi-qp.c | 450 bool rxsense; /* rxsense state */
member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 245 bool rxsense; /* rxsense state */ member
|
Completed in 12 milliseconds