Searched refs:port_msg (Results 1 – 2 of 2) sorted by relevance
33 struct port_msg { struct131 struct port_msg *port_msg = msg; in t7xx_port_enum_msg_handler() local133 version = FIELD_GET(PORT_MSG_VERSION, le32_to_cpu(port_msg->info)); in t7xx_port_enum_msg_handler()135 le32_to_cpu(port_msg->head_pattern) != PORT_ENUM_HEAD_PATTERN || in t7xx_port_enum_msg_handler()136 le32_to_cpu(port_msg->tail_pattern) != PORT_ENUM_TAIL_PATTERN) { in t7xx_port_enum_msg_handler()138 version, le32_to_cpu(port_msg->head_pattern), in t7xx_port_enum_msg_handler()139 le32_to_cpu(port_msg->tail_pattern)); in t7xx_port_enum_msg_handler()143 port_count = FIELD_GET(PORT_MSG_PRT_CNT, le32_to_cpu(port_msg->info)); in t7xx_port_enum_msg_handler()145 u32 port_info = le32_to_cpu(port_msg->data[i]); in t7xx_port_enum_msg_handler()190 ret = t7xx_port_enum_msg_handler(ctl->md, (struct port_msg *)skb->data); in control_msg_handler()
2335 struct drm_dp_link_addr_reply_port *port_msg) in drm_dp_mst_handle_link_address_port() argument2344 port = drm_dp_get_port(mstb, port_msg->port_number); in drm_dp_mst_handle_link_address_port()2347 port_msg->port_number); in drm_dp_mst_handle_link_address_port()2352 } else if (!port->input && port_msg->input_port && port->connector) { in drm_dp_mst_handle_link_address_port()2359 port_msg->port_number); in drm_dp_mst_handle_link_address_port()2364 } else if (port->input && !port_msg->input_port) { in drm_dp_mst_handle_link_address_port()2373 changed = port->ddps != port_msg->ddps || in drm_dp_mst_handle_link_address_port()2375 (port->ldps != port_msg->legacy_device_plug_status || in drm_dp_mst_handle_link_address_port()2376 port->dpcd_rev != port_msg->dpcd_revision || in drm_dp_mst_handle_link_address_port()2377 port->mcs != port_msg->mcs || in drm_dp_mst_handle_link_address_port()[all …]