Symbol: drm_dp_sideband_msg_tx
sys/dev/drm/drm_dp_mst_topology.c
1407
static int build_dpcd_read(struct drm_dp_sideband_msg_tx *msg, u8 port_num, u32 offset, u8 num_bytes)
sys/dev/drm/drm_dp_mst_topology.c
1454
struct drm_dp_sideband_msg_tx *txmsg)
sys/dev/drm/drm_dp_mst_topology.c
1493
struct drm_dp_sideband_msg_tx *txmsg,
sys/dev/drm/drm_dp_mst_topology.c
1550
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
1559
txmsg = list_first_entry(&mgr->tx_msg_downq, struct drm_dp_sideband_msg_tx, next);
sys/dev/drm/drm_dp_mst_topology.c
1576
struct drm_dp_sideband_msg_tx *txmsg)
sys/dev/drm/drm_dp_mst_topology.c
1590
struct drm_dp_sideband_msg_tx *txmsg)
sys/dev/drm/drm_dp_mst_topology.c
1603
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
1657
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
1722
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
1776
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
1991
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
201
struct drm_dp_sideband_msg_tx *raw)
sys/dev/drm/drm_dp_mst_topology.c
2012
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
2043
static int drm_dp_encode_up_ack_reply(struct drm_dp_sideband_msg_tx *msg, u8 req_type)
sys/dev/drm/drm_dp_mst_topology.c
2057
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
2321
struct drm_dp_sideband_msg_tx *txmsg;
sys/dev/drm/drm_dp_mst_topology.c
315
struct drm_dp_sideband_msg_tx *raw)
sys/dev/drm/drm_dp_mst_topology.c
3282
struct drm_dp_sideband_msg_tx *txmsg = NULL;
sys/dev/drm/drm_dp_mst_topology.c
668
static int build_dpcd_write(struct drm_dp_sideband_msg_tx *msg, u8 port_num, u32 offset, u8 num_bytes, u8 *bytes)
sys/dev/drm/drm_dp_mst_topology.c
682
static int build_link_address(struct drm_dp_sideband_msg_tx *msg)
sys/dev/drm/drm_dp_mst_topology.c
691
static int build_enum_path_resources(struct drm_dp_sideband_msg_tx *msg, int port_num)
sys/dev/drm/drm_dp_mst_topology.c
702
static int build_allocate_payload(struct drm_dp_sideband_msg_tx *msg, int port_num,
sys/dev/drm/drm_dp_mst_topology.c
721
static int build_power_updown_phy(struct drm_dp_sideband_msg_tx *msg,
sys/dev/drm/drm_dp_mst_topology.c
788
struct drm_dp_sideband_msg_tx *txmsg)
sys/dev/drm/drm_dp_mst_topology.c
803
struct drm_dp_sideband_msg_tx *txmsg)
sys/dev/drm/include/drm/drm_dp_mst_helper.h
137
struct drm_dp_sideband_msg_tx *tx_slots[2];