Searched refs:txmsg (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c689 const struct drm_dp_sideband_msg_tx *txmsg)
696 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf,
698 drm_printf(p, "txmsg cur_offset=%x cur_len=%x seqno=%x state=%s path_msg=%d dst=%s\n",
699 txmsg->cur_offset, txmsg->cur_len, txmsg->seqno,
700 drm_dp_mst_sideband_tx_state_str(txmsg->state),
701 txmsg->path_msg, buf);
703 ret = drm_dp_decode_sideband_req(txmsg,
688 drm_dp_mst_dump_sideband_msg_tx(struct drm_printer *p, const struct drm_dp_sideband_msg_tx *txmsg) argument
1238 check_txmsg_state(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_sideband_msg_tx *txmsg) argument
1253 drm_dp_mst_wait_tx_reply(struct drm_dp_mst_branch *mstb, struct drm_dp_sideband_msg_tx *txmsg) argument
2755 set_hdr_from_dst_qlock(struct drm_dp_sideband_msg_hdr *hdr, struct drm_dp_sideband_msg_tx *txmsg) argument
2784 process_single_tx_qlock(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_sideband_msg_tx *txmsg, bool up) argument
2849 struct drm_dp_sideband_msg_tx *txmsg; local
2869 drm_dp_queue_down_tx(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_sideband_msg_tx *txmsg) argument
2914 struct drm_dp_sideband_msg_tx *txmsg; local
2994 struct drm_dp_sideband_msg_tx *txmsg; local
3019 struct drm_dp_sideband_msg_tx *txmsg; local
3118 struct drm_dp_sideband_msg_tx *txmsg; local
3175 struct drm_dp_sideband_msg_tx *txmsg; local
3212 struct drm_dp_sideband_msg_tx *txmsg; local
3462 struct drm_dp_sideband_msg_tx *txmsg; local
3513 struct drm_dp_sideband_msg_tx *txmsg; local
3559 struct drm_dp_sideband_msg_tx *txmsg; local
3905 struct drm_dp_sideband_msg_tx *txmsg; local
4157 struct drm_dp_sideband_msg_tx *txmsg; local
4992 struct drm_dp_sideband_msg_tx *txmsg, *txmsg_tmp; local
5789 struct drm_dp_sideband_msg_tx *txmsg = NULL; local
5842 struct drm_dp_sideband_msg_tx *txmsg = NULL; local
[all...]
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c515 struct drm_dp_sideband_msg_tx *txmsg; local
525 txmsg = kunit_kzalloc(test, sizeof(*txmsg), GFP_KERNEL);
526 KUNIT_ASSERT_NOT_NULL(test, txmsg);
528 drm_dp_encode_sideband_req(in, txmsg);
529 KUNIT_EXPECT_GE_MSG(test, drm_dp_decode_sideband_req(txmsg, out), 0,
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c320 struct hsi_msg *txmsg, *rxmsg; local
332 txmsg = hsi_alloc_msg(1, GFP_KERNEL);
333 if (!txmsg) {
337 txmsg->channel = cs_char_data.channel_id_data;
338 txmsg->destructor = cs_hsi_data_destructor;
339 txmsg->context = hi;
342 hi->data_tx_msg = txmsg;
694 struct hsi_msg *txmsg; local
718 txmsg = hi->data_tx_msg;
719 sg_init_one(txmsg
[all...]
/linux-master/net/iucv/
H A Daf_iucv.c906 struct iucv_message txmsg = {0}; local
966 memcpy(&txmsg.class,
1023 txmsg.tag = iucv->send_tag++;
1024 IUCV_SKB_CB(skb)->tag = txmsg.tag;
1028 err = afiucv_hs_send(&txmsg, sk, skb, 0);
1039 err = iucv_send_iprm(iucv->path, &txmsg, skb);
1071 err = pr_iucv->message_send(iucv->path, &txmsg,
1075 err = pr_iucv->message_send(iucv->path, &txmsg,
1396 struct iucv_message txmsg; local
1419 txmsg
[all...]
/linux-master/drivers/s390/net/
H A Dnetiucv.c670 struct iucv_message txmsg; local
730 txmsg.class = 0;
731 txmsg.tag = 0;
732 rc = iucv_message_send(conn->path, &txmsg, 0, 0,

Completed in 229 milliseconds