OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conn_stat
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h
423
struct drm_dp_connection_status_notify
conn_stat
;
member in union:drm_dp_sideband_msg_req_body::ack_req
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c
984
msg->u.
conn_stat
.port_number = (raw->msg[idx] & 0xf0) >> 4;
989
memcpy(msg->u.
conn_stat
.guid, &raw->msg[idx], 16);
994
msg->u.
conn_stat
.legacy_device_plug_status = (raw->msg[idx] >> 6) & 0x1;
995
msg->u.
conn_stat
.displayport_device_plug_status = (raw->msg[idx] >> 5) & 0x1;
996
msg->u.
conn_stat
.message_capability_status = (raw->msg[idx] >> 4) & 0x1;
997
msg->u.
conn_stat
.input_port = (raw->msg[idx] >> 3) & 0x1;
998
msg->u.
conn_stat
.peer_device_type = (raw->msg[idx] & 0x7);
2370
struct drm_dp_connection_status_notify *
conn_stat
)
2379
port = drm_dp_get_port(mstb,
conn_stat
->port_number);
2384
if (!port->input &&
conn_stat
->input_port)
3934
const struct drm_dp_connection_status_notify *
conn_stat
=
local in function:drm_dp_mst_handle_up_req
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025