Home
last modified time | relevance | path

Searched refs:plugged (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c501 static void handle_plugged_change(struct dw_hdmi_qp *hdmi, bool plugged) in handle_plugged_change() argument
504 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
510 bool plugged; in dw_hdmi_qp_set_plugged_cb() local
515 plugged = hdmi->last_connector_result == connector_status_connected; in dw_hdmi_qp_set_plugged_cb()
516 handle_plugged_change(hdmi, plugged); in dw_hdmi_qp_set_plugged_cb()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c296 static void handle_plugged_change(struct dw_hdmi_qp *hdmi, bool plugged) in handle_plugged_change() argument
299 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
305 bool plugged; in dw_hdmi_qp_set_plugged_cb() local
310 plugged = hdmi->last_connector_result == connector_status_connected; in dw_hdmi_qp_set_plugged_cb()
311 handle_plugged_change(hdmi, plugged); in dw_hdmi_qp_set_plugged_cb()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c536 static void handle_plugged_change(struct dw_hdmi *hdmi, bool plugged) in handle_plugged_change() argument
539 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
545 bool plugged; in dw_hdmi_set_plugged_cb() local
550 plugged = hdmi->last_connector_result == connector_status_connected; in dw_hdmi_set_plugged_cb()
551 handle_plugged_change(hdmi, plugged); in dw_hdmi_set_plugged_cb()
748 * device was plugged in. A scope trace shows the TV bringing both SDA in dw_hdmi_i2c_unwedge()

Completed in 14 milliseconds