Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c2865 if (list_empty(&mgr->tx_msg_downq)) in process_single_down_tx_qlock()
2868 txmsg = list_first_entry(&mgr->tx_msg_downq, in process_single_down_tx_qlock()
2883 list_add_tail(&txmsg->next, &mgr->tx_msg_downq); in drm_dp_queue_down_tx()
2892 if (list_is_singular(&mgr->tx_msg_downq)) in drm_dp_queue_down_tx()
3989 txmsg = list_first_entry_or_null(&mgr->tx_msg_downq, in drm_dp_mst_handle_down_rep()
4282 txmsg = list_first_entry_or_null(&mgr->tx_msg_downq, in drm_dp_mst_hpd_irq_send_new_request()
5016 if (!list_empty(&mgr->tx_msg_downq)) in drm_dp_tx_work()
5051 list_for_each_entry_safe(txmsg, txmsg_tmp, &mgr->tx_msg_downq, next) { in drm_dp_delayed_destroy_mstb()
5724 INIT_LIST_HEAD(&mgr->tx_msg_downq); in drm_dp_mst_topology_mgr_init()
/linux-6.15/include/drm/display/
H A Ddrm_dp_mst_helper.h757 struct list_head tx_msg_downq; member