Lines Matching defs:notifier
34 #include <media/cec-notifier.h>
124 struct cec_notifier *notifier;
851 cec_notifier_set_phys_addr(hdata->notifier, CEC_PHYS_ADDR_INVALID);
859 cec_notifier_conn_unregister(hdata->notifier);
893 cec_notifier_set_phys_addr_from_edid(hdata->notifier, edid);
972 hdata->notifier = cec_notifier_conn_register(hdata->dev, NULL,
974 if (!hdata->notifier) {
976 DRM_DEV_ERROR(hdata->dev, "Failed to allocate CEC notifier\n");
1550 if (hdata->notifier)
1551 cec_notifier_phys_addr_invalidate(hdata->notifier);