Searched refs:hpd_mutex (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_bridge.c208 mutex_init(&bridge->hpd_mutex);
250 mutex_destroy(&bridge->hpd_mutex);
1278 mutex_lock(&bridge->hpd_mutex);
1290 mutex_unlock(&bridge->hpd_mutex);
1311 mutex_lock(&bridge->hpd_mutex);
1317 mutex_unlock(&bridge->hpd_mutex);
1335 mutex_lock(&bridge->hpd_mutex);
1338 mutex_unlock(&bridge->hpd_mutex);
/linux-master/include/drm/
H A Ddrm_bridge.h763 * @hpd_mutex: Protects the @hpd_cb and @hpd_data fields.
765 struct mutex hpd_mutex; member in struct:drm_bridge

Completed in 190 milliseconds