Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c33 struct port_msg { struct
132 struct port_msg *port_msg = msg; in t7xx_port_enum_msg_handler() local
134 if (msg_len < sizeof(*port_msg)) { in t7xx_port_enum_msg_handler()
136 sizeof(*port_msg), msg_len); in t7xx_port_enum_msg_handler()
140 version = FIELD_GET(PORT_MSG_VERSION, le32_to_cpu(port_msg->info)); in t7xx_port_enum_msg_handler()
142 le32_to_cpu(port_msg->head_pattern) != PORT_ENUM_HEAD_PATTERN || in t7xx_port_enum_msg_handler()
143 le32_to_cpu(port_msg->tail_pattern) != PORT_ENUM_TAIL_PATTERN) { in t7xx_port_enum_msg_handler()
145 version, le32_to_cpu(port_msg->head_pattern), in t7xx_port_enum_msg_handler()
146 le32_to_cpu(port_msg->tail_pattern)); in t7xx_port_enum_msg_handler()
150 port_count = FIELD_GET(PORT_MSG_PRT_CNT, le32_to_cpu(port_msg->info)); in t7xx_port_enum_msg_handler()
[all …]
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c2352 struct drm_dp_link_addr_reply_port *port_msg) in drm_dp_mst_handle_link_address_port() argument
2361 port = drm_dp_get_port(mstb, port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2364 port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2369 } else if (!port->input && port_msg->input_port && port->connector) { in drm_dp_mst_handle_link_address_port()
2376 port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2381 } else if (port->input && !port_msg->input_port) { in drm_dp_mst_handle_link_address_port()
2389 changed = port->ddps != port_msg->ddps || in drm_dp_mst_handle_link_address_port()
2391 (port->ldps != port_msg->legacy_device_plug_status || in drm_dp_mst_handle_link_address_port()
2392 port->dpcd_rev != port_msg->dpcd_revision || in drm_dp_mst_handle_link_address_port()
2393 port->mcs != port_msg->mcs || in drm_dp_mst_handle_link_address_port()
[all …]