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

  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 3224 * transitions, this writes the updated VCPIs and removes the
4199 list_for_each_entry(pos, &topology_state->vcpis, next) {
4244 list_add(&vcpi->next, &topology_state->vcpis);
4291 list_for_each_entry(pos, &topology_state->vcpis, next) {
4598 /* dump VCPIs */
4781 INIT_LIST_HEAD(&state->vcpis);
4783 list_for_each_entry(pos, &old_state->vcpis, next) {
4793 list_add(&vcpi->next, &state->vcpis);
4799 list_for_each_entry_safe(pos, vcpi, &state->vcpis, next) {
4815 list_for_each_entry_safe(pos, tmp, &mst_state->vcpis, next)
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 518 struct list_head vcpis; member in struct:drm_dp_mst_topology_state

Completed in 109 milliseconds