Lines Matching refs:polled
255 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT |
323 * in drm_connector::polled. Note that after disabling polling by clearing these
782 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD)
789 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT))
898 * Drivers can control which connectors are polled by setting the
905 * Note that a connector can be both polled and probed from the hotplug handler,
939 drm_WARN_ON(dev, !(connector->polled & DRM_CONNECTOR_POLL_HPD));
976 * which has the DRM_CONNECTOR_POLL_HPD flag set in its &polled member.
986 * Note that a connector can be both polled and probed from the hotplug
1017 * which have the DRM_CONNECTOR_POLL_HPD flag set in their &polled member. All
1033 * Note that a connector can be both polled and probed from the hotplug handler,
1052 if (!(connector->polled & DRM_CONNECTOR_POLL_HPD))