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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 274 bool legacy_device_plug_status; member in struct:drm_dp_link_address_ack_reply::drm_dp_link_addr_reply_port
345 bool legacy_device_plug_status; member in struct:drm_dp_connection_status_notify
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 779 repmsg->u.link_addr.ports[i].legacy_device_plug_status = (raw->msg[idx] >> 5) & 0x1;
994 msg->u.conn_stat.legacy_device_plug_status = (raw->msg[idx] >> 6) & 0x1;
2285 (port->ldps != port_msg->legacy_device_plug_status ||
2298 port->ldps = port_msg->legacy_device_plug_status;
2408 port->ldps = conn_stat->legacy_device_plug_status;
2880 port_reply->legacy_device_plug_status,
3939 conn_stat->legacy_device_plug_status,

Completed in 24 milliseconds