Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c419 static const struct dw_hdmi_cec_wake_ops cec_ops = { variable
525 dw_hdmi_cec_wake_ops_register(cec->hdmi, &cec_ops); in dw_hdmi_cec_probe()
H A Ddw-hdmi.c264 const struct dw_hdmi_cec_wake_ops *cec_ops; member
3447 if (!hdmi->cec_ops) in dw_hdmi_set_hpd_wake()
3450 if (hdmi->cec_ops->hpd_wake_up) in dw_hdmi_set_hpd_wake()
3451 hdmi->cec_ops->hpd_wake_up(hdmi->cec); in dw_hdmi_set_hpd_wake()
4699 dw_hdmi_cec_wake_ops_register(struct dw_hdmi *hdmi, const struct dw_hdmi_cec_wake_ops *cec_ops) in dw_hdmi_cec_wake_ops_register() argument
4701 if (!cec_ops || !hdmi) in dw_hdmi_cec_wake_ops_register()
4704 hdmi->cec_ops = cec_ops; in dw_hdmi_cec_wake_ops_register()
/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Ddw_hdmi.h342 const struct dw_hdmi_cec_wake_ops *cec_ops);