Lines Matching refs:poll
67 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
243 bool poll = false;
257 poll = true;
261 return poll;
277 * drm_helper_probe_single_connector_modes() in case the poll
597 * Normally either the driver's hpd code or the poll loop should
612 * locks. Fire up the poll struct instead, it will
622 /* Re-enable polling in case the global poll config changed. */
786 /* if we are connected and don't want to poll for disconnect
800 * The poll work sets force=false when calling detect so
804 * flip-flop between unknown here in the poll work and
845 * drm_kms_helper_is_poll_worker - is %current task an output poll worker?
847 * Determine if %current task is an output poll worker. This can be used
850 * One use case is to avoid a deadlock between the output poll worker and
895 * this helper infrastructure to regularly poll such connectors for changes in