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()194 ret = t7xx_port_enum_msg_handler(ctl->md, (struct port_msg *)skb->data); in control_msg_handler()
2365 port_msg->port_number); in drm_dp_mst_handle_link_address_port()2377 port_msg->port_number); in drm_dp_mst_handle_link_address_port()2390 changed = port->ddps != port_msg->ddps || in drm_dp_mst_handle_link_address_port()2394 port->mcs != port_msg->mcs || in drm_dp_mst_handle_link_address_port()2395 port->pdt != port_msg->peer_device_type || in drm_dp_mst_handle_link_address_port()2397 port_msg->num_sdp_stream_sinks)); in drm_dp_mst_handle_link_address_port()2400 port->input = port_msg->input_port; in drm_dp_mst_handle_link_address_port()2402 new_pdt = port_msg->peer_device_type; in drm_dp_mst_handle_link_address_port()2403 new_mcs = port_msg->mcs; in drm_dp_mst_handle_link_address_port()2404 port->ddps = port_msg->ddps; in drm_dp_mst_handle_link_address_port()[all …]