Lines Matching full:polling
55 * It also provides support for polling connectors with a work item and for
287 * drm_kms_helper_poll_enable - re-enable output polling.
290 * This function re-enables the output polling work, after it has been
295 * not an error to call this even when output polling isn't enabled.
297 * If device polling was never initialized before, this call will trigger a
300 * Note that calls to enable and disable polling must be strictly ordered, which
319 * drm_kms_helper_poll_reschedule - reschedule the output polling work
322 * This function reschedules the output polling work, after polling for a
325 * Drivers must call this helper after enabling polling for a connector by
327 * in drm_connector::polled. Note that after disabling polling by clearing these
328 * flags for a connector will stop the output polling work automatically if
329 * the polling is disabled for all other connectors as well.
331 * The function can be called only after polling has been enabled by calling
634 * Re-enable polling in case the global poll config changed but polling in drm_helper_probe_single_connector_modes()
792 * want any hotplug detection at all for polling. */ in output_poll_execute()
857 * to select distinct code paths for output polling versus other contexts.
860 * the autosuspend worker wherein the latter waits for polling to finish
874 * drm_kms_helper_poll_disable - disable output polling
877 * This function disables the output polling work.
880 * not an error to call this even when output polling isn't enabled or already
881 * disabled. Polling is re-enabled by calling drm_kms_helper_poll_enable().
883 * If however, the polling was never initialized, this call will trigger a
886 * Note that calls to enable and disable polling must be strictly ordered, which
905 * drm_kms_helper_poll_init - initialize and enable output polling
908 * This function initializes and then also enables output polling support for
918 * completely ignored by the polling logic.
933 * drm_kms_helper_poll_fini - disable output polling and clean it up
953 * drmm_kms_helper_poll_init - initialize and enable output polling
956 * This function initializes and then also enables output polling support for
957 * @dev similar to drm_kms_helper_poll_init(). Polling will automatically be