Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
H A Dtda998x_drv.c88 struct cec_notifier *cec_notify; member
813 priv->cec_notify); in tda998x_irq_thread()
1317 cec_notifier_set_phys_addr(priv->cec_notify, in tda998x_connector_get_modes()
1719 cec_notifier_set_phys_addr_from_edid(priv->cec_notify, edid); in tda998x_bridge_edid_read()
1949 priv->cec_notify = cec_notifier_conn_register(dev, NULL, NULL); in tda998x_probe()
1950 if (!priv->cec_notify) { in tda998x_probe()
2016 cec_notifier_conn_unregister(priv->cec_notify); in tda998x_probe()
2040 cec_notifier_conn_unregister(priv->cec_notify); in tda998x_remove()