HomeSort by: relevance | last modified time | path
    Searched refs:destroy_port_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 681 * @destroy_port_list: List of to be destroyed connectors.
683 struct list_head destroy_port_list; member in struct:drm_dp_mst_topology_mgr
690 * @delayed_destroy_lock: Protects @destroy_port_list and
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 1741 list_add(&port->next, &mgr->destroy_port_list);
4748 port = list_first_entry_or_null(&mgr->destroy_port_list,
5137 INIT_LIST_HEAD(&mgr->destroy_port_list);

Completed in 16 milliseconds