Home
last modified time | relevance | path

Searched refs:topology_ref_history_lock (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c1711 topology_ref_history_lock(struct drm_dp_mst_topology_mgr *mgr) in topology_ref_history_lock() function
1713 mutex_lock(&mgr->topology_ref_history_lock); in topology_ref_history_lock()
1719 mutex_unlock(&mgr->topology_ref_history_lock); in topology_ref_history_unlock()
1723 topology_ref_history_lock(struct drm_dp_mst_topology_mgr *mgr) {} in topology_ref_history_lock() function
1781 topology_ref_history_lock(mstb->mgr); in drm_dp_mst_topology_try_get_mstb()
1810 topology_ref_history_lock(mstb->mgr); in drm_dp_mst_topology_get_mstb()
1835 topology_ref_history_lock(mstb->mgr); in drm_dp_mst_topology_put_mstb()
1898 topology_ref_history_lock(port->mgr); in drm_dp_mst_topology_try_get_port()
1925 topology_ref_history_lock(port->mgr); in drm_dp_mst_topology_get_port()
1948 topology_ref_history_lock(port->mgr); in drm_dp_mst_topology_put_port()
[all …]
/kernel/linux/linux-5.10/include/drm/
Ddrm_dp_mst_helper.h761 struct mutex topology_ref_history_lock; member