Searched refs:cec_ops (Results 1 – 3 of 3) sorted by relevance
419 static const struct dw_hdmi_cec_wake_ops cec_ops = { variable525 dw_hdmi_cec_wake_ops_register(cec->hdmi, &cec_ops); in dw_hdmi_cec_probe()
264 const struct dw_hdmi_cec_wake_ops *cec_ops; member3447 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() argument4701 if (!cec_ops || !hdmi) in dw_hdmi_cec_wake_ops_register()4704 hdmi->cec_ops = cec_ops; in dw_hdmi_cec_wake_ops_register()
342 const struct dw_hdmi_cec_wake_ops *cec_ops);